Searched refs:outProperties (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
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()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 216 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { in copyProperties() argument 224 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); in copyProperties() 334 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties() argument 342 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); in copyProperties()
|
D | VectorDrawable.h | 281 bool copyProperties(int8_t* outProperties, int length) const; 430 bool copyProperties(float* outProperties, int length) const;
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 783 const uint32_t* inIdToIndex, PointerProperties* outProperties,
|
D | TouchInputMapper.cpp | 3666 PointerProperties* outProperties, in updateMovedPointers() argument 3677 PointerProperties& curOutProperties = outProperties[outIndex]; in updateMovedPointers()
|