Home
last modified time | relevance | path

Searched defs:scanline (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/ui/
H A Dvnc-enc-zywrle-template.c108 int width, int height, int scanline) in ZYWRLE_RGBYUV()
130 int w, int h, int scanline, int level, in ZYWRLE_ANALYZE()
H A Dvnc-enc-zywrle.h566 #define ZYWRLE_TRANSFER_COEFF(buf, data, t, w, h, scanline, level, TRANS) \ argument
588 #define ZYWRLE_PACK_COEFF(buf, data, t, width, height, scanline, level) \ argument
593 #define ZYWRLE_UNPACK_COEFF(buf, data, t, width, height, scanline, level) \ argument
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1721 static void stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int m… in stbtt__fill_active_edges()
1770 unsigned char scanline_data[512], *scanline; in stbtt__rasterize_sorted_edges() local
1865 static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__active_edge *e, float x0, flo… in stbtt__handle_clipped_edge()
1902 static void stbtt__fill_active_edges_new(float *scanline, float *scanline_fill, int len, stbtt__act… in stbtt__fill_active_edges_new()
2070 float scanline_data[129], *scanline, *scanline2; in stbtt__rasterize_sorted_edges() local