Searched refs:outProperties (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 154 jbyteArray outProperties, jint length) { in getFullPathProperties() argument 158 env->SetByteArrayRegion(outProperties, 0, length, reinterpret_cast<int8_t*>(&pathProperties)); in getFullPathProperties() 163 jfloatArray outProperties, jint length) { in getGroupProperties() argument 167 env->SetFloatArrayRegion(outProperties, 0, length, reinterpret_cast<float*>(&groupProperties)); in getGroupProperties()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 212 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { in copyProperties() argument 220 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); in copyProperties() 328 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties() argument 336 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties); in copyProperties()
|
D | VectorDrawable.h | 313 bool copyProperties(int8_t* outProperties, int length) const; 479 bool copyProperties(float* outProperties, int length) const;
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 1849 PointerProperties* outProperties, PointerCoords* outCoords,
|
D | InputReader.cpp | 6478 PointerProperties* outProperties, PointerCoords* outCoords, const uint32_t* outIdToIndex, in updateMovedPointers() argument 6488 PointerProperties& curOutProperties = outProperties[outIndex]; in updateMovedPointers()
|