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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc29 static const int32_t kFLAG_REPEAT = 1 << 3; member in namespace:woff2
130 if (flag & kFLAG_REPEAT) {
278 dst[*offset - 1] |= kFLAG_REPEAT;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc30 const int32_t GlyphTable::SimpleGlyph::kFLAG_REPEAT = 1 << 3; member in class:sfntly::GlyphTable::SimpleGlyph
438 if ((flag & kFLAG_REPEAT) == kFLAG_REPEAT) {
H A Dglyph_table.h166 static const int32_t kFLAG_REPEAT; member in class:sfntly::GlyphTable::SimpleGlyph
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc30 const int32_t GlyphTable::SimpleGlyph::kFLAG_REPEAT = 1 << 3; member in class:sfntly::GlyphTable::SimpleGlyph
438 if ((flag & kFLAG_REPEAT) == kFLAG_REPEAT) {
H A Dglyph_table.h166 static const int32_t kFLAG_REPEAT; member in class:sfntly::GlyphTable::SimpleGlyph

Completed in 981 milliseconds