Bitmap drawing graphics routines. More...
#include <stdint.h>#include <stdbool.h>#include <stddef.h>#include <assert.h>#include <gfx/gfx.h>Go to the source code of this file.
Functions | |
| void | gfx_draw_bitmap (const struct gfx_bitmap *bmp, gfx_coord_t x, gfx_coord_t y) |
| Draw a bitmap. | |
| void | gfx_draw_bitmap_tiled (const struct gfx_bitmap *bmp, gfx_coord_t x1, gfx_coord_t y1, gfx_coord_t x2, gfx_coord_t y2, gfx_coord_t tile_origin_x, gfx_coord_t tile_origin_y) |
| Draw a bitmap to the screen tiled to cover the output area. | |
| void | gfx_put_bitmap (const struct gfx_bitmap *bmp, gfx_coord_t map_x, gfx_coord_t map_y, gfx_coord_t x, gfx_coord_t y, gfx_coord_t width, gfx_coord_t height) |
| Write a rectangular block of pixels from a bitmap to the screen. | |
Bitmap drawing graphics routines.
Copyright (C) 2009-2010 Atmel Corporation. All rights reserved.
Definition in file gfx_bitmap.c.
1.6.3