Home
last modified time | relevance | path

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

/dports/graphics/seq2gif/seq2gif-0.10.4/
H A Ddcs.c51 static int sixel_bitmap(struct terminal *term, struct sixel_canvas_t *sc, uint8_t bitmap) in sixel_bitmap()
81 static int sixel_repeat(struct terminal *term, struct sixel_canvas_t *sc, char *buf) in sixel_repeat()
111 static int sixel_attr(struct sixel_canvas_t *sc, char *buf) in sixel_attr()
180 static int sixel_color(struct sixel_canvas_t *sc, char *buf) in sixel_color()
244 static int sixel_cr(struct sixel_canvas_t *sc) in sixel_cr()
254 static int sixel_nl(struct sixel_canvas_t *sc) in sixel_nl()
271 void sixel_parse_data(struct terminal *term, struct sixel_canvas_t *sc, char *start_buf) in sixel_parse_data()
332 void reset_sixel(struct sixel_canvas_t *sc, struct color_pair_t color_pair, int width, int height) in reset_sixel()
378 void sixel_copy2cell(struct terminal *term, struct sixel_canvas_t *sc) in sixel_copy2cell()
H A Dyaft.h151 struct sixel_canvas_t { struct
181 struct sixel_canvas_t sixel;