Home | History | Annotate | Download | only in hwui

Lines Matching refs:scaleY

2239     float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop);
2241 bool scaled = scaleX != 1.0f || scaleY != 1.0f;
2267 scale(scaleX, scaleY);