Searched refs:dsty (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/gfx/include/gfx/
H A Dgfx.h86 void gfx_copylines(gfx_surface* dst, gfx_surface* src, unsigned srcy, unsigned dsty, unsigned height);
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c111 void gfx_copylines(gfx_surface* dst, gfx_surface* src, unsigned srcy, unsigned dsty, unsigned height) { argument
118 if ((dsty >= dst->height) || (dst->height - dsty) < height) {
121 memcpy(dst->ptr + dsty * dst->stride * dst->pixelsize,

Completed in 74 milliseconds