Searched refs:cWidth (Results 1 – 2 of 2) sorted by relevance
899 auto cWidth = jsWidth->ToString(runtime); in ParseDomImage() local901 width = StringToDouble(cWidth); in ParseDomImage()905 width = StringToDouble(cWidth.substr(0, cWidth.size() - 2)); // remove px units in ParseDomImage()
1080 auto cWidth = jsWidth->ToString(runtime); in ParseDomImage() local1082 width = StringToDouble(cWidth); in ParseDomImage()1086 width = StringToDouble(cWidth.substr(0, cWidth.size() - 2)); // 2: remove px units in ParseDomImage()