Searched refs:rectA (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tests/ |
H A D | PathOpsAsWindingTest.cpp | 117 constexpr SkRect rectA = {0, 0, 3, 3}; in DEF_TEST() local 127 test.addRect(rectA, dirA); in DEF_TEST() 131 test.addRect(rectA, dirA); in DEF_TEST() 138 test.addRect(rectA, dirA); in DEF_TEST() 146 test.addRect(rectA, dirA); in DEF_TEST() 163 SkPath pathA = build_squircle(curveA, rectA, dirA); in DEF_TEST() 174 for (SkScalar x = rectA.fLeft - 1; x <= rectA.fRight + 1; ++x) { in DEF_TEST() 175 for (SkScalar y = rectA.fTop - 1; y <= rectA in DEF_TEST() [all...] |
H A D | ClipStackTest.cpp | 232 SkRect rectA, rectB; in test_bounds() local 234 rectA.setLTRB(10, 10, 50, 50); in test_bounds() 238 rrectA.setOval(rectA); in test_bounds() 243 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds() 270 stack.clipRect(rectA, SkMatrix::I(), SkClipOp::kIntersect, false); in test_bounds() 314 SkRect rectA, rectB; 316 rectA.setLTRB(10, 10, 40, 40); 346 stack.clipRect(rectA, SkMatrix::I(), SkClipOp::kIntersect, false);
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglResizeTests.cpp | 255 bool compareRectangles (const ConstPixelBufferAccess& rectA, in compareRectangles() argument 258 const int width = rectA.getWidth(); in compareRectangles() 259 const int height = rectA.getHeight(); in compareRectangles() 260 const int depth = rectA.getDepth(); in compareRectangles() 268 if (rectA.getPixel(x, y, z) != rectB.getPixel(x, y, z)) in compareRectangles()
|
Completed in 3 milliseconds