Home
last modified time | relevance | path

Searched defs:nativePath (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/pathops/
DSkPathWriter.h32 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
/third_party/skia/src/pathops/
DSkPathWriter.h32 const SkPath* nativePath() const { return fPathPtr; } in nativePath() function
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdipluspath.h46 nativePath(NULL), lastStatus(Ok) in nativePath() function
52 nativePath(NULL), lastStatus(Ok) in nativePath() function
59 nativePath(NULL), lastStatus(Ok) in nativePath() function
528 GpPath *nativePath; variable
/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()
191 private static native void nDrawPath(long nativeInstance, long nativePath, long nativePaint); in nDrawPath()