HomeSort by relevance Sort by last modified time
    Searched refs:code_first (Results 1 - 4 of 4) sorted by null

  /external/freetype/include/freetype/internal/
t1types.h 60 /* code_first :: The lowest valid character code in the encoding. */
63 /* + 1. When equal to code_first there are no valid */
73 FT_Int code_first; member in struct:T1_EncodingRecRec_
  /external/freetype/src/psaux/
t1cmap.c 200 cmap->first = (FT_UInt)encoding->code_first;
205 FT_ASSERT( encoding->code_first <= encoding->code_last );
  /external/freetype/src/type42/
t42objs.c 149 type1->encoding.code_first = min_char;
  /external/freetype/src/type1/
t1load.c     [all...]

Completed in 1238 milliseconds