Home
last modified time | relevance | path

Searched refs:stretch (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.h225 int (*stretch)(struct copybit_device_t *dev, member
Dcopybit.cpp541 ctx->device.stretch = stretch_copybit; in open_copybit()
Dcopybit_c2d.cpp1526 ctx->device.stretch = stretch_copybit; in open_copybit()
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit.h238 int (*stretch)(struct copybit_device_t *dev, member
Dcopybit.cpp604 ctx->device.stretch = stretch_copybit; in open_copybit()
Dcopybit_c2d.cpp1560 ctx->device.stretch = stretch_copybit; in open_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.h238 int (*stretch)(struct copybit_device_t *dev, member
Dcopybit.cpp723 ctx->device.stretch = stretch_copybit; in open_copybit()
Dcopybit_c2d.cpp1579 ctx->device.stretch = stretch_copybit; in open_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.h238 int (*stretch)(struct copybit_device_t *dev, member
Dcopybit.cpp723 ctx->device.stretch = stretch_copybit; in open_copybit()
Dcopybit_c2d.cpp1585 ctx->device.stretch = stretch_copybit; in open_copybit()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_copybit.cpp445 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
478 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_copybit.cpp471 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
514 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_copybit.cpp541 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
584 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.cpp710 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawRectUsingCopybit()
917 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
960 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()