Home | History | Annotate | Download | only in hwui

Lines Matching defs:mPath

33     private Path mPath;
43 mPath = makePath();
96 canvas.drawPath(mPath, mMediumPaint);
98 mPath.reset();
99 buildPath(mPath);
102 canvas.drawPath(mPath, mMediumPaint);
103 canvas.drawPath(mPath, mMediumPaint);
105 mPath.reset();
106 buildPath(mPath);
109 canvas.drawPath(mPath, mMediumPaint);
110 canvas.drawPath(mPath, mMediumPaint);