Home
last modified time | relevance | path

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

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