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

/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc39 const int32_t GlyphTable::CompositeGlyph::kFLAG_MORE_COMPONENTS = 1 << 5; member in class:sfntly::GlyphTable::CompositeGlyph
623 int32_t flags = kFLAG_MORE_COMPONENTS;
625 while ((flags & kFLAG_MORE_COMPONENTS) == kFLAG_MORE_COMPONENTS) {
H A Dglyph_table.h240 static const int32_t kFLAG_MORE_COMPONENTS; member in class:sfntly::GlyphTable::CompositeGlyph

Completed in 25 milliseconds