Home
last modified time | relevance | path

Searched refs:indicatorPaintData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drosen_render_swiper.cpp473 Offset position = swiperIndicatorData_.indicatorPaintData.position; in DrawIndicatorBackground()
474 double radius = swiperIndicatorData_.indicatorPaintData.radius; in DrawIndicatorBackground()
476 …SkRect::MakeIWH(swiperIndicatorData_.indicatorPaintData.width, swiperIndicatorData_.indicatorPaint… in DrawIndicatorBackground()
486 Offset position = swiperIndicatorData_.indicatorPaintData.position; in DrawIndicatorBackground()
487 double radius = swiperIndicatorData_.indicatorPaintData.radius; in DrawIndicatorBackground()
506 Offset position = swiperIndicatorData_.indicatorPaintData.position; in DrawIndicatorFocus()
551 Offset position = swiperIndicatorData_.indicatorPaintData.position; in DrawIndicatorHoverBackground()
552 double radius = swiperIndicatorData_.indicatorPaintData.radius; in DrawIndicatorHoverBackground()
554 …SkRect::MakeIWH(swiperIndicatorData_.indicatorPaintData.width, swiperIndicatorData_.indicatorPaint… in DrawIndicatorHoverBackground()
565 double radius = swiperIndicatorData_.indicatorPaintData.radius; in DrawIndicatorHoverBackground()
[all …]
H A Drender_swiper.cpp806 swiperIndicatorData_.indicatorPaintData.height); in HandleClick()
824 size = Size(swiperIndicatorData_.indicatorPaintData.width, in HandleClick()
1869 …Size size = Size(swiperIndicatorData_.indicatorPaintData.width, swiperIndicatorData_.indicatorPain… in GetIndicatorCurrentRect()
1943 indicatorData.indicatorPaintData.color = Color::WHITE; in LayoutIndicator()
2035 double indicatorWidth = indicatorData.indicatorPaintData.width; in UpdateIndicatorPosition()
2084 indicatorData.indicatorPaintData.position = position; in UpdateIndicatorPosition()
2085 …indicatorData.indicatorPaintData.center = position + Offset(indicatorData.indicatorPaintData.width… in UpdateIndicatorPosition()
2086 indicatorData.indicatorPaintData.height / 2); in UpdateIndicatorPosition()
2314 …Size size = Size(swiperIndicatorData_.indicatorPaintData.width, swiperIndicatorData_.indicatorPain… in IndicatorShowFocus()
2399 …Offset(swiperIndicatorData_.indicatorPaintData.width, swiperIndicatorData_.indicatorPaintData.heig… in MarkIndicatorPosition()
[all …]
H A Drender_swiper.h61 IndicatorPaintData indicatorPaintData; member