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

  /external/skia/samplecode/
SampleAndroidShadows.cpp 31 SkPath fSquareRRectPath;
86 fSquareRRectPath.addRRect(SkRRect::MakeRectXY(SkRect::MakeXYWH(-50, -50, 100, 100),
274 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath);
285 Op(fSquareRRectPath, tmpClipPathBug, kIntersect_SkPathOp, &tmpPath);
  /external/skqp/samplecode/
SampleAndroidShadows.cpp 31 SkPath fSquareRRectPath;
86 fSquareRRectPath.addRRect(SkRRect::MakeRectXY(SkRect::MakeXYWH(-50, -50, 100, 100),
274 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath);
285 Op(fSquareRRectPath, tmpClipPathBug, kIntersect_SkPathOp, &tmpPath);

Completed in 106 milliseconds