Searched defs:forceClosed (Results 1 – 6 of 6) sorted by relevance
| /external/skia/src/core/ |
| D | SkPathMeasure.cpp | 13 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) in SkPathMeasure() 21 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath()
|
| D | SkContourMeasure.cpp | 177 Impl(const SkPath& path, bool forceClosed, SkScalar resScale) in Impl() 477 SkContourMeasureIter::SkContourMeasureIter(const SkPath& path, bool forceClosed, in SkContourMeasureIter() 486 void SkContourMeasureIter::reset(const SkPath& path, bool forceClosed, SkScalar resScale) { in reset()
|
| /external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
| D | PathMeasureNatives.java | 11 public static native long native_create(long nativePath, boolean forceClosed); in native_create() 14 long nativeInstance, long nativePath, boolean forceClosed); in native_setPath()
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowNativePathMeasure.java | 21 protected static long native_create(long nativePath, boolean forceClosed) { in native_create() 27 protected static void native_setPath(long nativeInstance, long nativePath, boolean forceClosed) { in native_setPath()
|
| D | ShadowPathMeasure.java | 16 protected void __constructor__(Path path, boolean forceClosed) { in __constructor__()
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowPathMeasure.java | 16 protected void __constructor__(Path path, boolean forceClosed) { in __constructor__()
|