Searched refs:rectB (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp96 inline FX_BOOL _IsInsameline(const CFX_FloatRect& rectA, const CFX_FloatRect& rectB) argument
98 if((rectA.top >= rectB.bottom && rectB.top >= rectA.bottom)) {
104 inline FX_BOOL _IsIntersect(const CFX_FloatRect& rectA, const CFX_FloatRect& rectB) argument
107 if(GetIntersection(rectA.bottom, rectA.top, rectB.bottom, rectB.top, interlow, interhigh)) {
108 if(GetIntersection(rectA.left, rectA.right, rectB.left, rectB.right, interlow, interhigh)) {
/external/deqp/modules/egl/
H A DteglResizeTests.cpp254 const ConstPixelBufferAccess& rectB)
260 if (rectB.getWidth() != width || rectB.getHeight() != height || rectB.getDepth() != depth)
266 if (rectA.getPixel(x, y, z) != rectB.getPixel(x, y, z))
253 compareRectangles(const ConstPixelBufferAccess& rectA, const ConstPixelBufferAccess& rectB) argument
/external/skia/tests/
H A DClipStackTest.cpp228 SkRect rectA, rectB; local
231 rectB.iset(40, 40, 80, 80);
235 rrectB.setRectXY(rectB, SkIntToScalar(1), SkIntToScalar(2));
240 pathB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5));
266 stack.clipDevRect(rectB, gOps[op], false);
309 SkRect rectA, rectB;
312 rectB.iset(50, 50, 80, 80);
331 clipB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5));
/external/skia/src/core/
H A DSkAAClip.cpp1414 const uint8_t* rowB, const SkIRect& rectB);

Completed in 4104 milliseconds