Lines Matching defs:force_small_to_zero
22 static SkPoint force_small_to_zero(const SkPoint& pt) {
38 curve[index] = force_small_to_zero(curve[index]);
99 curve[0] = force_small_to_zero(pts[0]);
105 curve[1] = force_small_to_zero(pts[1]);
115 curve[1] = force_small_to_zero(pts[1]);
116 curve[2] = force_small_to_zero(pts[2]);
123 curve[1] = force_small_to_zero(pts[1]);
124 curve[2] = force_small_to_zero(pts[2]);
133 curve[1] = force_small_to_zero(pts[1]);
134 curve[2] = force_small_to_zero(pts[2]);
135 curve[3] = force_small_to_zero(pts[3]);
215 pair[index] = force_small_to_zero(pair[index]);