Home | History | Annotate | Download | only in hwui

Lines Matching full:clip

40  * Temporary structure holding information for a single outline clip.
98 * Indicates that the clip region was modified. When this
99 * snapshot is restored so must the clip.
124 * Modifies the current clip with the new clip rectangle and
128 void clip(const Rect& localClip, SkRegion::Op op);
131 * Modifies the current clip with the new clip rectangle and
138 * Modifies the current clip with the specified region and operation.
144 * Modifies the current clip with the specified path and operation.
149 * Sets the current clip.
154 * Returns the current clip in local coordinates. The clip rect is
160 * Returns the current clip in render target coordinates.
165 * Accessor functions so that the clip area can stay private
175 void applyClip(const ClipBase* clip, const Matrix4& transform);
178 * Resets the clip to the specified rect.
202 * If the current round rect clip is high priority, the incoming clip is ignored.