Searched refs:outProperties (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.cpp | 217 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { in copyProperties() argument 225 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); in copyProperties() 335 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties() argument 343 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); in copyProperties()
|
H A D | VectorDrawable.h | 282 bool copyProperties(int8_t* outProperties, int length) const; 431 bool copyProperties(float* outProperties, int length) const;
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 157 jbyteArray outProperties, jint length) { in getFullPathProperties() argument 161 env->SetByteArrayRegion(outProperties, 0, length, reinterpret_cast<int8_t*>(&pathProperties)); in getFullPathProperties() 166 jfloatArray outProperties, jint length) { in getGroupProperties() argument 170 env->SetFloatArrayRegion(outProperties, 0, length, reinterpret_cast<float*>(&groupProperties)); in getGroupProperties()
|