Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc28 const int32_t GlyphTable::SimpleGlyph::kFLAG_XSHORT = 1 << 1; member in sfntly::GlyphTable::SimpleGlyph
451 if ((flag & kFLAG_XSHORT) == kFLAG_XSHORT) { in ParseData()
Dglyph_table.h164 static const int32_t kFLAG_XSHORT; variable