Home | History | Annotate | Download | only in hwui

Lines Matching full:dsttop

267         float srcRight, float srcBottom, float dstLeft, float dstTop,
272 && (srcBottom - srcTop == dstBottom - dstTop)
276 translate(dstLeft, dstTop);
284 float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop);
290 translate(dstLeft, dstTop);
294 dstTop = 0.0f;
300 dstLeft, dstTop, dstRight, dstBottom, paint));
308 dstLeft, dstTop, dstRight, dstBottom, paint));
324 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
330 dstLeft, dstTop, dstRight, dstBottom, paint));