• Home
  • Raw
  • Download

Lines Matching refs:left

366     dst_w = displayFrame.right - displayFrame.left;  in needsScaling()
369 src_w = sourceCrop.right - sourceCrop.left; in needsScaling()
557 int& crop_l = crop.left; in calculate_crop_rects()
561 int crop_w = crop.right - crop.left; in calculate_crop_rects()
564 int& dst_l = dst.left; in calculate_crop_rects()
568 int dst_w = abs(dst.right - dst.left); in calculate_crop_rects()
571 const int& sci_l = scissor.left; in calculate_crop_rects()
612 nwr.left = list->hwLayers[0].displayFrame.left; in getNonWormholeRegion()
619 nwr.left = min(nwr.left, displayFrame.left); in getNonWormholeRegion()
626 nwr.left = max(nwr.left, fbDisplayFrame.left); in getNonWormholeRegion()
783 if(dst.left < 0 || dst.top < 0 || in trimLayer()
899 int crop_w = crop.right - crop.left; in configMdp()
901 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp()
904 int posW = pos.right - pos.left; in configMdp()
906 Dim position(pos.left, pos.top, posW, posH); in configMdp()
920 Dim srcCrop(crop.left, crop.top, in updateSource()
921 crop.right - crop.left, in updateSource()
927 crop.left = srcCrop.x; in updateSource()
958 crop.right - crop.left, in configureLowRes()
960 dst.right - dst.left, in configureLowRes()
1078 new_cropR.left = tmp_cropL.left; in configureHighRes()
1079 new_cropR.right = new_cropR.left + (tmp_cropR.right - tmp_cropR.left); in configureHighRes()
1082 new_cropL.left = new_cropR.right; in configureHighRes()
1085 tmp_cropL.left = new_cropL.left; in configureHighRes()
1088 tmp_cropR.left = new_cropR.left; in configureHighRes()
1116 tmp_dstR.right = tmp_dstR.right - tmp_dstR.left; in configureHighRes()
1117 tmp_dstR.left = 0; in configureHighRes()