Searched refs:cropR (Results 1 - 8 of 8) sorted by last modified time

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.cpp372 hwc_rect_t cropR = sourceCrop; local
375 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
380 if (configMdp(ctx->mOverlay, pargR, orient, cropR,
452 hwc_rect_t cropR = fbUpdatingRect; local
497 cropR.left = cropL.right;
514 cropR, cropR, NULL /*metadata*/, destR) < 0) {
H A Dhwc_mdpcomp.cpp2140 hwc_rect_t cropR = crop; local
2145 cropR.left = cropL.right;
2146 sanitizeSourceCrop(cropL, cropR, hnd);
2151 cropL = cropR;
2152 cropR = tmp;
2183 cropR, dstR, metadata, rDest) < 0) {
H A Dhwc_utils.cpp738 hwc_rect_t cropL, dstL, cropR, dstR; local
750 cropR = sourceCrop;
754 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
757 sanitizeSourceCrop(cropL, cropR, hnd);
772 src_width_r = cropR.right - cropR.left;
773 src_height_r = cropR.bottom - cropR.top;
1699 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR, argument
1711 if(cropR
[all...]
H A Dhwc_utils.h248 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.cpp378 hwc_rect_t cropR = sourceCrop; local
381 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
386 if (configMdp(ctx->mOverlay, pargR, orient, cropR,
458 hwc_rect_t cropR = fbUpdatingRect; local
501 cropR.left = cropL.right;
518 cropR, cropR, NULL /*metadata*/, destR) < 0) {
H A Dhwc_mdpcomp.cpp2351 hwc_rect_t cropR = crop; local
2356 cropR.left = cropL.right;
2357 sanitizeSourceCrop(cropL, cropR, hnd);
2362 cropL = cropR;
2363 cropR = tmp;
2394 cropR, dstR, metadata, rDest) < 0) {
H A Dhwc_utils.cpp725 hwc_rect_t cropL, dstL, cropR, dstR; local
737 cropR = sourceCrop;
741 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
744 sanitizeSourceCrop(cropL, cropR, hnd);
759 src_width_r = cropR.right - cropR.left;
760 src_height_r = cropR.bottom - cropR.top;
1709 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR, argument
1721 if(cropR
[all...]
H A Dhwc_utils.h268 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,

Completed in 85 milliseconds