Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc39 const int32_t GlyphTable::CompositeGlyph::kFLAG_MORE_COMPONENTS = 1 << 5; member in sfntly::GlyphTable::CompositeGlyph
556 int32_t flags = kFLAG_MORE_COMPONENTS; in Initialize()
558 while ((flags & kFLAG_MORE_COMPONENTS) == kFLAG_MORE_COMPONENTS) { in Initialize()
Dglyph_table.h235 static const int32_t kFLAG_MORE_COMPONENTS; variable