Home
last modified time | relevance | path

Searched refs:kFLAG_REPEAT (Results 1 – 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc30 const int32_t GlyphTable::SimpleGlyph::kFLAG_REPEAT = 1 << 3; member in sfntly::GlyphTable::SimpleGlyph
439 if ((flag & kFLAG_REPEAT) == kFLAG_REPEAT) { in ParseData()
Dglyph_table.h166 static const int32_t kFLAG_REPEAT; variable