Home
last modified time | relevance | path

Searched refs:rect2 (Results 26 - 30 of 30) sorted by relevance

12

/third_party/skia/tests/
H A DPictureTest.cpp372 SkRect rect2 = SkRect::MakeXYWH(SkIntToScalar(7), SkIntToScalar(7), in test_clip_bound_opt() local
381 path.addOval(rect2); in test_clip_bound_opt()
H A DRoundRectTest.cpp255 SkRect rect2 = SkRect::MakeLTRB(0.358211994f, 0.755430222f, 0.872866154f, 0.806214333f); in test_round_rect_basic() local
258 rect2, in test_round_rect_basic()
H A DPathTest.cpp1285 SkPath rect2; in test_close() local
1286 rect2.addRect(SK_Scalar1, SK_Scalar1, 10 * SK_Scalar1, 10*SK_Scalar1); in test_close()
1287 rect2.close(); in test_close()
1288 rect2.addRect(SK_Scalar1, SK_Scalar1, 10 * SK_Scalar1, 10*SK_Scalar1); in test_close()
1289 check_close(reporter, rect2); in test_close()
1290 rect2.close(); in test_close()
1291 check_close(reporter, rect2); in test_close()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h138 void GetEnclosingRectangle(const Rectangle &rect1, const Rectangle &rect2, Rectangle *rectUnion);
/third_party/skia/modules/skparagraph/tests/
H A DSkParagraphTest.cpp4264 SkRect rect2 = SkRect::MakeXYWH(0, paragraph->getAlphabeticBaseline(), in UNIX_ONLY_TEST() local
4268 canvas.drawLine(SK_ColorGREEN, rect2, false); in UNIX_ONLY_TEST()

Completed in 26 milliseconds

12