Lines Matching refs:left
367 dst_w = displayFrame.right - displayFrame.left;
370 src_w = sourceCrop.right - sourceCrop.left;
547 int& crop_l = crop.left;
551 int crop_w = crop.right - crop.left;
554 int& dst_l = dst.left;
558 int dst_w = abs(dst.right - dst.left);
561 const int& sci_l = scissor.left;
604 nwr.left = list->hwLayers[0].displayFrame.left;
611 nwr.left = min(nwr.left, displayFrame.left);
618 nwr.left = max(nwr.left, fbDisplayFrame.left);
775 if(dst.left < 0 || dst.top < 0 ||
892 int crop_w = crop.right - crop.left;
894 Dim dcrop(crop.left, crop.top, crop_w, crop_h);
897 int posW = pos.right - pos.left;
899 Dim position(pos.left, pos.top, posW, posH);
913 Dim srcCrop(crop.left, crop.top,
914 crop.right - crop.left,
920 crop.left = srcCrop.x;
951 crop.right - crop.left,
953 dst.right - dst.left,
1071 new_cropR.left = tmp_cropL.left;
1072 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1075 new_cropL.left = new_cropR.right;
1078 tmp_cropL.left = new_cropL.left;
1081 tmp_cropR.left = new_cropR.left;
1090 //configure left mixer
1098 ALOGE("%s: commit failed for left mixer config", __FUNCTION__);
1109 tmp_dstR.right = tmp_dstR.right - tmp_dstR.left;
1110 tmp_dstR.left = 0;