Home
last modified time | relevance | path

Searched defs:native_instance (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java161 …private static native void native_setPath(long native_instance, long native_path, boolean forceClo… in native_setPath()
162 private static native float native_getLength(long native_instance); in native_getLength()
163 …private static native boolean native_getPosTan(long native_instance, float distance, float pos[], … in native_getPosTan()
164 …private static native boolean native_getMatrix(long native_instance, float distance, long native_m… in native_getMatrix()
165 …private static native boolean native_getSegment(long native_instance, float startD, float stopD, l… in native_getSegment()
166 private static native boolean native_isClosed(long native_instance); in native_isClosed()
167 private static native boolean native_nextContour(long native_instance); in native_nextContour()
168 private static native void native_destroy(long native_instance); in native_destroy()
170 /* package */private long native_instance; field in PathMeasure
H A DInterpolator.java155 private long native_instance; field in Interpolator
158 private static native void nativeDestructor(long native_instance); in nativeDestructor()
159 private static native void nativeReset(long native_instance, int valueCount, int frameCount); in nativeReset()
160 …private static native void nativeSetKeyFrame(long native_instance, int index, int msec, float[] va… in nativeSetKeyFrame()
161 …private static native void nativeSetRepeatMirror(long native_instance, float repeatCount, boolean … in nativeSetRepeatMirror()
162 private static native int nativeTimeToValues(long native_instance, int msec, float[] values); in nativeTimeToValues()
H A DPathEffect.java32 long native_instance; field in PathEffect
H A DMaskFilter.java32 long native_instance; field in MaskFilter
H A DCamera.java169 private long native_instance; field in Camera
H A DTypeface.java196 public final long native_instance; field in Typeface
H A DMatrix.java235 private final long native_instance; field in Matrix