Lines Matching refs:cdevproc_result
144 memcpy(penum->cdevproc_result, pw, sizeof(penum->cdevproc_result)); in pdf_text_set_cache()
1619 double cdevproc_result[10] = {0,0,0,0,0, 0,0,0,0,0}; in pdf_make_font_resource() local
1628 font, &widths, cdevproc_result); in pdf_make_font_resource()
2620 const double cdevproc_result[10]) in pdf_glyph_widths()
2739 if (cdevproc_result == NULL) { in pdf_glyph_widths()
2754 info.width[0].x = cdevproc_result[0]; in pdf_glyph_widths()
2755 info.width[0].y = cdevproc_result[1]; in pdf_glyph_widths()
2756 info.width[1].x = cdevproc_result[6]; in pdf_glyph_widths()
2757 info.width[1].y = cdevproc_result[7]; in pdf_glyph_widths()
2758 info.v.x = (wmode ? cdevproc_result[8] : 0); in pdf_glyph_widths()
2759 info.v.y = (wmode ? cdevproc_result[9] : 0); in pdf_glyph_widths()