Home
last modified time | relevance | path

Searched refs:dstHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.cpp650 private_handle_t *dstHandle = (private_handle_t *)renderBuffer; in drawRectUsingCopybit() local
651 if (!dstHandle) { in drawRectUsingCopybit()
683 dst.handle = (native_handle_t *)dstHandle; in drawRectUsingCopybit()
684 dst.w = ALIGN(dstHandle->width, 32); in drawRectUsingCopybit()
685 dst.h = dstHandle->height; in drawRectUsingCopybit()
686 dst.base = (void *)dstHandle->base; in drawRectUsingCopybit()
687 dst.format = dstHandle->format; in drawRectUsingCopybit()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_copybit.cpp703 private_handle_t *dstHandle = (private_handle_t *)renderBuffer; in drawRectUsingCopybit() local
704 if (!dstHandle) { in drawRectUsingCopybit()
736 dst.handle = (native_handle_t *)dstHandle; in drawRectUsingCopybit()
737 dst.w = ALIGN(dstHandle->width, 32); in drawRectUsingCopybit()
738 dst.h = dstHandle->height; in drawRectUsingCopybit()
739 dst.base = (void *)dstHandle->base; in drawRectUsingCopybit()
740 dst.format = dstHandle->format; in drawRectUsingCopybit()