Searched refs:MaxPoints (Results 1 – 3 of 3) sorted by relevance
/external/sfntly/cpp/src/sfntly/table/core/ | ||
D | maximum_profile_table.h | 47 int32_t MaxPoints(); |
D | maximum_profile_table.cc | 33 int32_t MaximumProfileTable::MaxPoints() { in MaxPoints() function in sfntly::MaximumProfileTable |
/external/sfntly/cpp/src/test/ | ||
D | verify_maxp.cc | 48 EXPECT_EQ(maxp->MaxPoints(), MAXP_MAX_POINTS); in VerifyMAXP() |