Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/cid/
Dcidgload.c136 FT_UInt cs_offset; in cid_load_glyph() local
154 cs_offset = decoder->lenIV >= 0 ? (FT_UInt)decoder->lenIV : 0; in cid_load_glyph()
161 decoder, charstring + cs_offset, in cid_load_glyph()
162 glyph_length - cs_offset ); in cid_load_glyph()