Searched refs:aSVGTokenMapperList (Results 1 – 1 of 1) sorted by relevance
174 static SVGTokenMapper aSVGTokenMapperList; in StrToSVGToken() local176 if(aSVGTokenMapperList.empty()) in StrToSVGToken()178 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrWidth, SVGTokenWidth)); in StrToSVGToken()179 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrHeight, SVGTokenHeight)); in StrToSVGToken()180 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrViewBox, SVGTokenViewBox)); in StrToSVGToken()181 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrTransform, SVGTokenTransform)); in StrToSVGToken()182 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrStyle, SVGTokenStyle)); in StrToSVGToken()183 … aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrDisplay, SVGTokenDisplay)); // #121656# in StrToSVGToken()184 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrD, SVGTokenD)); in StrToSVGToken()185 aSVGTokenMapperList.insert(SVGTokenValueType(aSVGStrX, SVGTokenX)); in StrToSVGToken()[all …]