Searched refs:isGroupParent (Results 1 – 2 of 2) sorted by relevance
34 bool SkSVGElement::isGroupParent() { in isGroupParent() function in SkSVGElement45 return isGroupParent() == false ? fParent->isDef() : fIsDef; in isDef()57 return isGroupParent() == false ? fParent->isNotDef() : fIsNotDef; in isNotDef()
70 bool isGroupParent();