Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:right

244     //Right now hwc starts the service but anybody could do it, or it could be
367 dst_w = displayFrame.right - displayFrame.left;
370 src_w = sourceCrop.right - sourceCrop.left;
556 int& crop_r = crop.right;
558 int crop_w = crop.right - crop.left;
563 int& dst_r = dst.right;
565 int dst_w = abs(dst.right - dst.left);
570 const int& sci_r = scissor.right;
613 nwr.right = list->hwLayers[0].displayFrame.right;
620 nwr.right = max(nwr.right, displayFrame.right);
627 nwr.right = min(nwr.right, fbDisplayFrame.right);
783 dst.right > hw_w || dst.bottom > hw_h) {
899 int crop_w = crop.right - crop.left;
904 int posW = pos.right - pos.left;
921 crop.right - crop.left,
929 crop.right = srcCrop.x + srcCrop.w;
958 crop.right - crop.left,
960 dst.right - dst.left,
1079 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1082 new_cropL.left = new_cropR.right;
1083 new_cropL.right = tmp_cropR.right;
1086 tmp_cropL.right = new_cropL.right;
1089 tmp_cropR.right = new_cropR.right;
1110 //configure right mixer
1116 tmp_dstR.right = tmp_dstR.right - tmp_dstR.left;
1120 ALOGE("%s: commit failed for right mixer config", __FUNCTION__);