Home | History | Annotate | Download | only in gpu

Lines Matching refs:hInv

1109     SkScalar hInv = SkScalarInvert(SkIntToScalar(texture->height()));
1111 SkScalarMul(srcRect.fTop, hInv),
1113 SkScalarMul(srcRect.fBottom, hInv));
1122 texMatrix.setScale(wInv, hInv);