Home | History | Annotate | Download | only in gpu

Lines Matching refs:yScale

748 static void scaleRect(SkRect* rect, float xScale, float yScale) {
750 rect->fTop *= yScale;
752 rect->fBottom *= yScale;