Home
last modified time | relevance | path

Searched refs:outProperties (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp157 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/
DVectorDrawable.cpp216 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()
DVectorDrawable.h281 bool copyProperties(int8_t* outProperties, int length) const;
430 bool copyProperties(float* outProperties, int length) const;
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h783 const uint32_t* inIdToIndex, PointerProperties* outProperties,
DTouchInputMapper.cpp3666 PointerProperties* outProperties, in updateMovedPointers() argument
3677 PointerProperties& curOutProperties = outProperties[outIndex]; in updateMovedPointers()