Searched refs:objHandle (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_Matrix.cpp | 34 static void finalizer(jlong objHandle) { in finalizer() argument 35 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in finalizer() 139 static jboolean isIdentity(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in isIdentity() argument 140 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in isIdentity() 144 static jboolean isAffine(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in isAffine() argument 145 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in isAffine() 149 static jboolean rectStaysRect(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in rectStaysRect() argument 150 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in rectStaysRect() 154 static void reset(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in reset() argument 155 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in reset() [all …]
|
D | Path.cpp | 62 static void computeBounds(JNIEnv* env, jclass clazz, jlong objHandle, jobject jbounds) { in computeBounds() argument 63 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in computeBounds() 68 static void incReserve(JNIEnv* env, jclass clazz, jlong objHandle, jint extraPtCount) { in incReserve() argument 69 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in incReserve() 73 static void moveTo__FF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x, jfloat y) { in moveTo__FF() argument 74 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in moveTo__FF() 78 static void rMoveTo(JNIEnv* env, jclass clazz, jlong objHandle, jfloat dx, jfloat dy) { in rMoveTo() argument 79 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in rMoveTo() 83 static void lineTo__FF(JNIEnv* env, jclass clazz, jlong objHandle, jfloat x, jfloat y) { in lineTo__FF() argument 84 SkPath* obj = reinterpret_cast<SkPath*>(objHandle); in lineTo__FF() [all …]
|
D | Paint.cpp | 546 static jint setTextLocales(JNIEnv* env, jobject clazz, jlong objHandle, jstring locales) { in setTextLocales() argument 547 Paint* obj = reinterpret_cast<Paint*>(objHandle); in setTextLocales() 612 static void reset(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in reset() argument 613 reinterpret_cast<Paint*>(objHandle)->reset(); in reset() 674 static jint getStyle(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in getStyle() argument 675 Paint* obj = reinterpret_cast<Paint*>(objHandle); in getStyle() 679 static void setStyle(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jint styleHandle) { in setStyle() argument 680 Paint* obj = reinterpret_cast<Paint*>(objHandle); in setStyle() 716 static jint getStrokeCap(CRITICAL_JNI_PARAMS_COMMA jlong objHandle) { in getStrokeCap() argument 717 Paint* obj = reinterpret_cast<Paint*>(objHandle); in getStrokeCap() [all …]
|
D | PaintFilter.cpp | 48 static void finalizer(JNIEnv* env, jobject clazz, jlong objHandle) { in finalizer() argument 49 PaintFilter* obj = reinterpret_cast<PaintFilter*>(objHandle); in finalizer()
|