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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc34 static const int32_t kFLAG_MORE_COMPONENTS = 1 << 5; member in namespace:woff2
43 uint16_t flags = kFLAG_MORE_COMPONENTS;
44 while (flags & kFLAG_MORE_COMPONENTS) {
/external/chromium_org/third_party/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
/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 826 milliseconds