Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/cid/
Dcidgload.c47 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/
Dcidgload.c47 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/
Dcfftypes.h265 CFF_FDSelectRec fd_select; member
Dcffload.c1609 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()
Dcffgload.c427 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/
Dcfftypes.h258 CFF_FDSelectRec fd_select; member
Dcffload.c1592 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()
Dcffgload.c427 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/
Dcfftypes.h258 CFF_FDSelectRec fd_select; member
Dcffload.c1592 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()
Dcffgload.c427 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/
DChangeLog.235828 * src/cid/cidgload.c (cid_load_glyph): Check `fd_select'.