Searched refs:maxFunctionDefs (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h35 SK_OT_USHORT maxFunctionDefs; member in struct:SkOTTableMaximumProfile_TT
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h177 le_uint16 maxFunctionDefs; member in struct:MAXPTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h140 le_uint16 maxFunctionDefs; member in struct:MAXPTable
H A Dsfnt.h310 le_uint16 maxFunctionDefs; member in struct:MAXPTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h140 le_uint16 maxFunctionDefs; member in struct:MAXPTable
H A Dsfnt.h310 le_uint16 maxFunctionDefs; member in struct:MAXPTable
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c653 FT_FRAME_USHORT( maxFunctionDefs ),
677 maxProfile->maxFunctionDefs = 0;
693 /* the maxFunctionDefs value is smaller. */
695 if ( maxProfile->maxFunctionDefs < 64 )
696 maxProfile->maxFunctionDefs = 64;
/external/freetype/include/
H A Dtttables.h528 /* maxFunctionDefs :: The maximum number of function */
562 FT_UShort maxFunctionDefs; member in struct:TT_MaxProfile_
/external/freetype/src/sfnt/
H A Dttload.c690 FT_FRAME_USHORT( maxFunctionDefs ),
714 maxProfile->maxFunctionDefs = 0;
730 /* the maxFunctionDefs value is smaller. */
732 if ( maxProfile->maxFunctionDefs < 64 )
733 maxProfile->maxFunctionDefs = 64;
/external/pdfium/third_party/freetype/include/
H A Dtttables.h528 /* maxFunctionDefs :: The maximum number of function */
562 FT_UShort maxFunctionDefs; member in struct:TT_MaxProfile_
/external/freetype/src/truetype/
H A Dttobjs.c972 size->max_function_defs = maxp->maxFunctionDefs;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c979 size->max_function_defs = maxp->maxFunctionDefs;

Completed in 321 milliseconds