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

/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/freetype/src/sfnt/
H A Dttload.c653 FT_FRAME_USHORT( maxComponentDepth ),
677 maxProfile->maxComponentDepth = 0;
705 if ( maxProfile->maxComponentDepth > 100 )
709 maxProfile->maxComponentDepth ));
710 maxProfile->maxComponentDepth = 100;
/external/freetype/include/freetype/
H A Dtttables.h522 /* maxComponentDepth :: The maximum nesting depth of composite */
544 FT_UShort maxComponentDepth; member in struct:TT_MaxProfile_
/external/icu4c/samples/layout/
H A Dsfnt.h182 le_uint16 maxComponentDepth; member in struct:MAXPTable
/external/icu4c/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/harfbuzz_ng/src/hb-icu-le/
H A Dsfnt.h318 le_uint16 maxComponentDepth; member in struct:MAXPTable
/external/freetype/src/truetype/
H A Dttgload.c1234 /* some fonts have an incorrect value of `maxComponentDepth', */
1237 recurse_count > face->max_profile.maxComponentDepth )

Completed in 1032 milliseconds