Home
last modified time | relevance | path

Searched defs:draw_rect (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Dbo.c23 void draw_rect(struct sp_bo* bo, uint32_t x, uint32_t y, uint32_t width, in draw_rect() function
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dmach64_accel.c189 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect() function
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c87 draw_rect (PongClock *pong_clock, in draw_rect() function
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py176 def draw_rect(ctx, color, rect): function