Searched refs:kFLAG_XSHORT (Results 1 – 2 of 2) sorted by relevance
28 const int32_t GlyphTable::SimpleGlyph::kFLAG_XSHORT = 1 << 1; member in sfntly::GlyphTable::SimpleGlyph451 if ((flag & kFLAG_XSHORT) == kFLAG_XSHORT) { in ParseData()
164 static const int32_t kFLAG_XSHORT; variable