Home | History | Annotate | Download | only in hwui

Lines Matching full:right

47     handlePoint(transformedBounds, transform, r.right, r.top);
49 handlePoint(transformedBounds, transform, r.right, r.bottom);
161 rectPath.addRect(bounds.left, bounds.top, bounds.right, bounds.bottom);
209 void ClipArea::setClip(float left, float top, float right, float bottom) {
211 mClipRect.set(left, top, right, bottom);
215 bool ClipArea::clipRectWithTransform(float left, float top, float right,
217 Rect r(left, top, right, bottom);
290 float right, float bottom, const mat4* transform, SkRegion::Op op) {
291 Rect r(left, top, right, bottom);
321 float right, float bottom, const mat4* transform, SkRegion::Op op) {
322 Rect r(left, top, right, bottom);
336 mClipRect.right, mClipRect.bottom);
355 float right, float bottom, const mat4* transform, SkRegion::Op op) {
356 return regionModeClipRectWithTransform(Rect(left, top, right, bottom),