Home
last modified time | relevance | path

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

/external/freetype/src/cid/
Dcidgload.c51 FT_ULong fd_select; in cid_load_glyph() local
84 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph()
118 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes ); in cid_load_glyph()
124 if ( fd_select >= (FT_ULong)cid->num_dicts || in cid_load_glyph()
146 CID_Subrs cid_subrs = face->subrs + fd_select; in cid_load_glyph()
157 dict = cid->font_dicts + fd_select; in cid_load_glyph()
/external/freetype/include/freetype/internal/
Dcfftypes.h385 CFF_FDSelectRec fd_select; member
/external/freetype/src/cff/
Dcffgload.c357 FT_Byte fd_index = cff_fd_select_get( &cff->fd_select, in cff_slot_load()
Dcffload.c2457 error = CFF_Load_FD_Select( &font->fd_select, in cff_font_load()
2552 CFF_Done_FD_Select( &font->fd_select, font->stream ); in cff_font_done()
/external/freetype/src/psaux/
Dcffdecode.c2341 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'.