Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc29 const int32_t GlyphTable::SimpleGlyph::kFLAG_YSHORT = 1 << 2; member in sfntly::GlyphTable::SimpleGlyph
475 if ((flag & kFLAG_YSHORT) == kFLAG_YSHORT) { in ParseData()
Dglyph_table.h165 static const int32_t kFLAG_YSHORT; variable