Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxfcopy.c1482 int fdbytes = fcid0->cidata.FDBytes; in copied_cid0_glyph_data() local
1493 for (i = 0; i < fdbytes; ++i) in copied_cid0_glyph_data()
1496 gs_glyph_data_from_string(pgd, pcg->gdata.data + fdbytes, in copied_cid0_glyph_data()
1497 pcg->gdata.size - fdbytes, NULL); in copied_cid0_glyph_data()
1647 int fdbytes = copied0->cidata.FDBytes; in copy_glyph_cid0() local
1658 for (i = fdbytes - 1; i >= 0; --i, fidx >>= 8) in copy_glyph_cid0()
1662 return copy_glyph_data(font, glyph, copied, options, &gdata, prefix, fdbytes); in copy_glyph_cid0()