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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc28 static const int32_t kFLAG_YSHORT = 1 << 2; member in namespace:woff2
175 if (flag & kFLAG_YSHORT) {
272 flag |= kFLAG_YSHORT | (dy > 0 ? kFLAG_YREPEATSIGN : 0);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc29 const int32_t GlyphTable::SimpleGlyph::kFLAG_YSHORT = 1 << 2; member in class:sfntly::GlyphTable::SimpleGlyph
474 if ((flag & kFLAG_YSHORT) == kFLAG_YSHORT) {
H A Dglyph_table.h165 static const int32_t kFLAG_YSHORT; member in class:sfntly::GlyphTable::SimpleGlyph
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc29 const int32_t GlyphTable::SimpleGlyph::kFLAG_YSHORT = 1 << 2; member in class:sfntly::GlyphTable::SimpleGlyph
474 if ((flag & kFLAG_YSHORT) == kFLAG_YSHORT) {
H A Dglyph_table.h165 static const int32_t kFLAG_YSHORT; member in class:sfntly::GlyphTable::SimpleGlyph

Completed in 132 milliseconds