Lines Matching refs:Group
275 Group::Group(const Group& group) : Node(group) { in Group() function in android::uirenderer::VectorDrawable::Group
279 void Group::draw(SkCanvas* outCanvas, bool useStagingData) { in draw()
294 void Group::dump() { in dump()
303 void Group::syncProperties() { in syncProperties()
316 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix()
327 void Group::addChild(Node* child) { in addChild()
334 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties()
349 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue()
373 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()
402 bool Group::isValidProperty(int propertyId) { in isValidProperty()
406 bool Group::GroupProperties::isValidProperty(int propertyId) { in isValidProperty()