Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp154 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/
DVectorDrawable.cpp212 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()
DVectorDrawable.h313 bool copyProperties(int8_t* outProperties, int length) const;
479 bool copyProperties(float* outProperties, int length) const;
/frameworks/native/services/inputflinger/
DInputReader.h1849 PointerProperties* outProperties, PointerCoords* outCoords,
DInputReader.cpp6478 PointerProperties* outProperties, PointerCoords* outCoords, const uint32_t* outIdToIndex, in updateMovedPointers() argument
6488 PointerProperties& curOutProperties = outProperties[outIndex]; in updateMovedPointers()