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

  /external/freetype/include/internal/
t1types.h 59 /* 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
t1types.h 59 /* 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/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 59 /* 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/src/psaux/
t1cmap.c 192 cmap->first = (FT_UInt)encoding->code_first;
197 FT_ASSERT( encoding->code_first <= encoding->code_last );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
t1cmap.c 192 cmap->first = (FT_UInt)encoding->code_first;
197 FT_ASSERT( encoding->code_first <= encoding->code_last );
  /external/pdfium/third_party/freetype/src/psaux/
t1cmap.c 192 cmap->first = (FT_UInt)encoding->code_first;
197 FT_ASSERT( encoding->code_first <= encoding->code_last );
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 146 uint8_t code_first; member in class:CGifLZWDecoder
fx_gif.cpp 24 code_first = 0;
48 code_first = (uint8_t)code;
106 AddCode(code_old, code_first);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42objs.c 149 type1->encoding.code_first = min_char;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1load.c     [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.c     [all...]

Completed in 178 milliseconds