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

Method op_cs

platform/java/example/PDFTrace.java:152–152  ·  view source on GitHub ↗
(String name, ColorSpace cs)

Source from the content-addressed store, hash-verified

150
151 public void op_CS(String name, ColorSpace cs) { System.out.println("/" + name + " " + (cs != null ? cs.toString() : "null") + " CS"); }
152 public void op_cs(String name, ColorSpace cs) { System.out.println("/" + name + " " + (cs != null ? cs.toString() : "null") + " cs"); }
153 public void op_SC_color(float[] color) { for (int i = 0; i < color.length; i++) System.out.print(color[i] + " "); System.out.println("SC%color"); }
154 public void op_sc_color(float[] color) { for (int i = 0; i < color.length; i++) System.out.print(color[i] + " "); System.out.println("sc%color"); }
155 public void op_SC_pattern(String name, int idx, float[] color) { System.out.print("/" + name + " " + idx + " "); for (int i = 0; i < color.length; i++) System.out.print(color[i] + " "); System.out.println("SC%pattern"); }

Callers 4

pdf_opcount_csFunction · 0.45
rewrite_csFunction · 0.45
filter_flushFunction · 0.45
pdf_process_CSFunction · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected