Searched refs:XMax (Results 1 – 5 of 5) sorted by relevance
76 virtual int32_t XMax();126 int32_t XMax();
65 int32_t FontHeaderTable::XMax() { in XMax() function in sfntly::FontHeaderTable201 int32_t FontHeaderTable::Builder::XMax() { in XMax() function in sfntly::FontHeaderTable::Builder202 return down_cast<FontHeaderTable*>(GetTable())->XMax(); in XMax()
47 EXPECT_EQ(glyf->XMax(), GLYPH33_XMAX); in VerifyGLYF()
86 virtual int32_t XMax();
244 int32_t GlyphTable::Glyph::XMax() { in XMax() function in sfntly::GlyphTable::Glyph