Searched refs:pivotYPct (Results 1 – 1 of 1) sorted by relevance
379 float pivotYPct = ((float) src.top - dst.top) / ((float) dst.height() - src.height()); in getPivotsForScalingRectToRect() local380 outPivot.y = dst.top + dst.height() * pivotYPct; in getPivotsForScalingRectToRect()