Searched refs:clipB (Results 1 - 5 of 5) sorted by relevance

/external/skia/gm/
H A Dcomplexclip.cpp72 SkPath clipB; local
73 clipB.moveTo(SkIntToScalar(40), SkIntToScalar(10));
74 clipB.lineTo(SkIntToScalar(190), SkIntToScalar(15));
75 clipB.lineTo(SkIntToScalar(195), SkIntToScalar(190));
76 clipB.lineTo(SkIntToScalar(40), SkIntToScalar(185));
77 clipB.lineTo(SkIntToScalar(155), SkIntToScalar(100));
78 clipB.close();
119 this->drawHairlines(canvas, path, clipA, clipB);
127 clipB.setFillType(doInvB ? SkPath::kInverseEvenOdd_FillType :
130 canvas->clipPath(clipB, gOp
161 drawHairlines(SkCanvas* canvas, const SkPath& path, const SkPath& clipA, const SkPath& clipB) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DFillLayer.cpp297 static EFillBox clipMax(EFillBox clipA, EFillBox clipB) argument
299 if (clipA == BorderFillBox || clipB == BorderFillBox)
301 if (clipA == PaddingFillBox || clipB == PaddingFillBox)
303 if (clipA == ContentFillBox || clipB == ContentFillBox)
/external/skia/tests/
H A DClipStackTest.cpp242 SkPath clipA, clipB; local
245 clipB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5));
262 clipB.setFillType(doInvB ? SkPath::kInverseEvenOdd_FillType :
270 stack.clipDevPath(clipB, gOps[op], false);
313 SkPath clipA, clipB;
318 clipB.addRoundRect(rectB, SkIntToScalar(5), SkIntToScalar(5));
319 clipB.setFillType(SkPath::kInverseEvenOdd_FillType);
322 stack.clipDevPath(clipB, SkRegion::kUnion_Op, false);
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1612 const SkAAClip* clipB = &clipBOrig; local
1615 SkTSwap(clipA, clipB);
1620 bool b_empty = clipB->isEmpty();
1628 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) {
1636 clipB->fBounds)) {
1644 return this->set(*clipB);
1650 bounds.join(clipB->fBounds);
1658 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds));
1659 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds));
1662 operateY(builder, *clipA, *clipB, o
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp1612 const SkAAClip* clipB = &clipBOrig; local
1615 SkTSwap(clipA, clipB);
1620 bool b_empty = clipB->isEmpty();
1628 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) {
1636 clipB->fBounds)) {
1644 return this->set(*clipB);
1650 bounds.join(clipB->fBounds);
1658 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds));
1659 SkASSERT(SkIRect::Intersects(bounds, clipB->fBounds));
1662 operateY(builder, *clipA, *clipB, o
[all...]

Completed in 357 milliseconds