Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPaint.cpp102 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) { in initWithPaint()
140 static jint breakTextC(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHandle, in breakTextC()
170 …static jint breakTextS(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHandle, jstrin… in breakTextS()
215 static jfloat getTextAdvances___CIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances___CIIIII_FI()
228 static jfloat getTextAdvances__StringIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances__StringIIIII_FI()
254 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunCursor___C()
266 static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunCursor__String()
328 static void getTextPath___C(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextPath___C()
339 static void getTextPath__String(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextPath__String()
367 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jlong typefaceHandle, in getStringBounds()
[all …]
DMovie.cpp67 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
DBitmap.cpp1213 jlong srcHandle, jlong paintHandle, in Bitmap_extractAlpha()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp91 jfloat r, jfloat b, jlong paintHandle, jint flagsHandle) { in saveLayer()
219 static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong paintHandle) { in drawPaint()
225 jlong paintHandle) { in drawPoint()
231 jint offset, jint count, jlong paintHandle) { in drawPoints()
247 jfloat stopX, jfloat stopY, jlong paintHandle) { in drawLine()
253 jint offset, jint count, jlong paintHandle) { in drawLines()
269 jfloat right, jfloat bottom, jlong paintHandle) { in drawRect()
275 jlong paintHandle) { in drawRegion()
282 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect()
288 jfloat radius, jlong paintHandle) { in drawCircle()
[all …]
/frameworks/base/graphics/java/android/graphics/
DMovie.java40 private native void nDraw(long nativeCanvas, float x, float y, long paintHandle); in nDraw()
DBaseCanvas.java571 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
574 long paintHandle); in nDrawPoints()
580 long paintHandle); in nDrawLines()
/frameworks/base/core/java/android/view/
DRecordingCanvas.java556 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
560 long paintHandle); in nDrawPoints()
568 long paintHandle); in nDrawLines()