Changeset 8a9a41e in mainline for uspace/lib/ui/include/ui/paint.h


Ignore:
Timestamp:
2021-10-24T08:28:43Z (2 years ago)
Author:
GitHub <noreply@…>
Children:
f628215
Parents:
2ce943a (diff), cd981f2a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Erik Kučák <35500848+Riko196@…> (2021-10-24 08:28:43)
git-committer:
GitHub <noreply@…> (2021-10-24 08:28:43)
Message:

Merge branch 'HelenOS:master' into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/paint.h

    r2ce943a r8a9a41e  
    4545extern errno_t ui_paint_bevel(gfx_context_t *, gfx_rect_t *, gfx_color_t *,
    4646    gfx_color_t *, gfx_coord_t, gfx_rect_t *);
     47extern void ui_paint_get_bevel_inside(gfx_context_t *, gfx_rect_t *,
     48    gfx_coord_t, gfx_rect_t *);
    4749extern errno_t ui_paint_inset_frame(ui_resource_t *, gfx_rect_t *,
     50    gfx_rect_t *);
     51extern void ui_paint_get_inset_frame_inside(ui_resource_t *, gfx_rect_t *,
    4852    gfx_rect_t *);
    4953extern errno_t ui_paint_outset_frame(ui_resource_t *, gfx_rect_t *,
     
    5155extern errno_t ui_paint_filled_circle(gfx_context_t *, gfx_coord2_t *,
    5256    gfx_coord_t, ui_fcircle_part_t);
     57extern errno_t ui_paint_text_box(ui_resource_t *, gfx_rect_t *,
     58    ui_box_style_t, gfx_color_t *);
     59extern errno_t ui_paint_text_hbrace(ui_resource_t *, gfx_rect_t *,
     60    ui_box_style_t, gfx_color_t *);
    5361
    5462#endif
Note: See TracChangeset for help on using the changeset viewer.