Home | History | Annotate | Download | only in hwui

Lines Matching defs:mPath

46         private final Path mPath;
85 mPath = new Path();
86 mPath.moveTo(0.0f, 0.0f);
87 mPath.cubicTo(0.0f, 0.0f, 100.0f, 150.0f, 100.0f, 200.0f);
88 mPath.cubicTo(100.0f, 200.0f, 50.0f, 300.0f, -80.0f, 200.0f);
89 mPath.cubicTo(-80.0f, 200.0f, 100.0f, 200.0f, 200.0f, 0.0f);
92 mPath.computeBounds(mPathBounds, true);
103 canvas.drawPath(mPath, mMediumPaint);
115 canvas.drawPath(mPath, mSmallPaint);
118 canvas.drawPath(mPath, mMediumPaint);
122 canvas.drawPath(mPath, mLargePaint);
128 canvas.drawPath(mPath, mSmallPaint);
139 canvas.drawPath(mPath, mLargePaint);