Lines Matching full:y0
24 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */
49 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */
71 OSD_SetPixel, /* (x0,y0,color) */
76 OSD_GetPixel, /* (x0,y0) */
78 OSD_SetRow, /* (x0,y0,x1,data) */
83 OSD_SetBlock, /* (x0,y0,x1,y1,increment{color},data) */
85 * fills pixels x0,y0 through x1,y1 with the content of data[]
90 OSD_FillRow, /* (x0,y0,x1,color) */
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) */
118 OSD_MoveWindow, /* move current window to (x0, y0) */
125 int y0; member