Lines Matching refs:addRect

150     path->addRect(SkRect::MakeXYWH(10, 10, 10, 1));  in make_path1()
489 path.addRect(SkRect::MakeWH(50, 100)); in test_addrect()
494 path.addRect(SkRect::MakeWH(50, 100)); in test_addrect()
499 path.addRect(SkRect::MakeWH(50, 100)); in test_addrect()
504 path.addRect(SkRect::MakeWH(50, 100)); in test_addrect()
509 path.addRect(SkRect::MakeWH(50, 100)); in test_addrect()
517 path.addRect(SkRect::MakeWH(50, 100)); in test_addrect_isfinite()
524 path.addRect(SkRect::MakeWH(50, 100)); in test_addrect_isfinite()
530 path.addRect(SkRect::MakeWH(50, 100)); in test_addrect_isfinite()
591 path.addRect(SkRect::MakeLTRB(1, 2, 3, 4)); in test_bounds_crbug_513799()
602 path.addRect(SkRect::MakeLTRB(1, 2, 3, 4)); // should extend the bounds in test_bounds_crbug_513799()
1051 path0.addRect(rects[i]); in test_bounds()
1139 rect.addRect(SK_Scalar1, SK_Scalar1, 10 * SK_Scalar1, 10*SK_Scalar1); in test_close()
1165 rect2.addRect(SK_Scalar1, SK_Scalar1, 10 * SK_Scalar1, 10*SK_Scalar1); in test_close()
1167 rect2.addRect(SK_Scalar1, SK_Scalar1, 10 * SK_Scalar1, 10*SK_Scalar1); in test_close()
1407 path.addRect(0, 0, SkIntToScalar(10), SkIntToScalar(10), SkPath::kCCW_Direction); in test_convexity()
1412 path.addRect(0, 0, SkIntToScalar(10), SkIntToScalar(10), SkPath::kCW_Direction); in test_convexity()
1676 path.addRect(kBaseRect, dir); in test_conservativelyContains()
2051 path.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2061 path.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2090 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2099 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2106 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2117 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2124 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2132 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2139 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2150 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2157 path1.addRect(-1, -1, 2, 2, SkPath::kCW_Direction); in test_isNestedFillRects()
2168 path1.addRect(-1, -1, 2, 2, SkPath::kCCW_Direction); in test_isNestedFillRects()
2174 path1.addRect(1, 1, 3, 3, SkPath::kCW_Direction); in test_isNestedFillRects()
2175 path1.addRect(2, 2, 4, 4, SkPath::kCW_Direction); in test_isNestedFillRects()
2195 src.addRect(1, 1, 7, 7, SkPath::kCW_Direction); in test_isNestedFillRects()
3048 rect.addRect(SkIntToScalar(5), SkIntToScalar(5), in test_circle_with_add_paths()
3991 p.addRect(bounds); in DEF_TEST()
4029 p.addRect(bounds); in DEF_TEST()
4037 p.addRect(bounds); in DEF_TEST()