Searched defs:y_setter_t (Results 1 – 1 of 1) sorted by relevance
529 struct y_setter_t struct531 void set (contour_point_t &point, float v) const { point.y = v; } in set()532 bool is_short (uint8_t flag) const { return flag & FLAG_Y_SHORT; } in is_short()533 bool is_same (uint8_t flag) const { return flag & FLAG_Y_SAME; } in is_same()