Searched refs:destRect (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_copybit.cpp | 657 hwc_rect_t destRect = getIntersection(overlap, layer->displayFrame); in drawOverlap() local 658 destRect.left = destRect.left - overlap.left + in drawOverlap() 660 destRect.right = destRect.right- overlap.left + in drawOverlap() 662 destRect.top = destRect.top - overlap.top + in drawOverlap() 664 destRect.bottom = destRect.bottom - overlap.top + in drawOverlap() 668 overlap, destRect); in drawOverlap() 689 hwc_rect_t destRect) in drawRectUsingCopybit() argument 731 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, in drawRectUsingCopybit() 732 destRect.bottom}; in drawRectUsingCopybit()
|
D | hwc_copybit.h | 91 hwc_rect_t destRect);
|
D | hwc_mdpcomp.cpp | 1070 hwc_rect_t destRect = deductRect(layer->displayFrame, in fullMDPCompWithPTOR() local 1072 qhwc::calculate_crop_rects(srcCrop, layer->displayFrame, destRect, in fullMDPCompWithPTOR()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_copybit.h | 91 hwc_rect_t destRect);
|
D | hwc_copybit.cpp | 636 hwc_rect_t destRect) in drawRectUsingCopybit() argument 678 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, in drawRectUsingCopybit() 679 destRect.bottom}; in drawRectUsingCopybit()
|
D | hwc_mdpcomp.cpp | 925 hwc_rect_t destRect = deductRect(layer->displayFrame, in fullMDPCompWithPTOR() local 927 qhwc::calculate_crop_rects(srcCrop, layer->displayFrame, destRect, in fullMDPCompWithPTOR()
|