HomeSort by relevance Sort by last modified time
    Searched refs:cropR (Results 1 - 13 of 13) 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_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...]
hwc_mdpcomp.cpp     [all...]
hwc_utils.h 248 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
  /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_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...]
hwc_mdpcomp.cpp     [all...]
hwc_utils.h 272 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
  /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_utils.cpp 891 hwc_rect_t cropL, dstL, cropR, dstR;
    [all...]
hwc_utils.h 289 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
hwc_mdpcomp.cpp     [all...]
  /external/skia/samplecode/
SampleFilterFuzz.cpp 318 SkImageFilter::CropRect cropR(SkRect::MakeWH(SkIntToScalar(kBitmapSize),
336 &cropR);
374 SkImageFilter::CropRect cropR(SkRect::MakeWH(SkIntToScalar(kBitmapSize),
376 filter = SkRectShaderImageFilter::Create(shader, &cropR);

Completed in 126 milliseconds