Searched refs:fd_select (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/freetype/src/cid/ |
D | cidgload.c | 47 FT_UInt fd_select; in cid_load_glyph() local 78 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() 118 if ( fd_select >= (FT_UInt)cid->num_dicts ) in cid_load_glyph() 135 CID_Subrs cid_subrs = face->subrs + fd_select; in cid_load_glyph() 145 dict = cid->font_dicts + fd_select; in cid_load_glyph()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cfftypes.h | 258 CFF_FDSelectRec fd_select; member
|
D | cffload.c | 1592 error = CFF_Load_FD_Select( &font->fd_select, in cff_font_load() 1686 CFF_Done_FD_Select( &font->fd_select, font->stream ); in cff_font_done()
|
D | cffgload.c | 427 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index ); in cff_decoder_prepare() 2761 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load()
|
/external/freetype/src/cff/ |
D | cfftypes.h | 258 CFF_FDSelectRec fd_select; member
|
D | cffload.c | 1592 error = CFF_Load_FD_Select( &font->fd_select, in cff_font_load() 1686 CFF_Done_FD_Select( &font->fd_select, font->stream ); in cff_font_done()
|
D | cffgload.c | 427 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, glyph_index ); in cff_decoder_prepare() 2766 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load()
|