Searched refs:kFLAG_YSHORT (Results 1 – 2 of 2) sorted by relevance
29 const int32_t GlyphTable::SimpleGlyph::kFLAG_YSHORT = 1 << 2; member in sfntly::GlyphTable::SimpleGlyph452 if ((flag & kFLAG_YSHORT) == kFLAG_YSHORT) { in ParseData()
165 static const int32_t kFLAG_YSHORT; variable