Searched defs:mNativePath (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPath.java30 public final long mNativePath; field in class:Path
46 mNativePath = init1();
57 valNative = src.mNativePath;
63 mNativePath = init2(valNative);
77 native_reset(mNativePath);
89 native_rewind(mNativePath);
97 native_set(mNativePath, src.mNativePath);
162 if (native_op(path1.mNativePath, path2.mNativePath, o
[all...]

Completed in 44 milliseconds