Searched refs:widthChangeValue (Results 1 – 1 of 1) sorted by relevance
102 auto widthChangeValue = (backgroundWidthDilateRatio_->Get() - 1.0f) * rectWidth; in PaintBackground() local105 std::swap(widthChangeValue, heightChangeValue); in PaintBackground()118 rectLeft -= widthChangeValue; in PaintBackground()121 rectRight += widthChangeValue; in PaintBackground()133 rectLeft = rectLeft + widthChangeValue * 0.5f; in PaintBackground()134 rectRight = rectRight - widthChangeValue * 0.5f; in PaintBackground()135 rectWidth -= widthChangeValue; in PaintBackground()