Home
last modified time | relevance | path

Searched defs:groupPtr (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp31 static jlong createTree(JNIEnv*, jobject, jlong groupPtr) { in createTree()
86 static void addChild(JNIEnv*, jobject, jlong groupPtr, jlong childPtr) { in addChild()
165 static jboolean getGroupProperties(JNIEnv* env, jobject, jlong groupPtr, in getGroupProperties()
199 static jfloat getRotation(JNIEnv*, jobject, jlong groupPtr) { in getRotation()
209 static jfloat getPivotX(JNIEnv*, jobject, jlong groupPtr) { in getPivotX()
214 static void setPivotX(JNIEnv*, jobject, jlong groupPtr, jfloat pivotX) { in setPivotX()
219 static jfloat getPivotY(JNIEnv*, jobject, jlong groupPtr) { in getPivotY()
229 static jfloat getScaleX(JNIEnv*, jobject, jlong groupPtr) { in getScaleX()
239 static jfloat getScaleY(JNIEnv*, jobject, jlong groupPtr) { in getScaleY()
249 static jfloat getTranslateX(JNIEnv*, jobject, jlong groupPtr) { in getTranslateX()
[all …]
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java265 static long nCreateGroup(long groupPtr) { in nCreateGroup()
308 static void nAddChild(long groupPtr, long nodePtr) { in nAddChild()
327 static float nGetRotation(long groupPtr) { in nGetRotation()
339 static float nGetPivotX(long groupPtr) { in nGetPivotX()
345 static void nSetPivotX(long groupPtr, float pivotX) { in nSetPivotX()
351 static float nGetPivotY(long groupPtr) { in nGetPivotY()
357 static void nSetPivotY(long groupPtr, float pivotY) { in nSetPivotY()
363 static float nGetScaleX(long groupPtr) { in nGetScaleX()
375 static float nGetScaleY(long groupPtr) { in nGetScaleY()
387 static float nGetTranslateX(long groupPtr) { in nGetTranslateX()
[all …]
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java2333 private static native long nCreateGroup(long groupPtr); in nCreateGroup()
2339 private static native void nAddChild(long groupPtr, long nodePtr); in nAddChild()
2349 private static native float nGetRotation(long groupPtr); in nGetRotation()
2353 private static native float nGetPivotX(long groupPtr); in nGetPivotX()
2355 private static native void nSetPivotX(long groupPtr, float pivotX); in nSetPivotX()
2357 private static native float nGetPivotY(long groupPtr); in nGetPivotY()
2359 private static native void nSetPivotY(long groupPtr, float pivotY); in nSetPivotY()
2361 private static native float nGetScaleX(long groupPtr); in nGetScaleX()
2365 private static native float nGetScaleY(long groupPtr); in nGetScaleY()
2369 private static native float nGetTranslateX(long groupPtr); in nGetTranslateX()
[all …]