Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.h57 int32_t MaxTwilightPoints();
81 int32_t MaxTwilightPoints();
Dmaximum_profile_table.cc53 int32_t MaximumProfileTable::MaxTwilightPoints() { in MaxTwilightPoints() function in sfntly::MaximumProfileTable
173 int32_t MaximumProfileTable::Builder::MaxTwilightPoints() { in MaxTwilightPoints() function in sfntly::MaximumProfileTable::Builder
/external/sfntly/cpp/src/test/
Dverify_maxp.cc53 EXPECT_EQ(maxp->MaxTwilightPoints(), MAXP_MAX_TWILIGHT_POINTS); in VerifyMAXP()