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

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp165 float groupProperties[length]; local
166 bool success = group->stagingProperties()->copyProperties(groupProperties, length);
167 env->SetFloatArrayRegion(outProperties, 0, length, reinterpret_cast<float*>(&groupProperties));

Completed in 225 milliseconds