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

  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 376 return on_curve_[contour_index_[contour] + point];
403 on_curve_.resize(number_of_points_);
447 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE);
glyph_table.h 229 std::vector<bool> on_curve_; member in class:sfntly::GlyphTable::SimpleGlyph

Completed in 674 milliseconds