Searched refs:topUnstretched (Results 1 – 2 of 2) sorted by relevance
506 const SkScalar topUnstretched = SkTMax(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine() local509 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine()552 patch->fCenter.fY = SkScalarCeilToInt(topUnstretched) + 1; in filterRRectToNine()
369 const SkScalar topUnstretched = std::max(UL.fY, UR.fY) + SkIntToScalar(2 * margin.fY); in filterRRectToNine() local372 const SkScalar totalSmallHeight = topUnstretched + bottomUnstretched + stretchSize; in filterRRectToNine()415 patch->fCenter.fY = SkScalarCeilToInt(topUnstretched) + 1; in filterRRectToNine()