Searched refs:dcrop (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
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()
|