Searched refs:drawline (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | ui.c | 790 void drawline(int r,int g,int b,int a,int x0,int y0,int x1,int y1,int linewidth) in drawline() function 809 drawline(r,g,b,a,left,top,left+width,top,linewidth); in drawline_4() 810 drawline(r,g,b,a,left+width,top,left+width,top+height,linewidth); in drawline_4() 811 drawline(r,g,b,a,left+width,top+height,left,top+height,linewidth); in drawline_4() 812 drawline(r,g,b,a,left,top+height,left,top,linewidth); in drawline_4()
|
| H A D | common.h | 128 void drawline(int r,int g,int b,int a,int x0,int y0,int x1,int y1,int linewidth);
|
| /OK3568_Linux_fs/buildroot/package/rubix/ |
| H A D | 0002-misc-fixes.patch | 16 @@ -1317,7 +1317,7 @@ void drawline(device *d, line *l)
|