Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp616 float blockBorderWidthUnscale = blockBorderWidth / scale; in DrawBlockShapeCircle() local
627 pen.SetWidth(blockBorderWidthUnscale); in DrawBlockShapeCircle()
636 float drawRadius = radius - blockBorderWidthUnscale * HALF; in DrawBlockShapeCircle()
661 float blockBorderWidthUnscale = blockBorderWidth / scale; in DrawBlockShapeEllipse() local
680 RectF drawRect(blockCenter.GetX() - shapeWidth * HALF + blockBorderWidthUnscale * HALF, in DrawBlockShapeEllipse()
681 …blockCenter.GetY() - shapeHeight * HALF + blockBorderWidthUnscale * HALF, shapeWidth - blockBorder… in DrawBlockShapeEllipse()
682 shapeHeight - blockBorderWidthUnscale); in DrawBlockShapeEllipse()
762 float blockBorderWidthUnscale = blockBorderWidth / scale; in DrawBlockShapeRect() local
785 rsRect.SetRight(blockCenter.GetX() + shapeWidth * HALF - blockBorderWidthUnscale); in DrawBlockShapeRect()
787 rsRect.SetBottom(blockCenter.GetY() + shapeHeight * HALF - blockBorderWidthUnscale); in DrawBlockShapeRect()
[all …]