Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevpsf2.c1126 cff_string_item_t *std_string_items; in psf_write_type2_font() local
1163 std_string_items = (cff_string_item_t *)gs_alloc_bytes(pfont->memory, in psf_write_type2_font()
1166 if (std_string_items == NULL || subset.glyphs.subset_data == NULL) in psf_write_type2_font()
1168 string_items = std_string_items + MAX_CFF_STD_STRINGS; in psf_write_type2_font()
1271 cff_string_table_init(&writer.std_strings, std_string_items, in psf_write_type2_font()
1470 gs_free_object(pfont->memory, std_string_items, "psf_write_type2_font"); in psf_write_type2_font()
1518 cff_string_item_t std_string_items[500]; /* 391 entries used */ in psf_write_cid0_font() local
1587 cff_string_table_init(&writer.std_strings, std_string_items, in psf_write_cid0_font()
1588 countof(std_string_items)); in psf_write_cid0_font()