Lines Matching refs:mClipArea
36 , mClipArea(&mClipAreaRoot) { in Snapshot()
53 , mClipArea(nullptr) in Snapshot()
65 mClipArea = &mClipAreaRoot; in Snapshot()
67 mClipArea = s->mClipArea; in Snapshot()
77 mClipArea->clipRectWithTransform(localClip, transform, static_cast<SkRegion::Op>(op)); in clip()
82 mClipArea->clipPathWithTransform(path, transform, static_cast<SkRegion::Op>(op)); in clipPath()
87 mClipArea->setClip(left, top, right, bottom); in setClip()
98 mLocalClip.set(mClipArea->getClipRect()); in getLocalClip()
108 mClipArea = &mClipAreaRoot; in resetClip()
119 mClipArea->setEmpty(); in setClippingRoundRect()
181 return target->mClipArea->serializeIntersectedClip(allocator, recordedClip, in serializeIntersectedClip()
188 *mClipArea = *(getClipRoot(this)->mClipArea); in applyClip()
190 mClipArea->applyClip(recordedClip, transform); in applyClip()
199 getViewportHeight(), !mClipArea->isSimple()); in dump()
200 const Rect& clipRect(mClipArea->getClipRect()); in dump()
202 clipRect.right, clipRect.bottom, mClipArea->isSimple()); in dump()