Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPaint.cpp103 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) { in initWithPaint()
141 static jint breakTextC(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray jtext, in breakTextC()
170 static jint breakTextS(JNIEnv* env, jobject clazz, jlong paintHandle, jstring jtext, in breakTextS()
216 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()
253 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, in getTextRunCursor___C()
264 static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunCursor__String()
330 static void getTextPath___C(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath___C()
340 static void getTextPath__String(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath__String()
366 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jstring text, jint start, in getStringBounds()
[all …]
Dandroid_graphics_Canvas.cpp113 jfloat r, jfloat b, jlong paintHandle) { in saveLayer()
127 …reUnclippedLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint saveCount, jlong paintHandle) { in restoreUnclippedLayer()
302 static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong paintHandle) { in drawPaint()
308 jlong paintHandle) { in drawPoint()
314 jint offset, jint count, jlong paintHandle) { in drawPoints()
330 jfloat stopX, jfloat stopY, jlong paintHandle) { in drawLine()
336 jint offset, jint count, jlong paintHandle) { in drawLines()
352 jfloat right, jfloat bottom, jlong paintHandle) { in drawRect()
360 jfloat innerBottom, jfloat innerRx, jfloat innerRy, jlong paintHandle) { in drawDoubleRoundRectXY()
370 jfloat innerBottom, jfloatArray jinnerRadii, jlong paintHandle) { in drawDoubleRoundRectRadii()
[all …]
DMovie.cpp65 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
DBitmap.cpp890 jlong srcHandle, jlong paintHandle, in Bitmap_extractAlpha()
/frameworks/base/graphics/java/android/graphics/
DMovie.java49 private native void nDraw(long nativeCanvas, float x, float y, long paintHandle); in nDraw()
DBaseCanvas.java777 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
780 long paintHandle); in nDrawPoints()
786 long paintHandle); in nDrawLines()
DBaseRecordingCanvas.java659 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
663 long paintHandle); in nDrawPoints()
671 long paintHandle); in nDrawLines()
/frameworks/base/libs/hwui/jni/fonts/
DFont.cpp158 jlong paintHandle, jobject rect) { in Font_getGlyphBounds()
177 static jfloat Font_getFontMetrics(JNIEnv* env, jobject, jlong fontHandle, jlong paintHandle, in Font_getFontMetrics()