Searched refs:isNotDef (Results 1 – 15 of 15) sorted by relevance
38 bool SkSVGGroup::isNotDef() { in isNotDef() function in SkSVGGroup39 return fParent ? fParent->isNotDef() : false; in isNotDef()
56 bool SkSVGElement::isNotDef() { in isNotDef() function in SkSVGElement57 return isGroupParent() == false ? fParent->isNotDef() : fIsNotDef; in isNotDef()
19 bool SkSVGMetadata::isNotDef() { in isNotDef() function in SkSVGMetadata
18 virtual bool isNotDef();
18 bool SkSVGDefs::isNotDef() { in isNotDef() function in SkSVGDefs
22 virtual bool isNotDef();
27 bool SkSVGMask::isNotDef() { in isNotDef() function in SkSVGMask
20 virtual bool isNotDef();
20 bool SkSVGClipPath::isNotDef() { in isNotDef() function in SkSVGClipPath
390 bool isNotDef = created->fIsNotDef = created->isNotDef(); in CreateElement() local398 if (isNotDef) { in CreateElement()
56 virtual bool isNotDef();
25 bool SkSVGGradient::isNotDef() { in isNotDef() function in SkSVGGradient