Home
last modified time | relevance | path

Searched refs:code_first (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/freetype/src/psaux/
Dt1cmap.c192 cmap->first = (FT_UInt)encoding->code_first; in t1_cmap_custom_init()
197 FT_ASSERT( encoding->code_first <= encoding->code_last ); in t1_cmap_custom_init()
/external/freetype/src/psaux/
Dt1cmap.c192 cmap->first = (FT_UInt)encoding->code_first; in t1_cmap_custom_init()
197 FT_ASSERT( encoding->code_first <= encoding->code_last ); in t1_cmap_custom_init()
/external/freetype/include/freetype/internal/
Dt1types.h73 FT_Int code_first; member
/external/pdfium/third_party/freetype/include/freetype/internal/
Dt1types.h72 FT_Int code_first; member
/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp27 code_first(0), in CGifLZWDecoder()
48 code_first = 0; in InitTable()
72 code_first = (uint8_t)code; in DecodeString()
145 AddCode(code_old, code_first); in Decode()
Dfx_gif.h143 uint8_t code_first; variable
/external/pdfium/third_party/freetype/src/type1/
Dt1load.c2309 type1->encoding.code_first = min_char; in T1_Open_Face()