Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPaint.cpp94 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) { in initWithPaint()
132 static jint breakTextC(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray jtext, in breakTextC()
161 static jint breakTextS(JNIEnv* env, jobject clazz, jlong paintHandle, jstring jtext, in breakTextS()
207 static jfloat getTextAdvances___CIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances___CIIIII_FI()
219 static jfloat getTextAdvances__StringIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances__StringIIIII_FI()
244 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, in getTextRunCursor___C()
255 static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunCursor__String()
321 static void getTextPath___C(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath___C()
331 static void getTextPath__String(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath__String()
357 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jstring text, jint start, in getStringBounds()
[all …]
Dandroid_graphics_Canvas.cpp97 jfloat r, jfloat b, jlong paintHandle) { in saveLayer()
111 …reUnclippedLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint saveCount, jlong paintHandle) { in restoreUnclippedLayer()
262 static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong paintHandle) { in drawPaint()
268 jlong paintHandle) { in drawPoint()
274 jint offset, jint count, jlong paintHandle) { in drawPoints()
290 jfloat stopX, jfloat stopY, jlong paintHandle) { in drawLine()
296 jint offset, jint count, jlong paintHandle) { in drawLines()
312 jfloat right, jfloat bottom, jlong paintHandle) { in drawRect()
320 jfloat innerBottom, jfloat innerRx, jfloat innerRy, jlong paintHandle) { in drawDoubleRoundRectXY()
330 jfloat innerBottom, jfloatArray jinnerRadii, jlong paintHandle) { in drawDoubleRoundRectRadii()
[all …]
DMovie.cpp65 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
DBitmap.cpp949 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()
DBaseRecordingCanvas.java647 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
651 long paintHandle); in nDrawPoints()
659 long paintHandle); in nDrawLines()
DBaseCanvas.java752 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
755 long paintHandle); in nDrawPoints()
761 long paintHandle); in nDrawLines()
/frameworks/base/libs/hwui/jni/fonts/
DFont.cpp156 jlong paintHandle, jobject rect) { in Font_getGlyphBounds()
175 static jfloat Font_getFontMetrics(JNIEnv* env, jobject, jlong fontHandle, jlong paintHandle, in Font_getFontMetrics()