Searched refs:draw_rect (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/pong-clock/pong-clock/ |
| H A D | pong-clock-no-flicker.c | 87 draw_rect (PongClock *pong_clock, in draw_rect() function 107 draw_rect (pong_clock, 0, 0, RESX+1, 1); in draw_field() 108 draw_rect (pong_clock, 0, RESY-1, RESX+1, 1); in draw_field() 111 draw_rect (pong_clock, (RESX/2)-1, i*2, 2, 1); in draw_field()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | mach64_accel.c | 189 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect() function 244 draw_rect(dx, dy, width, area->height, par); in atyfb_copyarea() 284 draw_rect(dx, rect->dy, width, rect->height, par); in atyfb_fillrect() 383 draw_rect(dx, dy, width, image->height, par); in atyfb_imageblit()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/ |
| H A D | bo.c | 20 draw_rect(bo, 0, 0, bo->width, bo->height, a, r, g, b); in fill_bo() 23 void draw_rect(struct sp_bo* bo, uint32_t x, uint32_t y, uint32_t width, in draw_rect() function
|
| H A D | bo.h | 32 void draw_rect(struct sp_bo* bo, uint32_t x, uint32_t y, uint32_t width,
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 176 def draw_rect(ctx, color, rect): function 183 draw_rect(ctx, PROC_BORDER_COLOR, (x, y - s, s, s)) 217 draw_rect(ctx, BORDER_COLOR, tuple(rect)) 558 draw_rect(ctx, PROC_BORDER_COLOR, (x, y, w, proc_h)) 695 draw_rect(ctx, PROC_BORDER_COLOR, (x, y, w, proc_h))
|