Searched refs:dest_stride_diff (Results 1 – 1 of 1) sorted by relevance
/lk-master/lib/gfx/ |
A D | gfx.c | 431 uint dest_stride_diff = target->stride - width; in gfx_surface_blend() local 434 … LTRACEF("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff); in gfx_surface_blend() 443 dest += dest_stride_diff; in gfx_surface_blend() 450 uint dest_stride_diff = target->stride - width; in gfx_surface_blend() local 453 … LTRACEF("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff); in gfx_surface_blend() 463 dest += dest_stride_diff; in gfx_surface_blend() 470 uint dest_stride_diff = target->stride - width; in gfx_surface_blend() local 473 … LTRACEF("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff); in gfx_surface_blend() 482 dest += dest_stride_diff; in gfx_surface_blend() 489 uint dest_stride_diff = target->stride - width; in gfx_surface_blend() local [all …]
|
Completed in 3 milliseconds