Home | History | Annotate | Download | only in dvb

Lines Matching defs:color

34   OSD_Open,       // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
44 // Sets all pixel to color 0
46 OSD_Fill, // (color)
47 // Sets all pixel to color <col>
49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
57 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
60 // data has 4 byte for each color:
62 OSD_SetTrans, // (transparency{color})
65 OSD_SetPixel, // (x0,y0,color)
66 // sets pixel <x>,<y> to color number <col>
69 // returns color number of pixel <x>,<y>, or -1
73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
78 OSD_FillRow, // (x0,y0,x1,color)
79 // fills pixels x0,y through x1,y with the color <col>
81 OSD_FillBlock, // (x0,y0,x1,y1,color)
82 // fills pixels x0,y0 through x1,y1 with the color <col>
84 OSD_Line, // (x0,y0,x1,y1,color)
85 // draw a line from x0,y0 to x1,y1 with the color <col>
87 OSD_Query, // (x0,y0,x1,y1,xasp{color}}), yasp=11
94 OSD_Text, // (x0,y0,size,color,text)
106 int color;
110 /* OSD_OpenRaw: set 'color' to desired window type */