Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:right

177     //Right now hwc starts the service but anybody could do it, or it could be
311 dst_w = displayFrame.right - displayFrame.left;
313 src_w = sourceCrop.right - sourceCrop.left;
510 int& crop_r = crop.right;
512 int crop_w = crop.right - crop.left;
517 int& dst_r = dst.right;
519 int dst_w = abs(dst.right - dst.left);
524 const int& sci_r = scissor.right;
567 nwr.right = list->hwLayers[0].displayFrame.right;
574 nwr.right = max(nwr.right, displayFrame.right);
581 nwr.right = min(nwr.right, fbDisplayFrame.right);
743 dst.right > hw_w || dst.bottom > hw_h) {
805 uint32_t crop_w = (crop.right - crop.left);
813 crop.right = crop.left + crop_w;
834 int crop_w = crop.right - crop.left;
839 int posW = pos.right - pos.left;
856 crop.right - crop.left,
865 crop.right = srcCrop.w;
873 crop.right = srcCrop.x + srcCrop.w;
901 uint32_t w = dst.right - dst.left;
910 dst.right = w + dst.left;
917 crop.right - crop.left,
919 dst.right - dst.left,
1046 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1049 new_cropL.left = new_cropR.right;
1050 new_cropL.right = tmp_cropR.right;
1053 tmp_cropL.right = new_cropL.right;
1056 tmp_cropR.right = new_cropR.right;
1077 //configure right mixer
1083 tmp_dstR.right = tmp_dstR.right - lSplit;
1087 ALOGE("%s: commit failed for right mixer config", __FUNCTION__);
1168 int src_w = crop.right - crop.left;
1170 int dst_w = dst.right - dst.left;