Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.h59 int32_t MaxStorage();
82 int32_t MaxStorage();
Dmaximum_profile_table.cc57 int32_t MaximumProfileTable::MaxStorage() { in MaxStorage() function in sfntly::MaximumProfileTable
183 int32_t MaximumProfileTable::Builder::MaxStorage() { in MaxStorage() function in sfntly::MaximumProfileTable::Builder
/external/sfntly/cpp/src/test/
Dverify_maxp.cc54 EXPECT_EQ(maxp->MaxStorage(), MAXP_MAX_STORAGE); in VerifyMAXP()