Searched refs:pgdata (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | zfcid0.c | 80 const ref *pgdata = &pfdata->u.cid0.GlyphData; in cid0_read_bytes() local 82 if (r_has_type(pgdata, t_string)) { /* single string */ in cid0_read_bytes() 83 uint size = r_size(pgdata); in cid0_read_bytes() 87 data = pgdata->value.bytes + base; in cid0_read_bytes() 102 int code = array_get(pfont->memory, pgdata, index, &rstr); in cid0_read_bytes() 126 int code = array_get(pfont->memory, pgdata, ++index, &rstr); in cid0_read_bytes()
|
| H A D | gxfcopy.c | 481 gs_glyph_data_t *pgdata, const byte *prefix, int prefix_bytes) in copy_glyph_data() argument 484 uint size = pgdata->bits.size; in copy_glyph_data() 494 pgdata->bits.data, size) in copy_glyph_data() 515 memcpy(str + prefix_bytes, pgdata->bits.data, size); in copy_glyph_data() 526 gs_glyph_data_free(pgdata, "copy_glyph_data"); in copy_glyph_data()
|