Searched refs:totalSmallHeight (Results 1 – 2 of 2) sorted by relevance
509 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine() local510 if (totalSmallHeight >= rrect.rect().height()) { in filterRRectToNine()515 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine()
510 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine() local511 if (totalSmallHeight >= rrect.rect().height()) { in filterRRectToNine()516 SkRect smallR = SkRect::MakeWH(totalSmallWidth, totalSmallHeight); in filterRRectToNine()