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

Method op_CS

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

Source from the content-addressed store, hash-verified

149 public void op_d1(float wx, float wy, float llx, float lly, float urx, float ury) { System.out.println(wx + " " + wy + " " + llx + " " + lly + " " + urx + " " + ury + " d1"); }
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"); }

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