Searched refs:blockBorderWidthUnscale (Results 1 – 1 of 1) sorted by relevance
616 float blockBorderWidthUnscale = blockBorderWidth / scale; in DrawBlockShapeCircle() local627 pen.SetWidth(blockBorderWidthUnscale); in DrawBlockShapeCircle()636 float drawRadius = radius - blockBorderWidthUnscale * HALF; in DrawBlockShapeCircle()661 float blockBorderWidthUnscale = blockBorderWidth / scale; in DrawBlockShapeEllipse() local680 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() local785 rsRect.SetRight(blockCenter.GetX() + shapeWidth * HALF - blockBorderWidthUnscale); in DrawBlockShapeRect()787 rsRect.SetBottom(blockCenter.GetY() + shapeHeight * HALF - blockBorderWidthUnscale); in DrawBlockShapeRect()[all …]