Home | History | Annotate | Download | only in core

Lines Matching defs:clipA

1602     const SkAAClip* clipA = &clipAOrig;
1606 SkTSwap(clipA, clipB);
1610 bool a_empty = clipA->isEmpty();
1619 if (b_empty || !SkIRect::Intersects(clipA->fBounds, clipB->fBounds)) {
1620 return this->set(*clipA);
1622 bounds = clipA->fBounds;
1626 if ((a_empty | b_empty) || !bounds.intersect(clipA->fBounds,
1638 return this->set(*clipA);
1640 bounds = clipA->fBounds;
1653 operateY(builder, *clipA, *clipB, op);