Searched refs:on_curve_ (Results 1 – 2 of 2) sorted by relevance
377 return on_curve_[contour_index_[contour] + point]; in OnCurve()404 on_curve_.resize(number_of_points_); in Initialize()448 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE); in ParseData()
229 std::vector<bool> on_curve_; variable