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

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp157 bool success = fullPath->stagingProperties()->copyProperties(pathProperties, length);
166 bool success = group->stagingProperties()->copyProperties(groupProperties, length);
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp259 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
383 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { function in class:android::uirenderer::VectorDrawable::Group::GroupProperties
H A DVectorDrawable.h310 bool copyProperties(int8_t* outProperties, int length) const;
481 bool copyProperties(float* outProperties, int length) const;

Completed in 232 milliseconds