Home
last modified time | relevance | path

Searched refs:DEFAULT_RADIUS (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp24 constexpr float DEFAULT_RADIUS = 100; variable
82 circleImage_ = MakeCircleImage(DEFAULT_RADIUS); in CaculatePointAtlsArry()
89 …MakeRSXform(Vector2f(DEFAULT_RADIUS, DEFAULT_RADIUS), position, 0.f, radius * scale / DEFAULT_RADI… in CaculatePointAtlsArry()
90 pointTex_.push_back(Drawing::Rect(0, 0, DEFAULT_RADIUS * DOUBLE, DEFAULT_RADIUS * DOUBLE)); in CaculatePointAtlsArry()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Ddata_panel_modifier.cpp27 constexpr double DEFAULT_RADIUS = 20.0; variable
181 shadow.radius = DEFAULT_RADIUS; in ResetTrackShadow()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.cpp560 slider_->SetSliderRadius(DEFAULT_RADIUS, DEFAULT_RADIUS); in ExpandClick2()
561 slider_->SetKnobRadius(DEFAULT_RADIUS); in ExpandClick2()
H A Dui_test_slider.h84 static constexpr int16_t DEFAULT_RADIUS = 10; variable