Home
last modified time | relevance | path

Searched refs:forceClosed (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/core/
DSkPathMeasure.h24 SkPathMeasure(const SkPath& path, bool forceClosed);
32 void setPath(const SkPath*, bool forceClosed);
/external/skia/src/core/
DSkPathMeasure.cpp406 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed) { in SkPathMeasure() argument
409 fForceClosed = forceClosed; in SkPathMeasure()
412 fIter.setPath(path, forceClosed); in SkPathMeasure()
419 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath() argument
422 fForceClosed = forceClosed; in setPath()
426 fIter.setPath(*path, forceClosed); in setPath()
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...