Searched refs:heightChangeValue (Results 1 – 1 of 1) sorted by relevance
103 auto heightChangeValue = (1.0f - backgroundHeightDilateRatio_->Get()) * rectHeight; in PaintBackground() local105 std::swap(widthChangeValue, heightChangeValue); in PaintBackground()123 rectTop = rectTop + heightChangeValue * 0.5f; in PaintBackground()124 rectBottom = rectBottom - heightChangeValue * 0.5f; in PaintBackground()125 rectHeight -= heightChangeValue; in PaintBackground()128 rectTop -= heightChangeValue; in PaintBackground()131 rectBottom += heightChangeValue; in PaintBackground()