Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.h47 int32_t MaxPoints();
76 int32_t MaxPoints();
Dmaximum_profile_table.cc33 int32_t MaximumProfileTable::MaxPoints() { in MaxPoints() function in sfntly::MaximumProfileTable
129 int32_t MaximumProfileTable::Builder::MaxPoints() { in MaxPoints() function in sfntly::MaximumProfileTable::Builder
/external/sfntly/cpp/src/test/
Dverify_maxp.cc48 EXPECT_EQ(maxp->MaxPoints(), MAXP_MAX_POINTS); in VerifyMAXP()