Searched refs:fRectPath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dsimpleaaclip.cpp63 fRectPath.addRoundRect(fRect, SkIntToScalar(5), SkIntToScalar(5));
72 clip2.setPath(fRectPath, NULL, true);
108 canvas->clipPath(fRectPath, op, true);
189 SkPath fRectPath; // fRect as a round rect member in class:skiagm::SimpleClipGM
/external/skia/gm/
H A Dsimpleaaclip.cpp63 fRectPath.addRoundRect(fRect, SkIntToScalar(5), SkIntToScalar(5));
72 clip2.setPath(fRectPath, NULL, true);
108 canvas->clipPath(fRectPath, op, true);
192 SkPath fRectPath; // fRect as a round rect member in class:skiagm::SimpleClipGM

Completed in 476 milliseconds