Lines Matching full:color
24 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */
41 * Sets all pixel to color 0
44 OSD_Fill, /* (color) */
46 * Sets all pixel to color <col>
49 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */
59 OSD_SetPalette, /* (firstcolor{color},lastcolor{x0},data) */
63 * data has 4 byte for each color:
66 OSD_SetTrans, /* (transparency{color}) */
71 OSD_SetPixel, /* (x0,y0,color) */
73 * sets pixel <x>,<y> to color number <col>
77 /* returns color number of pixel <x>,<y>, or -1 */
83 OSD_SetBlock, /* (x0,y0,x1,y1,increment{color},data) */
90 OSD_FillRow, /* (x0,y0,x1,color) */
92 * fills pixels x0,y through x1,y with the color <col>
95 OSD_FillBlock, /* (x0,y0,x1,y1,color) */
97 * fills pixels x0,y0 through x1,y1 with the color <col>
100 OSD_Line, /* (x0,y0,x1,y1,color) */
102 * draw a line from x0,y0 to x1,y1 with the color <col>
105 OSD_Query, /* (x0,y0,x1,y1,xasp{color}}), yasp=11 */
116 OSD_Text, /* (x0,y0,size,color,text) */
128 int color; member
132 /* OSD_OpenRaw: set 'color' to desired window type */