Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdtt.h112 double cdevproc_result[10]; member
251 const double cdevproc_result[10]);
H A Dgdevpdtt.c108 memcpy(penum->cdevproc_result, pw, sizeof(penum->cdevproc_result)); in pdf_text_set_cache()
1865 const double cdevproc_result[10]) in pdf_glyph_widths()
1958 if (cdevproc_result == NULL) { in pdf_glyph_widths()
1972 info.width[0].x = cdevproc_result[0]; in pdf_glyph_widths()
1973 info.width[0].y = cdevproc_result[1]; in pdf_glyph_widths()
1974 info.width[1].x = cdevproc_result[6]; in pdf_glyph_widths()
1975 info.width[1].y = cdevproc_result[7]; in pdf_glyph_widths()
1976 info.v.x = (wmode ? cdevproc_result[8] : 0); in pdf_glyph_widths()
1977 info.v.y = (wmode ? cdevproc_result[9] : 0); in pdf_glyph_widths()
H A Dgdevpdtc.c429 pte->cdevproc_callout ? pte->cdevproc_result : NULL); in scan_cmap_text()
453 pte->cdevproc_callout ? pte->cdevproc_result : NULL); in scan_cmap_text()
H A Dgdevpdte.c853 pte->cdevproc_callout ? pte->cdevproc_result : NULL); in process_text_modify_width()