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

/external/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h33 SK_OT_USHORT maxFunctionDefs; variable
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h183 le_uint16 maxFunctionDefs; member in struct:MAXPTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h142 le_uint16 maxFunctionDefs; member in struct:MAXPTable
H A Dsfnt.h312 le_uint16 maxFunctionDefs; member in struct:MAXPTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h146 le_uint16 maxFunctionDefs; member in struct:MAXPTable
H A Dsfnt.h316 le_uint16 maxFunctionDefs; member in struct:MAXPTable
/external/freetype/include/freetype/
H A Dtttables.h544 /* maxFunctionDefs :: The maximum number of function */
578 FT_UShort maxFunctionDefs; member in struct:TT_MaxProfile_
/external/freetype/src/sfnt/
H A Dttload.c723 FT_FRAME_USHORT( maxFunctionDefs ),
747 maxProfile->maxFunctionDefs = 0;
763 /* the maxFunctionDefs value is smaller. */
765 if ( maxProfile->maxFunctionDefs < 64 )
766 maxProfile->maxFunctionDefs = 64;
/external/pdfium/third_party/freetype/include/freetype/
H A Dtttables.h528 /* maxFunctionDefs :: The maximum number of function */
562 FT_UShort maxFunctionDefs; member in struct:TT_MaxProfile_
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c723 FT_FRAME_USHORT( maxFunctionDefs ),
747 maxProfile->maxFunctionDefs = 0;
763 /* the maxFunctionDefs value is smaller. */
765 if ( maxProfile->maxFunctionDefs < 64 )
766 maxProfile->maxFunctionDefs = 64;
/external/freetype/src/truetype/
H A Dttobjs.c1003 size->max_function_defs = maxp->maxFunctionDefs;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c1021 size->max_function_defs = maxp->maxFunctionDefs;

Completed in 65 milliseconds