Lines Matching refs:fRect
26 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
28 SK_MEMBER_ALIAS(left, fRect.fLeft, Float),
30 SK_MEMBER_ALIAS(right, fRect.fRight, Float),
31 SK_MEMBER_ALIAS(top, fRect.fTop, Float),
40 fRect.setEmpty(); in SkDrawRect()
50 maker.fCanvas->drawRect(fRect, *maker.fPaint); in draw()
58 SkScalarToFloat(fRect.fLeft), SkScalarToFloat(fRect.fTop), SkScalarToFloat(fRect.fRight), in dump()
59 SkScalarToFloat(fRect.fBottom)); in dump()
71 result = fRect.height(); in getProperty()
78 result = fRect.width(); in getProperty()
100 fRect.fBottom = scalar + fRect.fTop; in setProperty()
106 fRect.fRight = scalar + fRect.fLeft; in setProperty()
131 maker.fCanvas->drawRoundRect(fRect, rx, ry, *maker.fPaint); in draw()
139 … SkScalarToFloat(fRect.fLeft), SkScalarToFloat(fRect.fTop), SkScalarToFloat(fRect.fRight), in dump()
140 SkScalarToFloat(fRect.fBottom), SkScalarToFloat(rx), SkScalarToFloat(ry)); in dump()