Searched defs:fWideRectPath (Results 1 - 2 of 2) sorted by relevance

/external/skia/samplecode/
H A DSampleAndroidShadows.cpp32 SkPath fWideRectPath; member in class:ShadowsView
73 fWideRectPath.addRect(SkRect::MakeXYWH(0, 0, 630, 70));
236 SkPoint pivot = SkPoint::Make(fWideRectPath.getBounds().width()/2,
237 fWideRectPath.getBounds().height()/2);
252 this->drawShadowedPath(canvas, fWideRectPath, zPlaneParams, paint, .1f,
/external/skqp/samplecode/
H A DSampleAndroidShadows.cpp32 SkPath fWideRectPath; member in class:ShadowsView
73 fWideRectPath.addRect(SkRect::MakeXYWH(0, 0, 630, 70));
235 SkPoint pivot = SkPoint::Make(fWideRectPath.getBounds().width()/2,
236 fWideRectPath.getBounds().height()/2);
251 this->drawShadowedPath(canvas, fWideRectPath, zPlaneParams, paint, .1f,

Completed in 105 milliseconds