Searched defs:isSimplePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPath.java38 public boolean isSimplePath = true; field in class:Path
61 isSimplePath = src.isSimplePath;
74 isSimplePath = true;
89 isSimplePath = true;
101 isSimplePath = src.isSimplePath;
103 if (!isSimplePath) {
178 isSimplePath = false;
356 isSimplePath
[all...]

Completed in 60 milliseconds