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

  /external/skia/src/sfnt/
SkOTTable_maxp_TT.h 35 SK_OT_USHORT maxFunctionDefs;
  /external/icu/icu4c/source/samples/layout/
sfnt.h 177 le_uint16 maxFunctionDefs;
  /external/icu/icu4c/source/test/letest/
FontObject.h 140 le_uint16 maxFunctionDefs;
sfnt.h 310 le_uint16 maxFunctionDefs;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 140 le_uint16 maxFunctionDefs;
sfnt.h 310 le_uint16 maxFunctionDefs;
  /external/freetype/include/
tttables.h 528 /* maxFunctionDefs :: The maximum number of function */
562 FT_UShort maxFunctionDefs;
    [all...]
  /external/freetype/src/sfnt/
ttload.c 690 FT_FRAME_USHORT( maxFunctionDefs ),
714 maxProfile->maxFunctionDefs = 0;
730 /* the maxFunctionDefs value is smaller. */
732 if ( maxProfile->maxFunctionDefs < 64 )
733 maxProfile->maxFunctionDefs = 64;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
tttables.h 528 /* maxFunctionDefs :: The maximum number of function */
562 FT_UShort maxFunctionDefs;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttload.c 723 FT_FRAME_USHORT( maxFunctionDefs ),
747 maxProfile->maxFunctionDefs = 0;
763 /* the maxFunctionDefs value is smaller. */
765 if ( maxProfile->maxFunctionDefs < 64 )
766 maxProfile->maxFunctionDefs = 64;
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
tttables.h 528 /* maxFunctionDefs :: The maximum number of function */
562 FT_UShort maxFunctionDefs;
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttload.c 723 FT_FRAME_USHORT( maxFunctionDefs ),
747 maxProfile->maxFunctionDefs = 0;
763 /* the maxFunctionDefs value is smaller. */
765 if ( maxProfile->maxFunctionDefs < 64 )
766 maxProfile->maxFunctionDefs = 64;
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 528 /* maxFunctionDefs :: The maximum number of function */
562 FT_UShort maxFunctionDefs;
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 972 size->max_function_defs = maxp->maxFunctionDefs;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c     [all...]

Completed in 2785 milliseconds