Lines Matching full:right
92 const int right = rect.x() + rect.width() - 1;
94 drawHorizLine(canvas, rect.x(), right, rect.y(), paint);
95 drawVertLine(canvas, right, rect.y(), bottom, paint);
96 drawHorizLine(canvas, rect.x(), right, bottom, paint);
308 const int right = rect.x() + rect.width();
322 skrect.set(rect.x(), rect.y(), right, bottom);
329 canvas->drawLine(rect.x() + 1, rect.y(), right - 1, rect.y(), paint);
330 canvas->drawLine(right - 1, rect.y() + 1, right - 1, bottom - 1, paint);
331 canvas->drawLine(rect.x() + 1, bottom - 1, right - 1, bottom - 1, paint);
350 skrect.set(rect.x() + 1, rect.y() + 1, right - 1, bottom - 1);
356 canvas->drawPoint(right - 2, rect.y() + 1, paint);
358 canvas->drawPoint(right - 2, bottom - 2, paint);
609 const int right = rect.x() + rect.width();
619 int arrowXPosition = (o->style()->direction() == RTL) ? rect.x() + 7 : right - 13;
678 skrect.set(rect.x(), rect.y(), rect.right(), midy + 1);
685 skrect.set(midx + 1, rect.y(), rect.right(), rect.bottom());
687 skrect.set(rect.x(), midy + 1, rect.right(), rect.bottom());
768 // Reserve the space for right arrow here. The rest of the padding is