Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdtt.c487 int *num_widths, int *num_chars) in font_cache_elem_array_sizes() argument
491 *num_widths = 0; /* Unused for Type 0 */ in font_cache_elem_array_sizes()
500 *num_widths = *num_chars = 256; /* Assuming access to glyph_usage by character codes */ in font_cache_elem_array_sizes()
503 *num_widths = *num_chars = ((gs_font_cid0 *)font)->cidata.common.CIDCount; in font_cache_elem_array_sizes()
506 *num_widths = *num_chars = ((gs_font_cid2 *)font)->cidata.common.CIDCount; in font_cache_elem_array_sizes()
509 *num_widths = *num_chars = 65536; /* No chance to determine, use max. */ in font_cache_elem_array_sizes()
517 int num_widths, num_chars, len; in alloc_font_cache_elem_arrays() local
519 font_cache_elem_array_sizes(pdev, font, &num_widths, &num_chars); in alloc_font_cache_elem_arrays()
524 e->real_widths = (num_widths > 0 ? (double *)gs_alloc_bytes(pdev->pdf_memory, in alloc_font_cache_elem_arrays()
525 num_widths * sizeof(*e->real_widths) * in alloc_font_cache_elem_arrays()
[all …]
H A Dgdevpdtt.h206 double **real_widths, int *num_chars, int *num_widths);
H A Dgdevpdfx.h323 int num_widths; /* safety purpose only */ member