HomeSort by relevance Sort by last modified time
    Searched refs:mClipArea (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Snapshot.cpp 40 , mClipArea(&mClipAreaRoot) {
59 , mClipArea(nullptr)
71 mClipArea = &mClipAreaRoot;
73 mClipArea = s->mClipArea;
90 return mClipArea->clipRegion(region, op);
95 return mClipArea->clipRectWithTransform(left, top, right, bottom, transform, op);
100 return mClipArea->clipPathWithTransform(path, transform, op);
104 mClipArea->setClip(left, top, right, bottom);
116 mLocalClip.set(mClipArea->getClipRect())
    [all...]
Snapshot.h 162 const Rect& getRenderTargetClip() { return mClipArea->getClipRect(); }
167 bool clipIsEmpty() const { return mClipArea->isEmpty(); }
168 const Rect& getClipRect() const { return mClipArea->getClipRect(); }
169 const SkRegion& getClipRegion() const { return mClipArea->getClipRegion(); }
170 bool clipIsSimple() const { return mClipArea->isSimple(); }
171 const ClipArea& getClipArea() const { return *mClipArea; }
329 ClipArea* mClipArea;

Completed in 33 milliseconds