Lines Matching full:y0
39 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */
64 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */
86 OSD_SetPixel, /* (x0,y0,color) */
91 OSD_GetPixel, /* (x0,y0) */
93 OSD_SetRow, /* (x0,y0,x1,data) */
98 OSD_SetBlock, /* (x0,y0,x1,y1,increment{color},data) */
100 * fills pixels x0,y0 through x1,y1 with the content of data[]
105 OSD_FillRow, /* (x0,y0,x1,color) */
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) */
133 OSD_MoveWindow, /* move current window to (x0, y0) */
140 int y0; member