Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdtc.c339 int char_cache_size, width_cache_size; in scan_cmap_text() local
377 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in scan_cmap_text()
423 if (cid >= char_cache_size || cid >= width_cache_size) in scan_cmap_text()
H A Dgdevpdtt.c1490 int char_cache_size, width_cache_size; in pdf_obtain_font_resource() local
1498 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_obtain_font_resource()
1515 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_obtain_font_resource()
1532 int char_cache_size = 0, width_cache_size = 0; in pdf_obtain_font_resource_unencoded() local
1540 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_obtain_font_resource_unencoded()
1557 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_obtain_font_resource_unencoded()
H A Dgdevpdti.c720 int char_cache_size, width_cache_size; in pdf_end_charproc_accum() local
773 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_end_charproc_accum()
776 if (ch >= char_cache_size || ch >= width_cache_size) in pdf_end_charproc_accum()
H A Dgdevpdte.c599 int char_cache_size, width_cache_size; in pdf_char_widths() local
603 &glyph_usage, &real_widths, &char_cache_size, &width_cache_size); in pdf_char_widths()
610 if (ch >= width_cache_size) in pdf_char_widths()