Searched refs:clipB (Results 1 – 5 of 5) sorted by relevance
/external/skia/gm/ |
D | complexclip.cpp | 72 SkPath clipB; in onDraw() local 73 clipB.moveTo(SkIntToScalar(40), SkIntToScalar(10)); in onDraw() 74 clipB.lineTo(SkIntToScalar(190), SkIntToScalar(15)); in onDraw() 75 clipB.lineTo(SkIntToScalar(195), SkIntToScalar(190)); in onDraw() 76 clipB.lineTo(SkIntToScalar(40), SkIntToScalar(185)); in onDraw() 77 clipB.lineTo(SkIntToScalar(155), SkIntToScalar(100)); in onDraw() 78 clipB.close(); in onDraw() 119 this->drawHairlines(canvas, path, clipA, clipB); in onDraw() 127 clipB.setFillType(doInvB ? SkPath::kInverseEvenOdd_FillType : in onDraw() 130 canvas->clipPath(clipB, gOps[op].fOp, fDoAAClip); in onDraw() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | FillLayer.cpp | 307 static EFillBox clipMax(EFillBox clipA, EFillBox clipB) in clipMax() argument 309 if (clipA == BorderFillBox || clipB == BorderFillBox) in clipMax() 311 if (clipA == PaddingFillBox || clipB == PaddingFillBox) in clipMax() 313 if (clipA == ContentFillBox || clipB == ContentFillBox) in clipMax()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 242 SkPath clipA, clipB; in test_bounds() local 245 clipB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds() 262 clipB.setFillType(doInvB ? SkPath::kInverseEvenOdd_FillType : in test_bounds() 270 stack.clipDevPath(clipB, gOps[op], false); in test_bounds() 321 SkPath clipA, clipB; in test_isWideOpen() local 326 clipB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5)); in test_isWideOpen() 327 clipB.setFillType(SkPath::kInverseEvenOdd_FillType); in test_isWideOpen() 330 stack.clipDevPath(clipB, SkRegion::kUnion_Op, false); in test_isWideOpen()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkAAClip.cpp | 1603 const SkAAClip* clipB = &clipBOrig; in op() local 1606 SkTSwap(clipA, clipB); in op() 1611 bool b_empty = clipB->isEmpty(); in op() 1619 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) { in op() 1627 clipB->fBounds)) { in op() 1635 return this->set(*clipB); in op() 1641 bounds.join(clipB->fBounds); in op() 1649 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds)); in op() 1650 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds)); in op() 1653 operateY(builder, *clipA, *clipB, op); in op()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1603 const SkAAClip* clipB = &clipBOrig; in op() local 1606 SkTSwap(clipA, clipB); in op() 1611 bool b_empty = clipB->isEmpty(); in op() 1619 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) { in op() 1627 clipB->fBounds)) { in op() 1635 return this->set(*clipB); in op() 1641 bounds.join(clipB->fBounds); in op() 1649 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds)); in op() 1650 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds)); in op() 1653 operateY(builder, *clipA, *clipB, op); in op()
|