Searched refs:mClipArea (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Snapshot.cpp | 40 , mClipArea(&mClipAreaRoot) { in Snapshot() 59 , mClipArea(nullptr) in Snapshot() 71 mClipArea = &mClipAreaRoot; in Snapshot() 73 mClipArea = s->mClipArea; in Snapshot() 90 return mClipArea->clipRegion(region, op); in clipRegionTransformed() 95 return mClipArea->clipRectWithTransform(left, top, right, bottom, transform, op); in clip() 100 return mClipArea->clipPathWithTransform(path, transform, op); in clipPath() 104 mClipArea->setClip(left, top, right, bottom); in setClip() 116 mLocalClip.set(mClipArea->getClipRect()); in getLocalClip() 126 mClipArea = &mClipAreaRoot; in resetClip() [all …]
|
D | Snapshot.h | 162 const Rect& getRenderTargetClip() { return mClipArea->getClipRect(); } in getRenderTargetClip() 167 bool clipIsEmpty() const { return mClipArea->isEmpty(); } in clipIsEmpty() 168 const Rect& getClipRect() const { return mClipArea->getClipRect(); } in getClipRect() 169 const SkRegion& getClipRegion() const { return mClipArea->getClipRegion(); } in getClipRegion() 170 bool clipIsSimple() const { return mClipArea->isSimple(); } in clipIsSimple() 171 const ClipArea& getClipArea() const { return *mClipArea; } in getClipArea() 329 ClipArea* mClipArea; variable
|