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

Method op_squote

platform/java/example/PDFTrace.java:143–143  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

141 public void op_Tj(byte[] array) { System.out.println(formatByteArray(array, " Tj")); }
142 public void op_Tj(String string) { System.out.println(formatString(string, " Tj")); }
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, " \"")); }

Callers 3

pdf_opcount_squoteFunction · 0.45
pdf_color_squoteFunction · 0.45
pdf_process_keywordFunction · 0.45

Calls 2

formatStringMethod · 0.95
formatByteArrayMethod · 0.95

Tested by

no test coverage detected