Searched defs:paintHandle (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 109 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) { in initWithPaint() 147 static jint breakTextC(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray jtext, in breakTextC() 176 static jint breakTextS(JNIEnv* env, jobject clazz, jlong paintHandle, jstring jtext, in breakTextS() 222 static jfloat getTextAdvances___CIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances___CIIIII_FI() 234 static jfloat getTextAdvances__StringIIIII_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextAdvances__StringIIIII_FI() 259 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, in getTextRunCursor___C() 270 static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunCursor__String() 336 static void getTextPath___C(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath___C() 346 static void getTextPath__String(JNIEnv* env, jobject clazz, jlong paintHandle, jint bidiFlags, in getTextPath__String() 377 static void getStringBounds(JNIEnv* env, jobject, jlong paintHandle, jstring text, jint start, in getStringBounds() [all …]
|
D | Movie.cpp | 67 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
|
D | Bitmap.cpp | 874 jlong srcHandle, jlong paintHandle, in Bitmap_extractAlpha()
|
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 93 jfloat r, jfloat b, jlong paintHandle, jint flagsHandle) { in saveLayer() 109 static void restoreUnclippedLayer(jlong canvasHandle, jint saveCount, jlong paintHandle) { in restoreUnclippedLayer() 242 static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong paintHandle) { in drawPaint() 248 jlong paintHandle) { in drawPoint() 254 jint offset, jint count, jlong paintHandle) { in drawPoints() 270 jfloat stopX, jfloat stopY, jlong paintHandle) { in drawLine() 276 jint offset, jint count, jlong paintHandle) { in drawLines() 292 jfloat right, jfloat bottom, jlong paintHandle) { in drawRect() 300 jfloat innerBottom, jfloat innerRx, jfloat innerRy, jlong paintHandle) { in drawDoubleRoundRectXY() 310 jfloat innerBottom, jfloatArray jinnerRadii, jlong paintHandle) { in drawDoubleRoundRectRadii() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | Movie.java | 49 private native void nDraw(long nativeCanvas, float x, float y, long paintHandle); in nDraw()
|
D | BaseCanvas.java | 682 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()
|
D | BaseRecordingCanvas.java | 605 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()
|