Home | History | Annotate | Download | only in hwui

Lines Matching refs:right

153 bool StatefulBaseRenderer::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) {
155 mDirtyClip |= mSnapshot->clip(left, top, right, bottom, op);
160 path.addRect(left, top, right, bottom);
180 clip.setRect(bounds->left, bounds->top, bounds->right, bounds->bottom);
205 clipRect(bounds.left, bounds.top, bounds.right, bounds.bottom, SkRegion::kIntersect_Op);
233 float right, float bottom,
236 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
240 Rect r(left, top, right, bottom);
274 float right, float bottom) const {
275 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
279 Rect r(left, top, right, bottom);