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

Method op_TJ

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

Source from the content-addressed store, hash-verified

138 public void op_Tstar() { System.out.println("T*"); }
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, " '")); }

Callers 5

pdf_opcount_TJFunction · 0.45
pdf_color_TJFunction · 0.45
flush_adjustmentFunction · 0.45
filter_show_textFunction · 0.45
pdf_process_keywordFunction · 0.45

Calls 1

formatObjectArrayMethod · 0.95

Tested by

no test coverage detected