Searched refs:fd_select (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/third_party/freetype/src/cid/ |
D | cidgload.c | 47 FT_ULong fd_select; in cid_load_glyph() local 78 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph() 112 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph() 118 if ( fd_select >= (FT_ULong)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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
D | cidgload.c | 47 FT_ULong fd_select; in cid_load_glyph() local 78 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph() 112 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph() 118 if ( fd_select >= (FT_ULong)cid->num_dicts || in cid_load_glyph() 140 CID_Subrs cid_subrs = face->subrs + fd_select; in cid_load_glyph() 150 dict = cid->font_dicts + fd_select; in cid_load_glyph()
|
/external/freetype/src/cff/ |
D | cfftypes.h | 265 CFF_FDSelectRec fd_select; member
|
D | cffload.c | 1609 error = CFF_Load_FD_Select( &font->fd_select, in cff_font_load() 1703 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() 2892 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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()
|
/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() 2766 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.23 | 5828 * src/cid/cidgload.c (cid_load_glyph): Check `fd_select'.
|