Searched refs:tmp_dst (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp421 copybit_image_t tmp_dst; local
423 tmp_dst.w = tmp_w;
424 tmp_dst.h = tmp_h;
425 tmp_dst.format = tmpHnd->format;
426 tmp_dst.handle = tmpHnd;
427 tmp_dst.horiz_padding = src.horiz_padding;
428 tmp_dst.vert_padding = src.vert_padding;
431 tmp_rect.r = tmp_dst.w;
432 tmp_rect.b = tmp_dst.h;
440 err = copybit->stretch(copybit,&tmp_dst,
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp451 copybit_image_t tmp_dst; local
453 tmp_dst.w = tmp_w;
454 tmp_dst.h = tmp_h;
455 tmp_dst.format = tmpHnd->format;
456 tmp_dst.handle = tmpHnd;
457 tmp_dst.horiz_padding = src.horiz_padding;
458 tmp_dst.vert_padding = src.vert_padding;
461 tmp_rect.r = tmp_dst.w;
462 tmp_rect.b = tmp_dst.h;
471 err = copybit->stretch(copybit,&tmp_dst,
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp521 copybit_image_t tmp_dst; local
523 tmp_dst.w = tmp_w;
524 tmp_dst.h = tmp_h;
525 tmp_dst.format = tmpHnd->format;
526 tmp_dst.handle = tmpHnd;
527 tmp_dst.horiz_padding = src.horiz_padding;
528 tmp_dst.vert_padding = src.vert_padding;
531 tmp_rect.r = tmp_dst.w;
532 tmp_rect.b = tmp_dst.h;
541 err = copybit->stretch(copybit,&tmp_dst,
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp897 copybit_image_t tmp_dst; local
899 tmp_dst.w = tmp_w;
900 tmp_dst.h = tmp_h;
901 tmp_dst.format = tmpHnd->format;
902 tmp_dst.handle = tmpHnd;
903 tmp_dst.horiz_padding = src.horiz_padding;
904 tmp_dst.vert_padding = src.vert_padding;
907 tmp_rect.r = tmp_dst.w;
908 tmp_rect.b = tmp_dst.h;
917 err = copybit->stretch(copybit,&tmp_dst,
[all...]

Completed in 1245 milliseconds