Searched refs:groupProperties (Results 1 – 2 of 2) sorted by relevance
168 float groupProperties[length]; in getGroupProperties() local169 bool success = group->stagingProperties()->copyProperties(groupProperties, length); in getGroupProperties()170 env->SetFloatArrayRegion(outProperties, 0, length, reinterpret_cast<float*>(&groupProperties)); in getGroupProperties()
358 TEST(VectorDrawable, groupProperties) { in TEST() argument