MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / op_dquote

Method op_dquote

platform/java/example/PDFTrace.java:145–145  ·  view source on GitHub ↗
(float aw, float ac, String text)

Source from the content-addressed store, hash-verified

143 public void op_squote(String text) { System.out.println(formatString(text, " '")); }
144 public void op_squote(byte[] array) { System.out.println(formatByteArray(array, " '")); }
145 public void op_dquote(float aw, float ac, String text) { System.out.println(aw + " " + ac + " " + formatString(text, " \"")); }
146 public void op_dquote(float aw, float ac, byte[] array) { System.out.println(aw + " " + ac + " " + " " + formatByteArray(array, " \"")); }
147
148 public void op_d0(float wx, float wy) { System.out.println(wx + " " + wy + " d0"); }

Callers 3

pdf_opcount_dquoteFunction · 0.45
pdf_color_dquoteFunction · 0.45
pdf_process_keywordFunction · 0.45

Calls 2

formatStringMethod · 0.95
formatByteArrayMethod · 0.95

Tested by

no test coverage detected