Searched refs:cs_offset (Results 1 – 2 of 2) sorted by relevance
147 FT_UInt cs_offset; in cid_load_glyph() local166 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph()167 if ( cs_offset > glyph_length ) in cid_load_glyph()185 charstring + cs_offset, in cid_load_glyph()186 glyph_length - cs_offset ); in cid_load_glyph()191 charstring + cs_offset, in cid_load_glyph()192 glyph_length - cs_offset ); in cid_load_glyph()209 charstring + cs_offset, in cid_load_glyph()210 glyph_length - cs_offset ); in cid_load_glyph()225 charstring + cs_offset, in cid_load_glyph()[all …]
148 int cs_offset; member250 offset = sizeof(struct tprot) + cstab[i].cs_offset; in client()