Searched defs:paintHandle (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/jni/ |
D | android_graphics_Canvas.cpp | 78 jfloat r, jfloat b, jlong paintHandle, jint flagsHandle) { in saveLayer() 193 static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong paintHandle) { in drawPaint() 199 jlong paintHandle) { in drawPoint() 205 jint offset, jint count, jlong paintHandle) { in drawPoints() 221 jfloat stopX, jfloat stopY, jlong paintHandle) { in drawLine() 227 jint offset, jint count, jlong paintHandle) { in drawLines() 243 jfloat right, jfloat bottom, jlong paintHandle) { in drawRect() 249 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect() 255 jfloat radius, jlong paintHandle) { in drawCircle() 261 jfloat right, jfloat bottom, jlong paintHandle) { in drawOval() [all …]
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 86 static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong paintHandle) { in initWithPaint() 413 static jfloat getLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle) { in getLetterSpacing() 418 …static void setLetterSpacing(JNIEnv* env, jobject clazz, jlong paintHandle, jfloat letterSpacing) { in setLetterSpacing() 423 …static void setFontFeatureSettings(JNIEnv* env, jobject clazz, jlong paintHandle, jstring settings… in setFontFeatureSettings() 618 …static jint getTextWidths___CIII_F(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefaceHa… in getTextWidths___CIII_F() 629 …static jint getTextWidths__StringIII_F(JNIEnv* env, jobject clazz, jlong paintHandle, jlong typefa… in getTextWidths__StringIII_F() 676 static jfloat getTextRunAdvances___CIIIIZ_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunAdvances___CIIIIZ_FI() 689 static jfloat getTextRunAdvances__StringIIIIZ_FI(JNIEnv* env, jobject clazz, jlong paintHandle, in getTextRunAdvances__StringIIIIZ_FI() 710 static jint getTextRunCursor___C(JNIEnv* env, jobject clazz, jlong paintHandle, jcharArray text, in getTextRunCursor___C() 720 … static jint getTextRunCursor__String(JNIEnv* env, jobject clazz, jlong paintHandle, jstring text, in getTextRunCursor__String() [all …]
|
D | NinePatch.cpp | 122 jlong bitmapHandle, jlong chunkHandle, jlong paintHandle, in drawF() 141 jlong bitmapHandle, jlong chunkHandle, jlong paintHandle, in drawI()
|
D | Rasterizer.cpp | 81 …static void addLayer(JNIEnv* env, jobject, jlong layerHandle, jlong paintHandle, jfloat dx, jfloat… in addLayer()
|
D | Graphics.cpp | 380 jlong paintHandle = env->GetLongField(paint, gPaint_nativeInstanceID); in getNativePaint() local
|
D | Bitmap.cpp | 677 jlong srcHandle, jlong paintHandle, in Bitmap_extractAlpha()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Canvas.java | 2021 long paintHandle); in native_drawPoint() 2024 long paintHandle); in native_drawPoints() 2030 long paintHandle); in native_drawLines()
|