Searched refs:shapeWidth (Results 1 – 1 of 1) sorted by relevance
604 auto shapeWidth = shapeWidth_->Get(); in DrawBlockShapeCircle() local607 if (NearZero(shapeWidth) || NearZero(shapeHeight)) { in DrawBlockShapeCircle()612 float scale = std::max(blockSize.Width() / shapeWidth, blockSize.Height() / shapeHeight); in DrawBlockShapeCircle()635 float radius = std::min(shapeWidth, shapeHeight) * HALF; in DrawBlockShapeCircle()649 auto shapeWidth = shapeWidth_->Get(); in DrawBlockShapeEllipse() local652 if (NearZero(shapeWidth) || NearZero(shapeHeight)) { in DrawBlockShapeEllipse()680 RectF drawRect(blockCenter.GetX() - shapeWidth * HALF + blockBorderWidthUnscale * HALF, in DrawBlockShapeEllipse()751 auto shapeWidth = shapeWidth_->Get(); in DrawBlockShapeRect() local753 if (NearZero(shapeWidth) || NearZero(shapeHeight)) { in DrawBlockShapeRect()784 rsRect.SetLeft(blockCenter.GetX() - shapeWidth * HALF + blockBorderWidthUnscale * HALF); in DrawBlockShapeRect()[all …]