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

Method op_Tj

platform/java/example/PDFTrace.java:141–141  ·  view source on GitHub ↗
(byte[] array)

Source from the content-addressed store, hash-verified

139
140 public void op_TJ(Object[] array) { System.out.println(formatObjectArray(array, " TJ")); }
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, " '")); }

Callers 4

pdf_opcount_TjFunction · 0.45
pdf_color_TjFunction · 0.45
filter_show_stringFunction · 0.45
pdf_process_keywordFunction · 0.45

Calls 2

formatByteArrayMethod · 0.95
formatStringMethod · 0.95

Tested by

no test coverage detected