Lines Matching full:rect
30 #include "Rect.h"
94 bool clipTransformed(const Rect& r, SkRegion::Op op = SkRegion::kIntersect_Op);
108 * Returns the current clip in local coordinates. The clip rect is
111 const Rect& getLocalClip();
114 * Resets the clip to the specified rect.
173 Rect viewport;
195 * Current clip rect. The clip is stored in canvas-space coordinates,
198 * This is a reference to a rect owned by this snapshot or another
201 Rect* clipRect;
240 Rect mClipRectRoot;
241 Rect mLocalClip;