Lines Matching refs:Group
316 Group::Group(const Group& group) : Node(group) { in Group() function in android::uirenderer::VectorDrawable::Group
320 void Group::draw(SkCanvas* outCanvas, const SkMatrix& currentMatrix, float scaleX, in draw()
343 void Group::dump() { in dump()
352 void Group::syncProperties() { in syncProperties()
365 void Group::getLocalMatrix(SkMatrix* outMatrix, const GroupProperties& properties) { in getLocalMatrix()
376 void Group::addChild(Node* child) { in addChild()
383 bool Group::GroupProperties::copyProperties(float* outProperties, int length) const { in copyProperties()
398 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue()
422 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue()
451 bool Group::isValidProperty(int propertyId) { in isValidProperty()
455 bool Group::GroupProperties::isValidProperty(int propertyId) { in isValidProperty()