Home
last modified time | relevance | path

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

/lk-master/lib/gfx/
A Dgfx.c408 void gfx_surface_blend(struct gfx_surface *target, struct gfx_surface *source, uint destx, uint des… in gfx_surface_blend() argument
411 LTRACEF("target %p, source %p, destx %u, desty %u\n", target, source, destx, desty); in gfx_surface_blend()
413 if (destx >= target->width) in gfx_surface_blend()
419 if (destx + width > target->width) in gfx_surface_blend()
420 width = target->width - destx; in gfx_surface_blend()
430 uint16_t *dest = &((uint16_t *)target->ptr)[destx + desty * target->stride]; in gfx_surface_blend()
449 uint32_t *dest = &((uint32_t *)target->ptr)[destx + desty * target->stride]; in gfx_surface_blend()
469 uint32_t *dest = &((uint32_t *)target->ptr)[destx + desty * target->stride]; in gfx_surface_blend()
488 uint8_t *dest = &((uint8_t *)target->ptr)[destx + desty * target->stride]; in gfx_surface_blend()
/lk-master/lib/gfx/include/lib/
A Dgfx.h83 void gfx_surface_blend(struct gfx_surface *target, struct gfx_surface *source, uint destx, uint des…

Completed in 3 milliseconds