Home
last modified time | relevance | path

Searched refs:nativePath (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/scripts/
Dgen_android_mk.py77 def toPortablePath (nativePath): argument
79 head, tail = os.path.split(nativePath)
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DCanvas.java173 private static native void nClipPath(long nativeInstance, long nativePath, int clipOp, in nClipPath() argument
191 private static native void nDrawPath(long nativeInstance, long nativePath, long nativePaint); in nDrawPath() argument
/third_party/skia/src/pathops/
DSkPathWriter.h32 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
DSkOpEdgeBuilder.h18 , fPath(path.nativePath()) in SkOpEdgeBuilder()
DSkOpBuilder.cpp106 *path = *woundPath.nativePath(); in FixWinding()