Home
last modified time | relevance | path

Searched defs:pathPtr (Results 1 – 13 of 13) sorted by relevance

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DVectorDrawableNatives.java21 public static native boolean nGetFullPathProperties(long pathPtr, byte[] properties, int length); in nGetFullPathProperties()
27 public static native void nSetPathString(long pathPtr, String pathString, int length); in nSetPathString()
49 long pathPtr, in nUpdateFullPathProperties()
63 public static native void nUpdateFullPathFillGradient(long pathPtr, long fillGradientPtr); in nUpdateFullPathFillGradient()
65 public static native void nUpdateFullPathStrokeGradient(long pathPtr, long strokeGradientPtr); in nUpdateFullPathStrokeGradient()
115 public static native void nSetPathData(long pathPtr, long pathDataPtr); in nSetPathData()
117 public static native float nGetStrokeWidth(long pathPtr); in nGetStrokeWidth()
119 public static native void nSetStrokeWidth(long pathPtr, float width); in nSetStrokeWidth()
121 public static native int nGetStrokeColor(long pathPtr); in nGetStrokeColor()
123 public static native void nSetStrokeColor(long pathPtr, int strokeColor); in nSetStrokeColor()
[all …]
DPathParserNatives.java11 public static native void nParseStringForPath(long pathPtr, String pathString, int stringLength); in nParseStringForPath()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeVectorDrawable.java35 protected static boolean nGetFullPathProperties(long pathPtr, byte[] properties, int length) { in nGetFullPathProperties()
50 protected static void nSetPathString(long pathPtr, String pathString, int length) { in nSetPathString()
102 long pathPtr, in nUpdateFullPathProperties()
132 protected static void nUpdateFullPathFillGradient(long pathPtr, long fillGradientPtr) { in nUpdateFullPathFillGradient()
137 protected static void nUpdateFullPathStrokeGradient(long pathPtr, long strokeGradientPtr) { in nUpdateFullPathStrokeGradient()
253 protected static void nSetPathData(long pathPtr, long pathDataPtr) { in nSetPathData()
258 protected static float nGetStrokeWidth(long pathPtr) { in nGetStrokeWidth()
263 protected static void nSetStrokeWidth(long pathPtr, float width) { in nSetStrokeWidth()
268 protected static int nGetStrokeColor(long pathPtr) { in nGetStrokeColor()
273 protected static void nSetStrokeColor(long pathPtr, int strokeColor) { in nSetStrokeColor()
[all …]
DShadowVectorDrawable.java78 private static Path getPath(long pathPtr) { in getPath()
93 protected static boolean nGetFullPathProperties(long pathPtr, byte[] properties, int length) { in nGetFullPathProperties()
117 long pathPtr, in nUpdateFullPathProperties()
DShadowNativePathParser.java25 protected static void nParseStringForPath(long pathPtr, String pathString, int stringLength) { in nParseStringForPath()
/external/python/cpython3/Modules/
Dtkappinit.c39 Tcl_Obj* pathPtr; in Tcl_AppInit() local
68 Tcl_Obj *pathPtr = TclGetLibraryPath(); in Tcl_AppInit() local
/external/python/cpython2/Modules/
Dtkappinit.c42 Tcl_Obj* pathPtr; in Tcl_AppInit() local
71 Tcl_Obj *pathPtr = TclGetLibraryPath(); in Tcl_AppInit() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java78 private static Path getPath(long pathPtr) { in getPath()
93 protected static boolean nGetFullPathProperties(long pathPtr, byte[] properties, int length) { in nGetFullPathProperties()
117 long pathPtr, in nUpdateFullPathProperties()
/external/skia/src/core/
DSkChromeRemoteGlyphCache.cpp1098 SkPath* pathPtr = nullptr; in readStrikeData() local
1108 pathPtr = &path; in readStrikeData() local
DSkDraw.cpp885 SkPath* pathPtr = (SkPath*)&origSrcPath; in drawPath() local
/external/skia/src/pdf/
DSkPDFDevice.cpp567 SkPath* pathPtr = const_cast<SkPath*>(&origPath); in internalDrawPath() local
1055 SkPath* pathPtr = const_cast<SkPath*>(&origPath); in handleInversePath() local
/external/skia/src/gpu/ops/
DAAConvexPathRenderer.cpp782 const SkPath* pathPtr = &args.fPath; in onPrepareDraws() local
/external/skia/src/svg/
DSkSVGDevice.cpp896 SkPath* pathPtr = const_cast<SkPath*>(&path); in drawPath() local