Home
last modified time | relevance | path

Searched refs:topolyfill (Results 1 – 3 of 3) sorted by relevance

/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dfill.c24 struct topolyfill* stack = NULL; in ncplane_polyfill_inner()
29 struct topolyfill* s; in ncplane_polyfill_inner()
72 struct topolyfill* tmp = stack->next; in ncplane_polyfill_inner()
H A Dinternal.h1756 struct topolyfill { struct
1758 struct topolyfill* next; argument
1761 static inline struct topolyfill*
1762 create_polyfill_op(int y, int x, struct topolyfill** stck){ in create_polyfill_op()
1764 struct topolyfill* n = (struct topolyfill*)malloc(sizeof(*n)); in create_polyfill_op()
H A Dvisual.c1251 struct topolyfill* stack = malloc(sizeof(*stack)); in ncvisual_polyfill_core()
1259 struct topolyfill* s; in ncvisual_polyfill_core()