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

/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp103 inline FX_BOOL _IsInsameline(const CFX_FloatRect& rectA, const CFX_FloatRect& rectB) argument
105 if((rectA.top >= rectB.bottom && rectB.top >= rectA.bottom)) {
111 inline FX_BOOL _IsIntersect(const CFX_FloatRect& rectA, const CFX_FloatRect& rectB) argument
114 if(GetIntersection(rectA.bottom, rectA.top, rectB.bottom, rectB.top, interlow, interhigh)) {
115 if(GetIntersection(rectA.left, rectA.right, rectB.left, rectB.right, interlow, interhigh)) {
/external/deqp/modules/egl/
H A DteglResizeTests.cpp239 const ConstPixelBufferAccess& rectB)
245 if (rectB.getWidth() != width || rectB.getHeight() != height || rectB.getDepth() != depth)
251 if (rectA.getPixel(x, y, z) != rectB.getPixel(x, y, z))
238 compareRectangles(const ConstPixelBufferAccess& rectA, const ConstPixelBufferAccess& rectB) argument
/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1346 const uint8_t* rowB, const SkIRect& rectB);
/external/skia/src/core/
H A DSkAAClip.cpp1346 const uint8_t* rowB, const SkIRect& rectB);

Completed in 284 milliseconds