Home
last modified time | relevance | path

Searched refs:swappy_paint_shape (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/swappy/swappy-1.4.0/include/
H A Dswappy.h55 struct swappy_paint_shape { struct
89 struct swappy_paint_shape shape;
/dports/graphics/swappy/swappy-1.4.0/src/
H A Drender.c232 static void render_shape_arrow(cairo_t *cr, struct swappy_paint_shape shape) { in render_shape_arrow()
284 static void render_shape_ellipse(cairo_t *cr, struct swappy_paint_shape shape) { in render_shape_ellipse()
318 struct swappy_paint_shape shape) { in render_shape_rectangle()
352 static void render_shape(cairo_t *cr, struct swappy_paint_shape shape) { in render_shape()
411 struct swappy_paint_shape rect = { in render_blur()