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

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_maxp_TT.h 40 SK_OT_USHORT maxComponentDepth;
47 SK_COMPILE_ASSERT(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, SkOTTableMaximumProfile_TT_maxComponentDepth_not_at_30);
  /external/skia/src/sfnt/
SkOTTable_maxp_TT.h 39 SK_OT_USHORT maxComponentDepth;
46 SK_COMPILE_ASSERT(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 28, SkOTTableMaximumProfile_TT_maxComponentDepth_not_at_26);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py 27 maxComponentDepth: H
75 maxComponentDepth = 0
95 maxComponentDepth = max(maxComponentDepth, componentDepth)
110 self.maxComponentDepth = maxComponentDepth
_g_l_y_f.py 328 def getCompositeMaxpValues(self, glyfTable, maxComponentDepth=1):
339 nP, nC, maxComponentDepth = baseGlyph.getCompositeMaxpValues(
340 glyfTable, maxComponentDepth + 1)
343 return nPoints, nContours, maxComponentDepth
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c 655 FT_FRAME_USHORT( maxComponentDepth ),
679 maxProfile->maxComponentDepth = 0;
707 if ( maxProfile->maxComponentDepth > 100 )
711 maxProfile->maxComponentDepth ));
712 maxProfile->maxComponentDepth = 100;
    [all...]
  /external/freetype/src/sfnt/
ttload.c 652 FT_FRAME_USHORT( maxComponentDepth ),
676 maxProfile->maxComponentDepth = 0;
704 if ( maxProfile->maxComponentDepth > 100 )
708 maxProfile->maxComponentDepth ));
709 maxProfile->maxComponentDepth = 100;
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 522 /* maxComponentDepth :: The maximum nesting depth of composite */
544 FT_UShort maxComponentDepth;
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 182 le_uint16 maxComponentDepth;
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 145 le_uint16 maxComponentDepth;
sfnt.h 315 le_uint16 maxComponentDepth;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
FontObject.h 145 le_uint16 maxComponentDepth;
sfnt.h 315 le_uint16 maxComponentDepth;
  /external/freetype/include/
tttables.h 526 /* maxComponentDepth :: The maximum nesting depth of composite */
548 FT_UShort maxComponentDepth;
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 182 le_uint16 maxComponentDepth;
  /external/icu/icu4c/source/test/letest/
FontObject.h 145 le_uint16 maxComponentDepth;
sfnt.h 315 le_uint16 maxComponentDepth;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 145 le_uint16 maxComponentDepth;
sfnt.h 315 le_uint16 maxComponentDepth;
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 522 /* maxComponentDepth :: The maximum nesting depth of composite */
544 FT_UShort maxComponentDepth;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 522 /* maxComponentDepth :: The maximum nesting depth of composite */
544 FT_UShort maxComponentDepth;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttload.c 678 FT_FRAME_USHORT( maxComponentDepth ),
702 maxProfile->maxComponentDepth = 0;
730 if ( maxProfile->maxComponentDepth > 100 )
734 maxProfile->maxComponentDepth ));
735 maxProfile->maxComponentDepth = 100;
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c     [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]

Completed in 2015 milliseconds