Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPaint.cpp104 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) { in initWithPaint()
142 static jint breakTextC(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray jtext, in breakTextC()
171 static jint breakTextS(JNIEnv* env, jobject clazz, jlong paintHandle, jstring jtext, in breakTextS()
217 static jfloat getTextAdvances___CIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances___CIIIII_FI()
229 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, jcharArray text, in getTextRunCursor___C()
265 static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunCursor__String()
328 static void getTextPath___C(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath___C()
338 static void getTextPath__String(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath__String()
365 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jstring text, jint start, in getStringBounds()
[all …]
DMovie.cpp67 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
DBitmap.cpp1235 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.java44 private native void nDraw(long nativeCanvas, float x, float y, long paintHandle); in nDraw()
DBaseCanvas.java596 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
599 long paintHandle); in nDrawPoints()
605 long paintHandle); in nDrawLines()
/frameworks/base/core/java/android/view/
DRecordingCanvas.java566 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
570 long paintHandle); in nDrawPoints()
578 long paintHandle); in nDrawLines()