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

  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 61 /* code_last :: The highest valid character code in the encoding */
73 FT_Int code_last; member in struct:T1_EncodingRecRec_
  /external/freetype/include/freetype/internal/
t1types.h 61 /* code_last :: The highest valid character code in the encoding */
73 FT_Int code_last; member in struct:T1_EncodingRecRec_
  /external/chromium_org/third_party/freetype/src/psaux/
t1cmap.c 182 cmap->count = (FT_UInt)( encoding->code_last - cmap->first );
186 FT_ASSERT( encoding->code_first <= encoding->code_last );
  /external/freetype/src/psaux/
t1cmap.c 182 cmap->count = (FT_UInt)( encoding->code_last - cmap->first );
186 FT_ASSERT( encoding->code_first <= encoding->code_last );

Completed in 141 milliseconds