Home
last modified time | relevance | path

Searched refs:PxStrToDouble (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.h199 double PxStrToDouble(const std::string& str);
H A Drosen_render_offscreen_canvas.cpp2743 double RosenRenderOffscreenCanvas::PxStrToDouble(const std::string& str) in UpdateTextStyleForeground() function in OHOS::Ace::RosenRenderOffscreenCanvas
2920 imageShadow_.SetOffsetX(PxStrToDouble(offsets[0])); in UpdateTextStyleForeground()
2921 imageShadow_.SetOffsetY(PxStrToDouble(offsets[1])); in UpdateTextStyleForeground()
2922 imageShadow_.SetBlurRadius(PxStrToDouble(offsets[2])); in UpdateTextStyleForeground()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h336 double PxStrToDouble(const std::string& str);
H A Dcustom_paint_paint_method.cpp1756 double CustomPaintPaintMethod::PxStrToDouble(const std::string& str) in PxStrToDouble() function in OHOS::Ace::NG::CustomPaintPaintMethod
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp324 EXPECT_EQ(paintMethod->PxStrToDouble(str1), 0);
326 EXPECT_EQ(paintMethod->PxStrToDouble(str1), 10);