Home
last modified time | relevance | path

Searched refs:d2tk_body_stroke_width_t (Results 1 – 5 of 5) sorted by relevance

/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/src/
H A Dcore_internal.h65 typedef struct _d2tk_body_stroke_width_t d2tk_body_stroke_width_t; typedef
235 d2tk_body_stroke_width_t stroke_width;
H A Dbackend_cairo.c842 const d2tk_body_stroke_width_t *body = &com->body->stroke_width; in d2tk_cairo_process()
H A Dbackend_nanovg.c834 const d2tk_body_stroke_width_t *body = &com->body->stroke_width; in d2tk_nanovg_process()
H A Dcore.c1229 const size_t len = sizeof(d2tk_body_stroke_width_t); in d2tk_core_stroke_width()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/test/
H A Dcore.c1329 assert(com->size == sizeof(d2tk_body_stroke_width_t)); in _check_stroke_width()