Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/cid/
Dcidgload.c78 fd_select = (FT_UInt)cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph()
112 fd_select = (FT_UInt) cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph()
113 off1 = (FT_ULong)cid_get_offset( &p, (FT_Byte)cid->gd_bytes ); in cid_load_glyph()
115 glyph_length = cid_get_offset( &p, (FT_Byte)cid->gd_bytes ) - off1; in cid_load_glyph()
Dcidload.h40 cid_get_offset( FT_Byte** start,
Dcidload.c42 cid_get_offset( FT_Byte* *start, in cid_get_offset() function
459 offsets[count] = cid_get_offset( &p, (FT_Byte)dict->sd_bytes ); in cid_read_subrs()