OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxcomponentdepth
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/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/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/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h
69
int32_t
MaxComponentDepth
();
87
int32_t
MaxComponentDepth
();
maximum_profile_table.cc
77
int32_t MaximumProfileTable::
MaxComponentDepth
() {
230
int32_t MaximumProfileTable::Builder::
MaxComponentDepth
() {
/external/sfntly/cpp/src/test/
verify_maxp.cc
61
EXPECT_EQ(maxp->
MaxComponentDepth
(), MAXP_MAX_COMPONENT_DEPTH);
/external/chromium_org/third_party/icu/source/test/letest/
FontObject.h
145
le_uint16
maxComponentDepth
;
sfnt.h
315
le_uint16
maxComponentDepth
;
/external/icu4c/samples/layout/
sfnt.h
182
le_uint16
maxComponentDepth
;
/external/icu4c/test/letest/
FontObject.h
145
le_uint16
maxComponentDepth
;
sfnt.h
315
le_uint16
maxComponentDepth
;
/external/chromium_org/third_party/freetype/src/sfnt/
ttload.c
653
FT_FRAME_USHORT(
maxComponentDepth
),
677
maxProfile->
maxComponentDepth
= 0;
705
if ( maxProfile->
maxComponentDepth
> 100 )
709
maxProfile->
maxComponentDepth
));
710
maxProfile->
maxComponentDepth
= 100;
[
all
...]
/external/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/harfbuzz_ng/src/hb-icu-le/
sfnt.h
318
le_uint16
maxComponentDepth
;
/external/chromium_org/third_party/freetype/include/freetype/
tttables.h
522
/*
maxComponentDepth
:: The maximum nesting depth of composite */
544
FT_UShort
maxComponentDepth
;
[
all
...]
/external/freetype/include/freetype/
tttables.h
522
/*
maxComponentDepth
:: The maximum nesting depth of composite */
544
FT_UShort
maxComponentDepth
;
[
all
...]
/external/chromium_org/third_party/freetype/src/truetype/
ttgload.c
[
all
...]
/external/freetype/src/truetype/
ttgload.c
[
all
...]
Completed in 384 milliseconds