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

  /external/chromium_org/third_party/brotli/src/woff2/
glyph.cc 31 static const int32_t kFLAG_YREPEATSIGN = 1 << 5;
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/
glyph_table.cc 32 const int32_t GlyphTable::SimpleGlyph::kFLAG_YREPEATSIGN = 1 << 5;
479 ((flag & kFLAG_YREPEATSIGN) == kFLAG_YREPEATSIGN) ? 1 : -1;
483 if (!((flag & kFLAG_YREPEATSIGN) == kFLAG_YREPEATSIGN)) {
glyph_table.h 168 static const int32_t kFLAG_YREPEATSIGN;
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 32 const int32_t GlyphTable::SimpleGlyph::kFLAG_YREPEATSIGN = 1 << 5;
479 ((flag & kFLAG_YREPEATSIGN) == kFLAG_YREPEATSIGN) ? 1 : -1;
483 if (!((flag & kFLAG_YREPEATSIGN) == kFLAG_YREPEATSIGN)) {
glyph_table.h 168 static const int32_t kFLAG_YREPEATSIGN;

Completed in 6356 milliseconds