Searched refs:code_first (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dt1types.h59 /* code_first :: The lowest valid character code in the encoding. */
62 /* + 1. When equal to code_first there are no valid */
72 FT_Int code_first; member in struct:T1_EncodingRecRec_
/external/freetype/include/freetype/internal/
H A Dt1types.h59 /* code_first :: The lowest valid character code in the encoding. */
62 /* + 1. When equal to code_first there are no valid */
72 FT_Int code_first; member in struct:T1_EncodingRecRec_
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1cmap.c181 cmap->first = encoding->code_first;
186 FT_ASSERT( encoding->code_first <= encoding->code_last );
/external/freetype/src/psaux/
H A Dt1cmap.c181 cmap->first = encoding->code_first;
186 FT_ASSERT( encoding->code_first <= encoding->code_last );

Completed in 236 milliseconds