Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:left

311     dst_w = displayFrame.right - displayFrame.left;
313 src_w = sourceCrop.right - sourceCrop.left;
508 int& crop_l = crop.left;
512 int crop_w = crop.right - crop.left;
515 int& dst_l = dst.left;
519 int dst_w = abs(dst.right - dst.left);
522 const int& sci_l = scissor.left;
565 nwr.left = list->hwLayers[0].displayFrame.left;
572 nwr.left = min(nwr.left, displayFrame.left);
579 nwr.left = max(nwr.left, fbDisplayFrame.left);
736 if(dst.left < 0 || dst.top < 0 ||
799 uint32_t crop_w = (crop.right - crop.left);
802 ovutils::normalizeCrop((uint32_t&)crop.left, crop_w);
807 crop.right = crop.left + crop_w;
810 Dim rotCrop(crop.left, crop.top, crop_w, crop_h);
828 int crop_w = crop.right - crop.left;
830 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
833 int posW = pos.right - pos.left;
835 Dim position(pos.left, pos.top, posW, posH);
849 Dim srcCrop(crop.left, crop.top,
850 crop.right - crop.left,
857 crop.left = 0;
865 crop.left = srcCrop.x;
894 uint32_t x = dst.left, y = dst.top;
895 uint32_t w = dst.right - dst.left;
902 dst.left = x;
904 dst.right = w + dst.left;
911 crop.right - crop.left,
913 dst.right - dst.left,
1039 new_cropR.left = tmp_cropL.left;
1040 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1043 new_cropL.left = new_cropR.right;
1046 tmp_cropL.left = new_cropL.left;
1049 tmp_cropR.left = new_cropR.left;
1058 //configure left mixer
1066 ALOGE("%s: commit failed for left mixer config", __FUNCTION__);
1078 tmp_dstR.left = tmp_dstR.left - lSplit;
1149 if((crop.right - crop.left) > qdutils::MAX_DISPLAY_DIM) {
1158 int src_w = crop.right - crop.left;
1160 int dst_w = dst.right - dst.left;