HomeSort by relevance Sort by last modified time
    Searched refs:cropL (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 335 hwc_rect_t cropL = sourceCrop;
338 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
340 if (configMdp(ctx->mOverlay, pargL, orient, cropL,
451 hwc_rect_t cropL = fbUpdatingRect;
496 cropL.right = (fbUpdatingRect.right + fbUpdatingRect.left) / 2;
497 cropR.left = cropL.right;
505 cropL, cropL, NULL /*metadata*/, destL) < 0) {
hwc_utils.cpp 738 hwc_rect_t cropL, dstL, cropR, dstR;
744 cropL = sourceCrop;
748 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
757 sanitizeSourceCrop(cropL, cropR, hnd);
762 src_width_l = cropL.right - cropL.left;
763 src_height_l = cropL.bottom - cropL.top;
    [all...]
hwc_mdpcomp.cpp     [all...]
hwc_utils.h 248 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 691 hwc_rect_t cropL, dstL, cropR, dstR;
697 cropL = sourceCrop;
701 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
710 sanitizeSourceCrop(cropL, cropR, hnd);
715 src_width_l = cropL.right - cropL.left;
716 src_height_l = cropL.bottom - cropL.top;
    [all...]
hwc_fbupdate.cpp 332 hwc_rect_t cropL = sourceCrop;
335 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
337 if (configMdp(ctx->mOverlay, pargL, orient, cropL,
hwc_mdpcomp.cpp     [all...]
hwc_utils.h 235 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,

Completed in 157 milliseconds