Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:cropL

2901     hwc_rect_t cropL = crop;
2906 cropL.right = (crop.right + crop.left) / 2;
2907 cropR.left = cropL.right;
2908 sanitizeSourceCrop(cropL, cropR, hnd);
2913 hwc_rect_t tmp = cropL;
2914 cropL = cropR;
2942 cropL, dstL, metadata, lDest) < 0) {