HomeSort by relevance Sort by last modified time
    Searched refs:nPath (Results 1 - 6 of 6) sorted by null

  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 74 public static Path_Delegate getDelegate(long nPath) {
75 return sManager.getDelegate(nPath);
109 /*package*/ static long nInit(long nPath) {
113 // get the delegate to copy, which could be null if nPath is 0
114 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
123 /*package*/ static void nReset(long nPath) {
124 Path_Delegate pathDelegate = sManager.getDelegate(nPath);
133 /*package*/ static void nRewind(long nPath) {
136 nReset(nPath);
155 /*package*/ static boolean nIsConvex(long nPath) {
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 821 private static native long nInit(long nPath);
824 private static native void nComputeBounds(long nPath, RectF bounds);
825 private static native void nIncReserve(long nPath, int extraPtCount);
826 private static native void nMoveTo(long nPath, float x, float y);
827 private static native void nRMoveTo(long nPath, float dx, float dy);
828 private static native void nLineTo(long nPath, float x, float y);
829 private static native void nRLineTo(long nPath, float dx, float dy);
830 private static native void nQuadTo(long nPath, float x1, float y1, float x2, float y2);
831 private static native void nRQuadTo(long nPath, float dx1, float dy1, float dx2, float dy2);
832 private static native void nCubicTo(long nPath, float x1, float y1, float x2, float y2
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]

Completed in 170 milliseconds