Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:cropL

2141     hwc_rect_t cropL = crop;
2146 cropL.right = (crop.right + crop.left) / 2;
2147 cropR.left = cropL.right;
2148 sanitizeSourceCrop(cropL, cropR, hnd);
2152 hwc_rect_t tmp = cropL;
2153 cropL = cropR;
2172 cropL, dstL, metadata, lDest) < 0) {