Home
last modified time | relevance | path

Searched defs:forceClosed (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkPathMeasure.cpp13 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) in SkPathMeasure()
21 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath()
DSkContourMeasure.cpp177 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/
DPathMeasureNatives.java11 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/
DShadowNativePathMeasure.java21 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()
DShadowPathMeasure.java16 protected void __constructor__(Path path, boolean forceClosed) { in __constructor__()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPathMeasure.java16 protected void __constructor__(Path path, boolean forceClosed) { in __constructor__()