Home
last modified time | relevance | path

Searched refs:rectB (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/
DPathOpsAsWindingTest.cpp118 constexpr SkRect rectB = {1, 1, 2, 2}; in DEF_TEST() local
128 test.addRect(rectB, dirB); in DEF_TEST()
130 test.addRect(rectB, dirB); in DEF_TEST()
141 test.addRect(rectB, dirB); in DEF_TEST()
167 test.addPath(build_squircle(curveB, rectB, dirB)); in DEF_TEST()
DClipStackTest.cpp231 SkRect rectA, rectB; in test_bounds() local
234 rectB.setLTRB(40, 40, 80, 80); in test_bounds()
238 rrectB.setRectXY(rectB, SkIntToScalar(1), SkIntToScalar(2)); in test_bounds()
243 pathB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
270 stack.clipRect(rectB, SkMatrix::I(), gOps[op], false); in test_bounds()
313 SkRect rectA, rectB; in test_isWideOpen() local
316 rectB.setLTRB(50, 50, 80, 80); in test_isWideOpen()
/external/deqp/modules/egl/
DteglResizeTests.cpp256 const ConstPixelBufferAccess& rectB) in compareRectangles() argument
262 if (rectB.getWidth() != width || rectB.getHeight() != height || rectB.getDepth() != depth) in compareRectangles()
268 if (rectA.getPixel(x, y, z) != rectB.getPixel(x, y, z)) in compareRectangles()