Home
last modified time | relevance | path

Searched refs:MaxComponentDepth (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.h69 int32_t MaxComponentDepth();
87 int32_t MaxComponentDepth();
Dmaximum_profile_table.cc77 int32_t MaximumProfileTable::MaxComponentDepth() { in MaxComponentDepth() function in sfntly::MaximumProfileTable
230 int32_t MaximumProfileTable::Builder::MaxComponentDepth() { in MaxComponentDepth() function in sfntly::MaximumProfileTable::Builder
/external/sfntly/cpp/src/test/
Dverify_maxp.cc61 EXPECT_EQ(maxp->MaxComponentDepth(), MAXP_MAX_COMPONENT_DEPTH); in VerifyMAXP()