Searched refs:kFLAG_REPEAT (Results 1 – 2 of 2) sorted by relevance
30 const int32_t GlyphTable::SimpleGlyph::kFLAG_REPEAT = 1 << 3; member in sfntly::GlyphTable::SimpleGlyph439 if ((flag & kFLAG_REPEAT) == kFLAG_REPEAT) { in ParseData()
166 static const int32_t kFLAG_REPEAT; variable