Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:tmp_dstR

994     hwc_rect_t tmp_cropR, tmp_dstR;
1004 tmp_dstR = dst;
1006 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0);
1053 tmp_dstR.right = tmp_dstR.right - tmp_dstR.left;
1054 tmp_dstR.left = 0;
1056 tmp_cropR, tmp_dstR, metadata, rDest) < 0) {