Home | History | Annotate | Download | only in graphics

Lines Matching full:mpath

34     public Path mPath;
62 mPath = null;
76 return mRect == null && mPath == null;
121 if (src.mPath != null) {
122 if (mPath == null) {
123 mPath = new Path();
125 mPath.set(src.mPath);
167 mPath = null;
192 if (mPath == null) mPath = new Path();
193 mPath.reset();
194 mPath.addOval(left, top, right, bottom, Path.Direction.CW);
218 if (mPath == null) mPath = new Path();
220 mPath.set(convexPath);