Lines Matching refs:right
243 //Right now hwc starts the service but anybody could do it, or it could be
366 dst_w = displayFrame.right - displayFrame.left;
369 src_w = sourceCrop.right - sourceCrop.left;
559 int& crop_r = crop.right;
561 int crop_w = crop.right - crop.left;
566 int& dst_r = dst.right;
568 int dst_w = abs(dst.right - dst.left);
573 const int& sci_r = scissor.right;
614 nwr.right = list->hwLayers[0].displayFrame.right;
621 nwr.right = max(nwr.right, displayFrame.right);
628 nwr.right = min(nwr.right, fbDisplayFrame.right);
782 dst.right > hw_w || dst.bottom > hw_h) {
897 int crop_w = crop.right - crop.left;
902 int posW = pos.right - pos.left;
919 crop.right - crop.left,
927 crop.right = srcCrop.x + srcCrop.w;
956 crop.right - crop.left,
958 dst.right - dst.left,
1077 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left);
1080 new_cropL.left = new_cropR.right;
1081 new_cropL.right = tmp_cropR.right;
1084 tmp_cropL.right = new_cropL.right;
1087 tmp_cropR.right = new_cropR.right;
1108 //configure right mixer
1114 tmp_dstR.right = tmp_dstR.right - tmp_dstR.left;
1118 ALOGE("%s: commit failed for right mixer config", __FUNCTION__);