Lines Matching refs:std
307 *iriResult = SkSVGFuncIRI(std::move(iri));
766 *dashArray = SkSVGDashArray(std::move(dashes));
815 static constexpr std::tuple<const char*, SkSVGFontStyle::Type> gStyleMap[] = {
836 static constexpr std::tuple<const char*, SkSVGFontWeight::Type> gWeightMap[] = {
867 static constexpr std::tuple<const char*, SkSVGTextAnchor::Type> gAnchorMap[] = {
887 static constexpr std::tuple<const char*, SkSVGPreserveAspectRatio::Align> gAlignMap[] = {
900 static constexpr std::tuple<const char*, SkSVGPreserveAspectRatio::Scale> gScaleMap[] = {
929 bool SkSVGAttributeParser::parseList(std::vector<T>* vals) {
947 bool SkSVGAttributeParser::parse(std::vector<SkSVGLength>* lengths) {
952 bool SkSVGAttributeParser::parse(std::vector<SkSVGNumberType>* numbers) {
958 static constexpr std::tuple<const char*, SkSVGColorspace> gColorspaceMap[] = {