Searched refs:dcrop (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_fbupdate.cpp | 98 ovutils::Dim dcrop(sourceCrop.left, sourceCrop.top, in configure() local 101 ov.setCrop(dcrop, dest); in configure()
|
D | hwc_utils.cpp | 901 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp() local 902 ov->setCrop(dcrop, dest); in configMdp()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 1546 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp() local 1547 ov->setCrop(dcrop, dest); in configMdp()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 1552 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp() local 1553 ov->setCrop(dcrop, dest); in configMdp()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 1787 Dim dcrop(crop.left, crop.top, crop_w, crop_h); in configMdp() local 1788 ov->setCrop(dcrop, dest); in configMdp()
|