Searched refs:forceClosed (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/core/ |
D | SkPathMeasure.h | 22 SkPathMeasure(const SkPath& path, bool forceClosed); 30 void setPath(const SkPath*, bool forceClosed);
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPathMeasure.h | 22 SkPathMeasure(const SkPath& path, bool forceClosed); 30 void setPath(const SkPath*, bool forceClosed);
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 350 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed) { in SkPathMeasure() argument 353 fForceClosed = forceClosed; in SkPathMeasure() 356 fIter.setPath(path, forceClosed); in SkPathMeasure() 363 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath() argument 366 fForceClosed = forceClosed; in setPath() 370 fIter.setPath(*path, forceClosed); in setPath()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkPathMeasure.cpp | 350 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed) { in SkPathMeasure() argument 353 fForceClosed = forceClosed; in SkPathMeasure() 356 fIter.setPath(path, forceClosed); in SkPathMeasure() 363 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath() argument 366 fForceClosed = forceClosed; in setPath() 370 fIter.setPath(*path, forceClosed); in setPath()
|