Searched refs:pathProperties (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp156 int8_t pathProperties[length]; local
157 bool success = fullPath->stagingProperties()->copyProperties(pathProperties, length);
158 env->SetByteArrayRegion(outProperties, 0, length, reinterpret_cast<int8_t*>(&pathProperties));

Completed in 50 milliseconds