Home
last modified time | relevance | path

Searched refs:code_last (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/psaux/
Dt1cmap.c193 cmap->count = (FT_UInt)encoding->code_last - cmap->first; in t1_cmap_custom_init()
197 FT_ASSERT( encoding->code_first <= encoding->code_last ); in t1_cmap_custom_init()
/external/pdfium/third_party/freetype/src/psaux/
Dt1cmap.c193 cmap->count = (FT_UInt)( encoding->code_last - cmap->first ); in t1_cmap_custom_init()
197 FT_ASSERT( encoding->code_first <= encoding->code_last ); in t1_cmap_custom_init()
/external/pdfium/third_party/freetype/include/internal/
Dt1types.h73 FT_Int code_last; member
/external/freetype/include/internal/
Dt1types.h73 FT_Int code_last; member
/external/pdfium/third_party/freetype/src/type1/
Dt1load.c2269 type1->encoding.code_last = max_char; in T1_Open_Face()