Searched defs:nativePath (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/m133/src/pathops/ |
| D | SkPathWriter.h | 34 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
|
| /third_party/skia/src/pathops/ |
| D | SkPathWriter.h | 32 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
|
| /third_party/vk-gl-cts/scripts/ |
| D | gen_android_mk.py | 77 def toPortablePath (nativePath): argument
|
| D | gen_android_bp.py | 96 def toPortablePath (nativePath): argument
|
| /third_party/skia/m133/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
| D | Canvas.java | 150 private static native void nClipPath(long nativeInstance, long nativePath, int clipOp, in nClipPath() 168 private static native void nDrawPath(long nativeInstance, long nativePath, long nativePaint); in nDrawPath()
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| D | Canvas.java | 173 private static native void nClipPath(long nativeInstance, long nativePath, int clipOp, in nClipPath() 191 private static native void nDrawPath(long nativeInstance, long nativePath, long nativePaint); in nDrawPath()
|