Lines Matching refs:Group
270 Group::Group(const Group& group) : Node(group) { in Group() function in android::uirenderer::VectorDrawable::Group
274 void Group::draw(SkCanvas* outCanvas, bool useStagingData) { in draw()
289 void Group::dump() { in dump()
298 void Group::syncProperties() { in syncProperties()
311 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix()
322 void Group::addChild(Node* child) { in addChild()
329 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties()
344 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue()
368 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()
397 bool Group::isValidProperty(int propertyId) { in isValidProperty()
401 bool Group::GroupProperties::isValidProperty(int propertyId) { in isValidProperty()