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

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

Completed in 89 milliseconds