Home | History | Annotate | Download | only in drm_hwcomposer

Lines Matching refs:source_crop

354   pre_comp_layer.source_crop = DrmHwcRect<float>(0, 0, width, height);
498 squash_layer.source_crop = DrmHwcRect<float>(
602 DrmHwcRect<float> source_crop;
642 source_crop = layer.source_crop;
703 (int)(source_crop.left) << 16) < 0;
706 (int)(source_crop.top) << 16) < 0;
709 (int)(source_crop.right - source_crop.left) << 16) < 0;
712 (int)(source_crop.bottom - source_crop.top) << 16) < 0;