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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc31 static const int32_t kFLAG_YREPEATSIGN = 1 << 5; member in namespace:woff2
181 int sign = (flag & kFLAG_YREPEATSIGN) ? 1 : -1;
186 if (!(flag & kFLAG_YREPEATSIGN)) {
270 flag |= kFLAG_YREPEATSIGN;
272 flag |= kFLAG_YSHORT | (dy > 0 ? kFLAG_YREPEATSIGN : 0);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc32 const int32_t GlyphTable::SimpleGlyph::kFLAG_YREPEATSIGN = 1 << 5; member in class:sfntly::GlyphTable::SimpleGlyph
479 ((flag & kFLAG_YREPEATSIGN) == kFLAG_YREPEATSIGN) ? 1 : -1;
483 if (!((flag & kFLAG_YREPEATSIGN) == kFLAG_YREPEATSIGN)) {
H A Dglyph_table.h168 static const int32_t kFLAG_YREPEATSIGN; member in class:sfntly::GlyphTable::SimpleGlyph
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc32 const int32_t GlyphTable::SimpleGlyph::kFLAG_YREPEATSIGN = 1 << 5; member in class:sfntly::GlyphTable::SimpleGlyph
479 ((flag & kFLAG_YREPEATSIGN) == kFLAG_YREPEATSIGN) ? 1 : -1;
483 if (!((flag & kFLAG_YREPEATSIGN) == kFLAG_YREPEATSIGN)) {
H A Dglyph_table.h168 static const int32_t kFLAG_YREPEATSIGN; member in class:sfntly::GlyphTable::SimpleGlyph

Completed in 754 milliseconds