Searched defs:mClipArea (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.h162 const Rect& getRenderTargetClip() const { return mClipArea->getClipRect(); }
167 bool clipIsEmpty() const { return mClipArea->isEmpty(); }
168 const SkRegion& getClipRegion() const { return mClipArea->getClipRegion(); }
169 bool clipIsSimple() const { return mClipArea->isSimple(); }
170 const ClipArea& getClipArea() const { return *mClipArea; }
171 ClipArea& mutateClipArea() { return *mClipArea; }
338 ClipArea* mClipArea; member in class:android::uirenderer::Snapshot

Completed in 161 milliseconds