Lines Matching defs:bounds
75 SkRect bounds;
76 bounds.setBounds(fPts.begin(), fPts.count());
77 return bounds;
645 const SkRect& bounds = rrect.getBounds();
646 const SkScalar L = bounds.fLeft;
647 const SkScalar T = bounds.fTop;
648 const SkScalar R = bounds.fRight;
649 const SkScalar B = bounds.fBottom;
706 const SkRect& bounds = rrect.getBounds();
710 this->addRect(bounds, dir, (index + 1) / 2);
713 this->addOval(bounds, dir, index / 2);
728 RectPointIterator rectIter(bounds, dir, rectStartIndex);