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

  /frameworks/base/graphics/java/android/graphics/
Path.java 32 public final int mNativePath;
49 mNativePath = init1();
61 valNative = src.mNativePath;
67 mNativePath = init2(valNative);
84 native_reset(mNativePath);
98 native_rewind(mNativePath);
106 native_set(mNativePath, src.mNativePath);
171 if (native_op(path1.mNativePath, path2.mNativePath, op.ordinal(), this.mNativePath))
    [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 482 return nClipPath(mRenderer, path.mNativePath, Region.Op.INTERSECT.nativeInt);
487 return nClipPath(mRenderer, path.mNativePath, op.nativeInt);
    [all...]

Completed in 298 milliseconds