Searched refs:kFLAG_MORE_COMPONENTS (Results 1 – 2 of 2) sorted by relevance
39 const int32_t GlyphTable::CompositeGlyph::kFLAG_MORE_COMPONENTS = 1 << 5; member in sfntly::GlyphTable::CompositeGlyph556 int32_t flags = kFLAG_MORE_COMPONENTS; in Initialize()558 while ((flags & kFLAG_MORE_COMPONENTS) == kFLAG_MORE_COMPONENTS) { in Initialize()
235 static const int32_t kFLAG_MORE_COMPONENTS; variable