HomeSort by relevance Sort by last modified time
    Searched defs:cropR (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 372 hwc_rect_t cropR = sourceCrop;
375 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
380 if (configMdp(ctx->mOverlay, pargR, orient, cropR,
452 hwc_rect_t cropR = fbUpdatingRect;
497 cropR.left = cropL.right;
514 cropR, cropR, NULL /*metadata*/, destR) < 0) {
hwc_mdpcomp.cpp     [all...]
hwc_utils.cpp 738 hwc_rect_t cropL, dstL, cropR, dstR;
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;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 378 hwc_rect_t cropR = sourceCrop;
381 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
386 if (configMdp(ctx->mOverlay, pargR, orient, cropR,
458 hwc_rect_t cropR = fbUpdatingRect;
501 cropR.left = cropL.right;
518 cropR, cropR, NULL /*metadata*/, destR) < 0) {
hwc_mdpcomp.cpp     [all...]
hwc_utils.cpp 725 hwc_rect_t cropL, dstL, cropR, dstR;
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;
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 394 hwc_rect_t cropR = sourceCrop;
397 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
402 if (configMdp(ctx->mOverlay, pargR, orient, cropR,
498 hwc_rect_t cropR = sourceCrop;
550 cropR.left = cropL.right;
569 cropR, dstR, NULL /*metadata*/, destR) < 0) {
hwc_mdpcomp.cpp     [all...]
hwc_utils.cpp 891 hwc_rect_t cropL, dstL, cropR, dstR;
    [all...]

Completed in 77 milliseconds