Home | History | Annotate | Download | only in gpu

Lines Matching refs:xScale

175 void scale_rect(SkRect* rect, float xScale, float yScale) {
176 rect->fLeft = SkScalarMul(rect->fLeft, SkFloatToScalar(xScale));
178 rect->fRight = SkScalarMul(rect->fRight, SkFloatToScalar(xScale));