Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidgload.c50 FT_ULong fd_select; in cid_load_glyph() local
83 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph()
117 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph()
123 if ( fd_select >= (FT_ULong)cid->num_dicts || in cid_load_glyph()
145 CID_Subrs cid_subrs = face->subrs + fd_select; in cid_load_glyph()
156 dict = cid->font_dicts + fd_select; in cid_load_glyph()
/external/freetype/include/freetype/internal/
Dcfftypes.h381 CFF_FDSelectRec fd_select; member
/external/freetype/src/cff/
Dcffgload.c356 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load()
Dcffload.c2463 error = CFF_Load_FD_Select( &font->fd_select, in cff_font_load()
2558 CFF_Done_FD_Select( &font->fd_select, font->stream ); in cff_font_done()
/external/freetype/src/psaux/
Dcffdecode.c2380 FT_Byte fd_index = cffload->fd_select_get( &cff->fd_select, in cff_decoder_prepare()
/external/freetype/
DChangeLog.235828 * src/cid/cidgload.c (cid_load_glyph): Check `fd_select'.