Searched defs:outProperties (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp211 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { argument
219 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties);
327 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { argument
335 PrimitiveFields* out = reinterpret_cast<PrimitiveFields*>(outProperties);
/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp154 jbyteArray outProperties, jint length) {
158 env->SetByteArrayRegion(outProperties, 0, length, reinterpret_cast<int8_t*>(&pathProperties));
163 jfloatArray outProperties, jint length) {
167 env->SetFloatArrayRegion(outProperties, 0, length, reinterpret_cast<float*>(&groupProperties));
153 getFullPathProperties(JNIEnv* env, jobject, jlong fullPathPtr, jbyteArray outProperties, jint length) argument
162 getGroupProperties(JNIEnv* env, jobject, jlong groupPtr, jfloatArray outProperties, jint length) argument
/frameworks/native/services/inputflinger/
H A DInputReader.cpp6355 PointerProperties* outProperties, PointerCoords* outCoords, const uint32_t* outIdToIndex,
6365 PointerProperties& curOutProperties = outProperties[outIndex];
6353 updateMovedPointers(const PointerProperties* inProperties, const PointerCoords* inCoords, const uint32_t* inIdToIndex, PointerProperties* outProperties, PointerCoords* outCoords, const uint32_t* outIdToIndex, BitSet32 idBits) const argument

Completed in 190 milliseconds