Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DPaint.cpp95 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) { in initWithPaint()
133 static jint breakTextC(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray jtext, in breakTextC()
162 static jint breakTextS(JNIEnv* env, jobject clazz, jlong paintHandle, jstring jtext, in breakTextS()
208 static jfloat getTextAdvances___CIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances___CIIIII_FI()
220 static jfloat getTextAdvances__StringIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances__StringIIIII_FI()
245 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, in getTextRunCursor___C()
256 static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunCursor__String()
322 static void getTextPath___C(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath___C()
332 static void getTextPath__String(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath__String()
358 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jstring text, jint start, in getStringBounds()
[all …]
Dandroid_graphics_Canvas.cpp109 jfloat r, jfloat b, jlong paintHandle) { in saveLayer()
123 …reUnclippedLayer(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jint saveCount, jlong paintHandle) { in restoreUnclippedLayer()
274 static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong paintHandle) { in drawPaint()
280 jlong paintHandle) { in drawPoint()
286 jint offset, jint count, jlong paintHandle) { in drawPoints()
302 jfloat stopX, jfloat stopY, jlong paintHandle) { in drawLine()
308 jint offset, jint count, jlong paintHandle) { in drawLines()
324 jfloat right, jfloat bottom, jlong paintHandle) { in drawRect()
332 jfloat innerBottom, jfloat innerRx, jfloat innerRy, jlong paintHandle) { in drawDoubleRoundRectXY()
342 jfloat innerBottom, jfloatArray jinnerRadii, jlong paintHandle) { in drawDoubleRoundRectRadii()
[all …]
DMovie.cpp65 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
DBitmap.cpp896 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.java772 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
775 long paintHandle); in nDrawPoints()
781 long paintHandle); in nDrawLines()
DBaseRecordingCanvas.java653 private static native void nDrawPoint(long canvasHandle, float x, float y, long paintHandle); in nDrawPoint()
657 long paintHandle); in nDrawPoints()
665 long paintHandle); in nDrawLines()
/frameworks/base/libs/hwui/jni/fonts/
DFont.cpp160 jlong paintHandle, jobject rect) { in Font_getGlyphBounds()
179 static jfloat Font_getFontMetrics(JNIEnv* env, jobject, jlong fontHandle, jlong paintHandle, in Font_getFontMetrics()