Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidgload.c147 FT_UInt cs_offset; in cid_load_glyph() local
166 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 …]
/external/ltp/testcases/network/lib6/
Dasapi_01.c148 int cs_offset; member
250 offset = sizeof(struct tprot) + cstab[i].cs_offset; in client()