• Home
  • Raw
  • Download

Lines Matching refs:fRight

25     dst->fRight = SkMaxScalar(dst->fRight, src.fRight);  in joinNoEmptyChecks()
568 this->addRect(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, dir); in addRect()
623 this->moveTo(rect.fRight - rx, rect.fTop); in addRoundRect()
638 this->lineTo(rect.fRight - rx, rect.fBottom); // bottom in addRoundRect()
640 this->cubicTo(rect.fRight - rx + sx, rect.fBottom, in addRoundRect()
641 rect.fRight, rect.fBottom - ry + sy, in addRoundRect()
642 rect.fRight, rect.fBottom - ry); // bot-right in addRoundRect()
644 this->lineTo(rect.fRight, rect.fTop + ry); in addRoundRect()
646 this->cubicTo(rect.fRight, rect.fTop + ry - sy, in addRoundRect()
647 rect.fRight - rx + sx, rect.fTop, in addRoundRect()
648 rect.fRight - rx, rect.fTop); // top-right in addRoundRect()
650 this->cubicTo(rect.fRight - rx + sx, rect.fTop, in addRoundRect()
651 rect.fRight, rect.fTop + ry - sy, in addRoundRect()
652 rect.fRight, rect.fTop + ry); // top-right in addRoundRect()
654 this->lineTo(rect.fRight, rect.fBottom - ry); in addRoundRect()
656 this->cubicTo(rect.fRight, rect.fBottom - ry + sy, in addRoundRect()
657 rect.fRight - rx + sx, rect.fBottom, in addRoundRect()
658 rect.fRight - rx, rect.fBottom); // bot-right in addRoundRect()
672 this->lineTo(rect.fRight - rx, rect.fTop); // top in addRoundRect()
689 r.offset(rect.fRight - r.fRight, rect.fBottom - r.fBottom); in add_corner_arc()
695 case 270: r.offset(rect.fRight - r.fRight, rect.fTop - r.fTop); break; in add_corner_arc()
770 const SkScalar R = oval.fRight; // cx + rx in addOval()