Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPaint.cpp108 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) { in initWithPaint()
146 static jint breakTextC(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray jtext, in breakTextC()
175 static jint breakTextS(JNIEnv* env, jobject clazz, jlong paintHandle, jstring jtext, in breakTextS()
221 static jfloat getTextAdvances___CIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances___CIIIII_FI()
233 static jfloat getTextAdvances__StringIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances__StringIIIII_FI()
258 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, in getTextRunCursor___C()
269 static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunCursor__String()
335 static void getTextPath___C(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath___C()
345 static void getTextPath__String(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath__String()
376 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jstring text, jint start, in getStringBounds()
[all …]
Dandroid_graphics_Canvas.cpp95 jfloat r, jfloat b, jlong paintHandle, jint flagsHandle) { in saveLayer()
111 …reUnclippedLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint saveCount, jlong paintHandle) { in restoreUnclippedLayer()
244 static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong paintHandle) { in drawPaint()
250 jlong paintHandle) { in drawPoint()
256 jint offset, jint count, jlong paintHandle) { in drawPoints()
272 jfloat stopX, jfloat stopY, jlong paintHandle) { in drawLine()
278 jint offset, jint count, jlong paintHandle) { in drawLines()
294 jfloat right, jfloat bottom, jlong paintHandle) { in drawRect()
302 jfloat innerBottom, jfloat innerRx, jfloat innerRy, jlong paintHandle) { in drawDoubleRoundRectXY()
312 jfloat innerBottom, jfloatArray jinnerRadii, jlong paintHandle) { in drawDoubleRoundRectRadii()
[all …]
DMovie.cpp65 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
DBitmap.cpp807 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.java605 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
609 long paintHandle); in nDrawPoints()
617 long paintHandle); in nDrawLines()
DBaseCanvas.java682 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
685 long paintHandle); in nDrawPoints()
691 long paintHandle); in nDrawLines()