Searched refs:maxComponentDepth (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h40 SK_OT_USHORT maxComponentDepth; member in struct:SkOTTableMaximumProfile_TT
47 static_assert(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, "SkOTTableMaximumProfile_TT_maxComponentDepth_not_at_30");
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_m_a_x_p.py27 maxComponentDepth: H
75 maxComponentDepth = 0
95 maxComponentDepth = max(maxComponentDepth, componentDepth)
110 self.maxComponentDepth = maxComponentDepth
H A D_g_l_y_f.py328 def getCompositeMaxpValues(self, glyfTable, maxComponentDepth=1):
339 nP, nC, maxComponentDepth = baseGlyph.getCompositeMaxpValues(
340 glyfTable, maxComponentDepth + 1)
343 return nPoints, nContours, maxComponentDepth
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_m_a_x_p.py27 maxComponentDepth: H
75 maxComponentDepth = 0
95 maxComponentDepth = max(maxComponentDepth, componentDepth)
110 self.maxComponentDepth = maxComponentDepth
H A D_g_l_y_f.py328 def getCompositeMaxpValues(self, glyfTable, maxComponentDepth=1):
339 nP, nC, maxComponentDepth = baseGlyph.getCompositeMaxpValues(
340 glyfTable, maxComponentDepth + 1)
343 return nPoints, nContours, maxComponentDepth
/external/icu/icu4c/source/samples/layout/
H A Dsfnt.h182 le_uint16 maxComponentDepth; member in struct:MAXPTable
/external/icu/icu4c/source/test/letest/
H A DFontObject.h145 le_uint16 maxComponentDepth; member in struct:MAXPTable
H A Dsfnt.h315 le_uint16 maxComponentDepth; member in struct:MAXPTable
/external/icu/icu4c/source/test/perf/leperf/
H A DFontObject.h145 le_uint16 maxComponentDepth; member in struct:MAXPTable
H A Dsfnt.h315 le_uint16 maxComponentDepth; member in struct:MAXPTable
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c728 FT_FRAME_USHORT( maxComponentDepth ),
752 maxProfile->maxComponentDepth = 0;
780 if ( maxProfile->maxComponentDepth > 100 )
784 maxProfile->maxComponentDepth ));
785 maxProfile->maxComponentDepth = 100;
/external/freetype/include/freetype/
H A Dtttables.h545 /* maxComponentDepth :: The maximum nesting depth of composite */
567 FT_UShort maxComponentDepth; member in struct:TT_MaxProfile_
/external/pdfium/third_party/freetype/include/freetype/
H A Dtttables.h545 /* maxComponentDepth :: The maximum nesting depth of composite */
567 FT_UShort maxComponentDepth; member in struct:TT_MaxProfile_
/external/freetype/src/sfnt/
H A Dttload.c728 FT_FRAME_USHORT( maxComponentDepth ),
752 maxProfile->maxComponentDepth = 0;
/external/freetype/src/truetype/
H A Dttgload.c1439 /* some fonts have an incorrect value of `maxComponentDepth' */
1440 if ( recurse_count > face->max_profile.maxComponentDepth )
1442 FT_TRACE1(( "load_truetype_glyph: maxComponentDepth set to %d\n",
1444 face->max_profile.maxComponentDepth = (FT_UShort)recurse_count;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c1398 /* some fonts have an incorrect value of `maxComponentDepth', */
1401 recurse_count > face->max_profile.maxComponentDepth )

Completed in 155 milliseconds