Home | History | Annotate | Download | only in debugger

Lines Matching refs:yScale

323     SkScalar yScale = SkIntToScalar(size.fHeight-2) / input.height();
326 yScale *= input.height() / (float) input.width();
333 yScale * input.height());
358 srcRect->fTop * yScale + SK_Scalar1,
360 srcRect->fBottom * yScale + SK_Scalar1);