HomeSort by relevance Sort by last modified time
    Searched refs:kFLAG_MORE_COMPONENTS (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 39 const int32_t GlyphTable::CompositeGlyph::kFLAG_MORE_COMPONENTS = 1 << 5;
623 int32_t flags = kFLAG_MORE_COMPONENTS;
625 while ((flags & kFLAG_MORE_COMPONENTS) == kFLAG_MORE_COMPONENTS) {
glyph_table.h 240 static const int32_t kFLAG_MORE_COMPONENTS;

Completed in 84 milliseconds