Searched refs:nativePath (Results 1 – 5 of 5) sorted by relevance
77 def toPortablePath (nativePath): argument79 head, tail = os.path.split(nativePath)
173 private static native void nClipPath(long nativeInstance, long nativePath, int clipOp, in nClipPath() argument191 private static native void nDrawPath(long nativeInstance, long nativePath, long nativePaint); in nDrawPath() argument
32 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
18 , fPath(path.nativePath()) in SkOpEdgeBuilder()
106 *path = *woundPath.nativePath(); in FixWinding()