Searched refs:indicatorPaintData (Results 1 – 3 of 3) sorted by relevance
473 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 …]
806 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 …]
61 IndicatorPaintData indicatorPaintData; member