Searched refs:rectB (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 254 const ConstPixelBufferAccess& rectB) in compareRectangles() argument 260 if (rectB.getWidth() != width || rectB.getHeight() != height || rectB.getDepth() != depth) in compareRectangles() 266 if (rectA.getPixel(x, y, z) != rectB.getPixel(x, y, z)) in compareRectangles()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 228 SkRect rectA, rectB; in test_bounds() local 231 rectB.iset(40, 40, 80, 80); in test_bounds() 235 rrectB.setRectXY(rectB, SkIntToScalar(1), SkIntToScalar(2)); in test_bounds() 240 pathB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds() 266 stack.clipDevRect(rectB, gOps[op], false); in test_bounds() 309 SkRect rectA, rectB; in test_isWideOpen() local 312 rectB.iset(50, 50, 80, 80); in test_isWideOpen() 331 clipB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5)); in test_isWideOpen()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1414 const uint8_t* rowB, const SkIRect& rectB);
|