Home
last modified time | relevance | path

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

/kernel/lib/gfx/
A Dgfx.cpp344 uint dest_stride_diff = target->stride - width; in gfx_surface_blend() local
347 … LTRACEF("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff); in gfx_surface_blend()
356 dest += dest_stride_diff; in gfx_surface_blend()
363 uint dest_stride_diff = target->stride - width; in gfx_surface_blend() local
366 … LTRACEF("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff); in gfx_surface_blend()
376 dest += dest_stride_diff; in gfx_surface_blend()
383 uint dest_stride_diff = target->stride - width; in gfx_surface_blend() local
386 … LTRACEF("w %u h %u dstride %u sstride %u\n", width, height, dest_stride_diff, source_stride_diff); in gfx_surface_blend()
395 dest += dest_stride_diff; in gfx_surface_blend()
402 uint dest_stride_diff = target->stride - width; in gfx_surface_blend() local
[all …]

Completed in 7 milliseconds