Home | History | Annotate | Download | only in core

Lines Matching refs:clipA

1670     const SkAAClip* clipA = &clipAOrig;
1674 SkTSwap(clipA, clipB);
1678 bool a_empty = clipA->isEmpty();
1687 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) {
1688 return this->set(*clipA);
1690 bounds = clipA->fBounds;
1694 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds,
1706 return this->set(*clipA);
1708 bounds = clipA->fBounds;
1721 operateY(builder, *clipA, *clipB, op);