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

/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc26 static const int32_t kFLAG_ONCURVE = 1; member in namespace:woff2
139 glyph->contours[i][j].on_curve = flag & kFLAG_ONCURVE;
258 int flag = point.on_curve ? kFLAG_ONCURVE : 0;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc27 const int32_t GlyphTable::SimpleGlyph::kFLAG_ONCURVE = 1; member in class:sfntly::GlyphTable::SimpleGlyph
447 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE);
H A Dglyph_table.h163 static const int32_t kFLAG_ONCURVE; member in class:sfntly::GlyphTable::SimpleGlyph
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc27 const int32_t GlyphTable::SimpleGlyph::kFLAG_ONCURVE = 1; member in class:sfntly::GlyphTable::SimpleGlyph
447 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE);
H A Dglyph_table.h163 static const int32_t kFLAG_ONCURVE; member in class:sfntly::GlyphTable::SimpleGlyph

Completed in 2963 milliseconds