Searched refs:gfx_surface_blend (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/lib/gfxconsole/
H A Dgfxconsole.cpp152 gfx_surface_blend(gfxconsole.hw_surface, gfxconsole.surface, 0, 0);
159 gfx_surface_blend(gfxconsole.hw_surface, &gfxconsole.line,
334 gfx_surface_blend(gfxconsole.hw_surface, gfxconsole.surface, 0, 0);
/fuchsia/zircon/system/ulib/gfx/include/gfx/
H A Dgfx.h80 void gfx_surface_blend(struct gfx_surface* target, struct gfx_surface* source, unsigned destx, unsigned desty);
/fuchsia/zircon/kernel/lib/gfx/include/lib/
H A Dgfx.h81 void gfx_surface_blend(struct gfx_surface* target, struct gfx_surface* source, uint destx, uint desty);
/fuchsia/zircon/kernel/lib/gfx/
H A Dgfx.cpp321 void gfx_surface_blend(struct gfx_surface* target, struct gfx_surface* source, uint destx, uint desty) { function
418 panic("gfx_surface_blend: unimplemented colorspace combination (source %u target %u)\n", source->format, target->format);
/fuchsia/zircon/system/ulib/gfx/
H A Dgfx.c461 void gfx_surface_blend(struct gfx_surface* target, struct gfx_surface* source, unsigned destx, unsigned desty) { function
572 xprintf("gfx_surface_blend: unimplemented colorspace combination (source %d target %d)\n", source->format, target->format);

Completed in 172 milliseconds