gfx/arc.h header reference
[Lightweight 2d graphic module]

The source code of this header can be browsed online.

Members  

Functions  

  • _GFX_BPP_EXPAND(_GFX_ARC_PROTO )
  • void gfx_draw_arc_angles_safe(const struct gfx_surface_s *s, uint_fast16_t xc, uint_fast16_t yc, uint_fast16_t a0, uint_fast16_t a1, uint_fast16_t r, uint32_t ccw, gfx_pixel_t a)
  • void gfx_draw_arc_xy_safe(const struct gfx_surface_s *s, int32_t x0, int32_t y0, int32_t x1, int32_t y1, uint_fast16_t r, uint32_t ccw, gfx_pixel_t a)

Members detail  

_GFX_BPP_EXPAND(_GFX_ARC_PROTO )  

Alternate declarations with same identifier: [1], [2], [3], [4], [5], [6], [7].

#define _GFX_ARC_DRAW(_put_pixel, s, xc, yx, x, y, xt, yt, r2, ccw)  

This macro is declared in gfx/arc.h source file, line 89.

#define _GFX_ARC_H_  

This macro is declared in gfx/arc.h source file, line 37.

#define _GFX_ARC_OPS(bpp, ppw, l2bpp, l2ppw, pm, ps, word_t)  

This macro is declared in gfx/arc.h source file, line 207.

#define _GFX_ARC_PROTO(bpp, ppw, l2bpp, l2ppw, pm, ps, word_t)  

This macro is declared in gfx/arc.h source file, line 190.

void gfx_draw_arc_angles_safe(const struct gfx_surface_s *s, uint_fast16_t xc, uint_fast16_t yc, uint_fast16_t a0, uint_fast16_t a1, uint_fast16_t r, uint32_t ccw, gfx_pixel_t a)  

This function is declared in gfx/arc.h source file, line 226.

void gfx_draw_arc_xy_safe(const struct gfx_surface_s *s, int32_t x0, int32_t y0, int32_t x1, int32_t y1, uint_fast16_t r, uint32_t ccw, gfx_pixel_t a)  

This function is declared in gfx/arc.h source file, line 250.

Valid XHTML 1.0 StrictGenerated by diaxen on Wed Oct 17 21:18:38 2018 using MkDoc