Home
last modified time | relevance | path

Searched refs:stretch (Results 1 – 24 of 24) 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/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/msm8996/libcopybit/
Dcopybit.h255 int (*stretch)(struct copybit_device_t *dev, member
Dcopybit.cpp760 ctx->device.stretch = stretch_copybit; in open_copybit()
Dcopybit_c2d.cpp1587 ctx->device.stretch = stretch_copybit; in open_copybit()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.h240 int (*stretch)(struct copybit_device_t *dev, member
Dcopybit.cpp755 ctx->device.stretch = stretch_copybit; in open_copybit()
Dcopybit_c2d.cpp1563 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/msm8994/libcopybit/
Dcopybit.h241 int (*stretch)(struct copybit_device_t *dev, member
Dcopybit.cpp735 ctx->device.stretch = stretch_copybit; in open_copybit()
Dcopybit_c2d.cpp1588 ctx->device.stretch = stretch_copybit; in open_copybit()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_copybit.cpp444 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
477 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()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_copybit.cpp763 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawRectUsingCopybit()
970 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
1013 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_copybit.cpp868 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawRectUsingCopybit()
1090 err = copybit->stretch(copybit,&tmp_dst, &src, &tmp_rect, in drawLayerUsingCopybit()
1143 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dblit_engine_c2d.cpp558 int err = blit_engine_c2d_->stretch(blit_engine_c2d_, &dst, &src, &dst_rect, &src_rect, in DrawRectUsingCopybit()