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

12

/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h40 SK_OT_USHORT maxComponentDepth; member in struct:SkOTTableMaximumProfile_TT
47 SK_COMPILE_ASSERT(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 30, SkOTTableMaximumProfile_TT_maxComponentDepth_not_at_30);
/external/skia/src/sfnt/
H A DSkOTTable_maxp_TT.h39 SK_OT_USHORT maxComponentDepth; member in struct:SkOTTableMaximumProfile_TT
46 SK_COMPILE_ASSERT(offsetof(SkOTTableMaximumProfile_TT, maxComponentDepth) == 28, SkOTTableMaximumProfile_TT_maxComponentDepth_not_at_26);
/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/chromium_org/third_party/freetype/src/sfnt/
H A Dttload.c655 FT_FRAME_USHORT( maxComponentDepth ),
679 maxProfile->maxComponentDepth = 0;
707 if ( maxProfile->maxComponentDepth > 100 )
711 maxProfile->maxComponentDepth ));
712 maxProfile->maxComponentDepth = 100;
/external/freetype/src/sfnt/
H A Dttload.c652 FT_FRAME_USHORT( maxComponentDepth ),
676 maxProfile->maxComponentDepth = 0;
704 if ( maxProfile->maxComponentDepth > 100 )
708 maxProfile->maxComponentDepth ));
709 maxProfile->maxComponentDepth = 100;
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h522 /* maxComponentDepth :: The maximum nesting depth of composite */
544 FT_UShort maxComponentDepth; member in struct:TT_MaxProfile_
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dsfnt.h182 le_uint16 maxComponentDepth; member in struct:MAXPTable
/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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/freetype/include/
H A Dtttables.h526 /* maxComponentDepth :: The maximum nesting depth of composite */
548 FT_UShort maxComponentDepth; member in struct:TT_MaxProfile_
/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/core/include/thirdparties/freetype/freetype/
H A Dtttables.h522 /* maxComponentDepth :: The maximum nesting depth of composite */
544 FT_UShort maxComponentDepth; member in struct:TT_MaxProfile_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dtttables.h522 /* maxComponentDepth :: The maximum nesting depth of composite */
544 FT_UShort maxComponentDepth; member in struct:TT_MaxProfile_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttload.c678 FT_FRAME_USHORT( maxComponentDepth ),
702 maxProfile->maxComponentDepth = 0;
730 if ( maxProfile->maxComponentDepth > 100 )
734 maxProfile->maxComponentDepth ));
735 maxProfile->maxComponentDepth = 100;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c1315 /* some fonts have an incorrect value of `maxComponentDepth', */
1318 recurse_count > face->max_profile.maxComponentDepth )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c1324 /* some fonts have an incorrect value of `maxComponentDepth', */
1327 recurse_count > face->max_profile.maxComponentDepth )

Completed in 391 milliseconds

12