Lines Matching full:color
39 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */
56 * Sets all pixel to color 0
59 OSD_Fill, /* (color) */
61 * Sets all pixel to color <col>
64 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */
74 OSD_SetPalette, /* (firstcolor{color},lastcolor{x0},data) */
78 * data has 4 byte for each color:
81 OSD_SetTrans, /* (transparency{color}) */
86 OSD_SetPixel, /* (x0,y0,color) */
88 * sets pixel <x>,<y> to color number <col>
92 /* returns color number of pixel <x>,<y>, or -1 */
98 OSD_SetBlock, /* (x0,y0,x1,y1,increment{color},data) */
105 OSD_FillRow, /* (x0,y0,x1,color) */
107 * fills pixels x0,y through x1,y with the color <col>
110 OSD_FillBlock, /* (x0,y0,x1,y1,color) */
112 * fills pixels x0,y0 through x1,y1 with the color <col>
115 OSD_Line, /* (x0,y0,x1,y1,color) */
117 * draw a line from x0,y0 to x1,y1 with the color <col>
120 OSD_Query, /* (x0,y0,x1,y1,xasp{color}}), yasp=11 */
131 OSD_Text, /* (x0,y0,size,color,text) */
143 int color; member
147 /* OSD_OpenRaw: set 'color' to desired window type */