Lines Matching refs:pr
67 SkSVGProperty<attr_type, attr_inherited>>&& pr) {\
68 if (pr.isValid()) { this->set##attr_name(std::move(*pr)); } \
69 return pr.isValid(); \
194 const SkSVGAttributeParser::ParseResult<attr_type>& pr) { \
195 if (pr.isValid()) { this->set##attr_name(*pr); } \
196 return pr.isValid(); \
199 SkSVGAttributeParser::ParseResult<attr_type>&& pr) { \
200 if (pr.isValid()) { this->set##attr_name(std::move(*pr)); } \
201 return pr.isValid(); \