Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:cropL

2146     hwc_rect_t cropL = crop;
2151 cropL.right = (crop.right + crop.left) / 2;
2152 cropR.left = cropL.right;
2153 sanitizeSourceCrop(cropL, cropR, hnd);
2157 hwc_rect_t tmp = cropL;
2158 cropL = cropR;
2177 cropL, dstL, metadata, lDest) < 0) {