Lines Matching refs:Snapshot
28 Snapshot::Snapshot() in Snapshot() function in android::uirenderer::Snapshot
45 Snapshot::Snapshot(Snapshot* s, int saveFlags) in Snapshot() function in android::uirenderer::Snapshot
75 void Snapshot::clip(const Rect& localClip, SkClipOp op) { in clip()
76 flags |= Snapshot::kFlagClipSet; in clip()
80 void Snapshot::clipPath(const SkPath& path, SkClipOp op) { in clipPath()
81 flags |= Snapshot::kFlagClipSet; in clipPath()
85 void Snapshot::setClip(float left, float top, float right, float bottom) { in setClip()
86 flags |= Snapshot::kFlagClipSet; in setClip()
90 bool Snapshot::hasPerspectiveTransform() const { in hasPerspectiveTransform()
94 const Rect& Snapshot::getLocalClip() { in getLocalClip()
104 void Snapshot::resetClip(float left, float top, float right, float bottom) { in resetClip()
116 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, in setClippingRoundRect()
161 void Snapshot::setProjectionPathMask(const SkPath* path) { in setProjectionPathMask()
165 static Snapshot* getClipRoot(Snapshot* target) { in getClipRoot()
172 const ClipBase* Snapshot::serializeIntersectedClip(LinearAllocator& allocator, in serializeIntersectedClip()
184 void Snapshot::applyClip(const ClipBase* recordedClip, const Matrix4& transform) { in applyClip()
196 void Snapshot::dump() const { in dump()