Searched refs:cHeight (Results 1 – 2 of 2) sorted by relevance
900 auto cHeight = jsHeight->ToString(runtime); in ParseDomImage() local902 height = StringToDouble(cHeight); in ParseDomImage()908 height = StringToDouble(cHeight.substr(0, cHeight.size() - 2)); in ParseDomImage()
1081 auto cHeight = jsHeight->ToString(runtime); in ParseDomImage() local1083 height = StringToDouble(cHeight); in ParseDomImage()1089 height = StringToDouble(cHeight.substr(0, cHeight.size() - 2)); // 2: remove px units in ParseDomImage()