Home | History | Annotate | Download | only in gm

Lines Matching refs:fRects

41         fRects[0].set(xB, yB, xE, yE);
42 fPaths[0].addRoundRect(fRects[0], SkIntToScalar(5), SkIntToScalar(5));
45 fRects[1].set(xA, yA, xD, yD);
46 fPaths[1].addRoundRect(fRects[1], SkIntToScalar(5), SkIntToScalar(5));
49 fRects[2].set(xC, yA, xF, yD);
50 fPaths[2].addRoundRect(fRects[2], SkIntToScalar(5), SkIntToScalar(5));
53 fRects[3].set(xA, yC, xD, yF);
54 fPaths[3].addRoundRect(fRects[3], SkIntToScalar(5), SkIntToScalar(5));
57 fRects[4].set(xC, yC, xF, yF);
58 fPaths[4].addRoundRect(fRects[4], SkIntToScalar(5), SkIntToScalar(5));
129 canvas->drawRect(fRects[k], rectPaint);
139 canvas->clipRect(fRects[k],
152 SkRect fRects[5];