Searched refs:XMax (Results 1 – 11 of 11) 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()
503 struct XMax struct652 typedef boost::phoenix::function<impl::XMax> Max;
86 virtual int32_t XMax();
244 int32_t GlyphTable::Glyph::XMax() { in XMax() function in sfntly::GlyphTable::Glyph