HomeSort by relevance Sort by last modified time
    Searched refs:maxSizeOfInstructions (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp_TT.h 38 SK_OT_USHORT maxSizeOfInstructions;
  /external/skia/src/sfnt/
SkOTTable_maxp_TT.h 38 SK_OT_USHORT maxSizeOfInstructions;
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 516 /* maxSizeOfInstructions :: The maximum number of TrueType opcodes */
542 FT_UShort maxSizeOfInstructions;
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 180 le_uint16 maxSizeOfInstructions;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 143 le_uint16 maxSizeOfInstructions;
sfnt.h 313 le_uint16 maxSizeOfInstructions;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 143 le_uint16 maxSizeOfInstructions;
sfnt.h 313 le_uint16 maxSizeOfInstructions;
  /external/freetype/include/
tttables.h 520 /* maxSizeOfInstructions :: The maximum number of TrueType opcodes */
546 FT_UShort maxSizeOfInstructions;
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 180 le_uint16 maxSizeOfInstructions;
  /external/icu/icu4c/source/test/letest/
FontObject.h 143 le_uint16 maxSizeOfInstructions;
sfnt.h 313 le_uint16 maxSizeOfInstructions;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 143 le_uint16 maxSizeOfInstructions;
sfnt.h 313 le_uint16 maxSizeOfInstructions;
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 516 /* maxSizeOfInstructions :: The maximum number of TrueType opcodes */
542 FT_UShort maxSizeOfInstructions;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 516 /* maxSizeOfInstructions :: The maximum number of TrueType opcodes */
542 FT_UShort maxSizeOfInstructions;
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c 653 FT_FRAME_USHORT( maxSizeOfInstructions ),
677 maxProfile->maxSizeOfInstructions = 0;
    [all...]
  /external/freetype/src/sfnt/
ttload.c 650 FT_FRAME_USHORT( maxSizeOfInstructions ),
674 maxProfile->maxSizeOfInstructions = 0;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttload.c 676 FT_FRAME_USHORT( maxSizeOfInstructions ),
700 maxProfile->maxSizeOfInstructions = 0;
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 421 if ( n_ins > face->max_profile.maxSizeOfInstructions )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 422 if ( n_ins > face->max_profile.maxSizeOfInstructions )
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkScalerContext_win_dw.cpp 50 if (0 == maxp->version.tt.maxSizeOfInstructions) {
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 48 if (0 == maxp->version.tt.maxSizeOfInstructions) {
  /external/freetype/src/truetype/
ttgload.c 431 /* we don't trust `maxSizeOfInstructions' in the `maxp' table */
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 674 ttface->max_profile.maxSizeOfInstructions == 0 ) )
    [all...]

Completed in 1204 milliseconds

1 2