Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp157 bool success = fullPath->stagingProperties()->copyProperties(pathProperties, length); in getFullPathProperties()
166 bool success = group->stagingProperties()->copyProperties(groupProperties, length); in getGroupProperties()
/frameworks/base/libs/hwui/
DVectorDrawable.h313 bool copyProperties(int8_t* outProperties, int length) const;
479 bool copyProperties(float* outProperties, int length) const;
DVectorDrawable.cpp212 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { in copyProperties() function in android::uirenderer::VectorDrawable::FullPath::FullPathProperties
328 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties() function in android::uirenderer::VectorDrawable::Group::GroupProperties