Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:tmp_dstR

1057     hwc_rect_t tmp_cropR, tmp_dstR;
1067 tmp_dstR = dst;
1069 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0);
1116 tmp_dstR.right = tmp_dstR.right - tmp_dstR.left;
1117 tmp_dstR.left = 0;
1119 tmp_cropR, tmp_dstR, metadata, rDest) < 0) {