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

Method op_DP

platform/java/example/PDFTrace.java:173–173  ·  view source on GitHub ↗
(String tag, PDFObject raw)

Source from the content-addressed store, hash-verified

171
172 public void op_MP(String tag) { System.out.println(tag + " MP"); }
173 public void op_DP(String tag, PDFObject raw) { System.out.println(tag + " " + raw.toString() + " DP"); }
174 public void op_BMC(String tag) { System.out.println("/" + tag + " BMC"); }
175 public void op_BDC(String tag, PDFObject raw) { System.out.println("/" + tag + " " + raw.toString(true) + " BDC"); }
176 public void op_EMC() { System.out.println("EMC"); }

Callers 3

pdf_opcount_DPFunction · 0.45
pdf_filter_DPFunction · 0.45
pdf_process_keywordFunction · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected