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

/external/freetype/include/freetype/internal/
H A Dt1types.h62 /* code_last :: The highest valid character code in the encoding */
74 FT_Int code_last; member in struct:T1_EncodingRecRec_
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dt1types.h61 /* code_last :: The highest valid character code in the encoding */
73 FT_Int code_last; member in struct:T1_EncodingRecRec_
/external/freetype/src/psaux/
H A Dt1cmap.c193 cmap->count = (FT_UInt)encoding->code_last - cmap->first;
197 FT_ASSERT( encoding->code_first <= encoding->code_last );
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1cmap.c193 cmap->count = (FT_UInt)encoding->code_last - cmap->first;
197 FT_ASSERT( encoding->code_first <= encoding->code_last );
/external/pdfium/third_party/freetype/src/type1/
H A Dt1load.c2310 type1->encoding.code_last = max_char;

Completed in 120 milliseconds