Searched refs:PxStrToDouble (Results 1 – 5 of 5) sorted by relevance
199 double PxStrToDouble(const std::string& str);
2743 double RosenRenderOffscreenCanvas::PxStrToDouble(const std::string& str) in UpdateTextStyleForeground() function in OHOS::Ace::RosenRenderOffscreenCanvas2920 imageShadow_.SetOffsetX(PxStrToDouble(offsets[0])); in UpdateTextStyleForeground()2921 imageShadow_.SetOffsetY(PxStrToDouble(offsets[1])); in UpdateTextStyleForeground()2922 imageShadow_.SetBlurRadius(PxStrToDouble(offsets[2])); in UpdateTextStyleForeground()
336 double PxStrToDouble(const std::string& str);
1756 double CustomPaintPaintMethod::PxStrToDouble(const std::string& str) in PxStrToDouble() function in OHOS::Ace::NG::CustomPaintPaintMethod
324 EXPECT_EQ(paintMethod->PxStrToDouble(str1), 0);326 EXPECT_EQ(paintMethod->PxStrToDouble(str1), 10);