Changeset afcf704 in mainline for uspace/lib/gfx/include
- Timestamp:
- 2020-06-14T22:23:34Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c45d8696
- Parents:
- 28f8f6f2
- Location:
- uspace/lib/gfx/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfx/include/gfx/coord.h
r28f8f6f2 rafcf704 55 55 extern bool gfx_rect_is_empty(gfx_rect_t *); 56 56 extern bool gfx_rect_is_incident(gfx_rect_t *, gfx_rect_t *); 57 extern bool gfx_rect_is_inside(gfx_rect_t *, gfx_rect_t *); 57 58 extern bool gfx_pix_inside_rect(gfx_coord2_t *, gfx_rect_t *); 58 59 -
uspace/lib/gfx/include/types/gfx/bitmap.h
r28f8f6f2 rafcf704 48 48 typedef enum { 49 49 /** Enable color key */ 50 bmpf_color_key = 0x1 50 bmpf_color_key = 0x1, 51 /** Directly map GC output into this bitmap */ 52 bmpf_direct_output = 0x2 51 53 } gfx_bitmap_flags_t; 52 54
Note:
See TracChangeset
for help on using the changeset viewer.