Searched refs:maxSizeOfInstructions (Results 1 - 17 of 17) sorted by relevance

/external/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h36 SK_OT_USHORT maxSizeOfInstructions; variable
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h186 le_uint16 maxSizeOfInstructions; member in struct:MAXPTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h145 le_uint16 maxSizeOfInstructions; member in struct:MAXPTable
H A Dsfnt.h315 le_uint16 maxSizeOfInstructions; member in struct:MAXPTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h149 le_uint16 maxSizeOfInstructions; member in struct:MAXPTable
H A Dsfnt.h319 le_uint16 maxSizeOfInstructions; member in struct:MAXPTable
/external/freetype/include/freetype/
H A Dtttables.h555 /* maxSizeOfInstructions :: The maximum number of TrueType opcodes */
581 FT_UShort maxSizeOfInstructions; member in struct:TT_MaxProfile_
/external/pdfium/third_party/freetype/include/freetype/
H A Dtttables.h539 /* maxSizeOfInstructions :: The maximum number of TrueType opcodes */
565 FT_UShort maxSizeOfInstructions; member in struct:TT_MaxProfile_
/external/freetype/src/sfnt/
H A Dttload.c726 FT_FRAME_USHORT( maxSizeOfInstructions ),
750 maxProfile->maxSizeOfInstructions = 0;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c726 FT_FRAME_USHORT( maxSizeOfInstructions ),
750 maxProfile->maxSizeOfInstructions = 0;
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp62 if (0 == maxp->version.tt.maxSizeOfInstructions) {
/external/freetype/src/truetype/
H A Dttgload.c413 /* we don't trust `maxSizeOfInstructions' in the `maxp' table */
1214 max_ins = loader->face->max_profile.maxSizeOfInstructions;
1217 /* don't trust `maxSizeOfInstructions'; */
H A Dttinterp.c448 maxp->maxSizeOfInstructions );
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c412 /* we don't trust `maxSizeOfInstructions' in the `maxp' table */
1190 max_ins = loader->face->max_profile.maxSizeOfInstructions;
1193 /* don't trust `maxSizeOfInstructions'; */
H A Dttinterp.c463 maxp->maxSizeOfInstructions );
/external/freetype/src/base/
H A Dftobjs.c698 /* since `maxSizeOfInstructions' might be unreliable, we */
706 ttface->max_profile.maxSizeOfInstructions == 0 &&
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c674 /* since `maxSizeOfInstructions' might be unreliable, we */
682 ttface->max_profile.maxSizeOfInstructions == 0 &&

Completed in 688 milliseconds