Home
last modified time | relevance | path

Searched refs:ht_functions (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdfg.c686 private const ht_function_t ht_functions[] = { variable
789 int i = countof(ht_functions); in pdf_write_spot_halftone()
806 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
807 floatp (*spot_proc)(floatp, floatp) = ht_functions[i].proc; in pdf_write_spot_halftone()
830 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
839 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
840 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()