Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_scroll_bar_painter.cpp61 paint.setStrokeWidth(scrollBar->GetNormalWidthToPx()); in PaintCircleBar()
70 double scrollBarWidth = scrollBar->GetNormalWidthToPx(); in PaintCircleBar()
96 pen.SetWidth(scrollBar->GetNormalWidthToPx()); in PaintCircleBar()
105 double scrollBarWidth = scrollBar->GetNormalWidthToPx(); in PaintCircleBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h54 double GetNormalWidthToPx() const;
H A Dscroll_bar.cpp135 double ScrollBar::GetNormalWidthToPx() const in GetNormalWidthToPx() function in OHOS::Ace::ScrollBar
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h353 double GetNormalWidthToPx() const;
H A Dscroll_bar.cpp329 double ScrollBar::GetNormalWidthToPx() const in GetNormalWidthToPx() function in OHOS::Ace::NG::ScrollBar