Searched refs:fSquareRRectPath (Results 1 – 2 of 2) sorted by relevance
/external/skqp/samplecode/ |
D | SampleAndroidShadows.cpp | 31 SkPath fSquareRRectPath; member in ShadowsView 86 fSquareRRectPath.addRRect(SkRRect::MakeRectXY(SkRect::MakeXYWH(-50, -50, 100, 100), in onOnceBeforeDraw() 274 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath); in onDrawContent() 285 Op(fSquareRRectPath, tmpClipPathBug, kIntersect_SkPathOp, &tmpPath); in onDrawContent()
|
/external/skia/samplecode/ |
D | SampleAndroidShadows.cpp | 31 SkPath fSquareRRectPath; member in ShadowsView 86 fSquareRRectPath.addRRect(SkRRect::MakeRectXY(SkRect::MakeXYWH(-50, -50, 100, 100), in onOnceBeforeDraw() 274 Op(fSquareRRectPath, tmpClipPath, kIntersect_SkPathOp, &tmpPath); in onDrawContent() 285 Op(fSquareRRectPath, tmpClipPathBug, kIntersect_SkPathOp, &tmpPath); in onDrawContent()
|