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

/frameworks/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java51 private long mNativePath; field in class:PathMeasure_Delegate
55 mNativePath = native_path;
120 pathMeasure.mNativePath = native_path;
140 Path_Delegate path = Path_Delegate.getDelegate(pathMeasure.mNativePath);
/frameworks/base/graphics/java/android/graphics/
H A DPath.java38 public long mNativePath; field in class:Path
54 mNativePath = nInit();
65 valNative = src.mNativePath;
71 mNativePath = nInit(valNative);
85 nReset(mNativePath);
97 nRewind(mNativePath);
107 nSet(mNativePath, src.mNativePath);
182 if (nOp(path1.mNativePath, path2.mNativePath, o
[all...]

Completed in 61 milliseconds