Home
last modified time | relevance | path

Searched refs:fIRI (Results 1 – 1 of 1) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGTypes.h100 : fType(Type::kIRI), fColor(SK_ColorBLACK), fIRI(iri) {} in SkSVGPaint()
106 return fType == other.fType && fColor == other.fColor && fIRI == other.fIRI;
112 const SkString& iri() const { SkASSERT(fType == Type::kIRI); return fIRI; } in iri()
119 SkString fIRI; variable
132 explicit SkSVGClip(const SkString& iri) : fType(Type::kIRI), fIRI(iri) {} in SkSVGClip()
138 return fType == other.fType && fIRI == other.fIRI;
143 const SkString& iri() const { SkASSERT(fType == Type::kIRI); return fIRI; } in iri()
147 SkString fIRI; variable