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_Int cs_offset; in cid_load_glyph() local
154 cs_offset = ( decoder->lenIV >= 0 ? decoder->lenIV : 0 ); in cid_load_glyph()
161 decoder, charstring + cs_offset, in cid_load_glyph()
162 (FT_Int)glyph_length - cs_offset ); in cid_load_glyph()