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

Method op_BDC

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

Source from the content-addressed store, hash-verified

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"); }
177
178 public void op_BX() { System.out.println("BX"); }

Callers 3

pdf_opcount_BDCFunction · 0.45
flush_tagsFunction · 0.45
pdf_process_BDCFunction · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected