HomeSort by relevance Sort by last modified time
    Searched refs:fWideRectPath (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SampleAndroidShadows.cpp 32 SkPath fWideRectPath;
88 fWideRectPath.addRect(SkRect::MakeXYWH(0, 0, 630, 70));
293 SkPoint pivot = SkPoint::Make(fWideRectPath.getBounds().width()/2,
294 fWideRectPath.getBounds().height()/2);
309 this->drawShadowedPath(canvas, fWideRectPath, zPlaneParams, paint, .1f,
  /external/skqp/samplecode/
SampleAndroidShadows.cpp 32 SkPath fWideRectPath;
88 fWideRectPath.addRect(SkRect::MakeXYWH(0, 0, 630, 70));
293 SkPoint pivot = SkPoint::Make(fWideRectPath.getBounds().width()/2,
294 fWideRectPath.getBounds().height()/2);
309 this->drawShadowedPath(canvas, fWideRectPath, zPlaneParams, paint, .1f,

Completed in 195 milliseconds