| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/ |
| A D | elm_init.c | 39 static int _initialize_vglite(int32_t width, int32_t height) in _initialize_vglite() 49 static int _initialize_elm(uint32_t width, uint32_t height) in _initialize_elm() 123 BOOL ElmInitialize(uint32_t width, uint32_t height) in ElmInitialize()
|
| A D | elm_buffer.c | 94 ElmBuffer ElmCreateBuffer(unsigned int width, unsigned int height, ELM_BUFFER_FORMAT format) in ElmCreateBuffer() 145 ElmBuffer ElmWrapBuffer(int width, int height, int stride, in ElmWrapBuffer()
|
| A D | elm_draw.c | 96 int height = 0; in draw_evo_pattern() local 291 …mBuffer buffer, uint32_t color, uint32_t x, uint32_t y, uint32_t width, uint32_t height, BOOL full) in ElmClear()
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_ge2d.c | 769 void ge2dInit(int bpp, int width, int height, void *destination) in ge2dInit() 1878 void ge2dFill_Solid(int dx, int dy, int width, int height, int color) in ge2dFill_Solid() 1933 void ge2dFill_Solid_RGB565(int dx, int dy, int width, int height, int color) in ge2dFill_Solid_RGB565() 1987 void ge2dFill_SolidBackground(int dx, int dy, int width, int height, int color) in ge2dFill_SolidBackground() 2043 void ge2dFill_ColorPattern(int dx, int dy, int width, int height) in ge2dFill_ColorPattern() 2094 void ge2dFill_MonoPattern(int dx, int dy, int width, int height, int opt) in ge2dFill_MonoPattern() 2148 void ge2dFill_ColorPatternROP(int sx, int sy, int width, int height, int rop) in ge2dFill_ColorPatternROP() 2319 void ge2dHostBlt_Write(int x, int y, int width, int height, void *buf) in ge2dHostBlt_Write() 2386 void ge2dHostBlt_Read(int x, int y, int width, int height, void *buf) in ge2dHostBlt_Read() 2452 void ge2dHostBlt_Sprite(int x, int y, int width, int height, void *buf) in ge2dHostBlt_Sprite() [all …]
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | drv_ov2640.c | 394 void ov2640_set_window_size(rt_uint16_t sx,rt_uint16_t sy,rt_uint16_t width,rt_uint16_t height) in ov2640_set_window_size() 419 rt_uint8_t ov2640_set_image_out_size(rt_uint16_t width,rt_uint16_t height) in ov2640_set_image_out_size() 441 …40_set_image_window_size(rt_uint16_t offx, rt_uint16_t offy, rt_uint16_t width, rt_uint16_t height) in ov2640_set_image_window_size() 468 rt_uint8_t ov2640_set_image_size(rt_uint16_t width ,rt_uint16_t height) in ov2640_set_image_size()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/ |
| A D | vg_lite_text.c | 47 uint16_t height; member 158 vg_lite_error_t alloc_font_buffer(vg_lite_buffer_t *buffer, int width , int height) in alloc_font_buffer() 217 int height; in vg_lite_draw_text() local
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/disp2/ |
| A D | disp_layer_cfg.c | 75 int disp_layer_get_resolution(u32 screen_index, u32 *width, u32 *height) in disp_layer_get_resolution() 94 int id, width, height, ret, sw, sh, fb_width, fb_height, i, n; in disp_layer_cfg() local
|
| A D | disp_mem.c | 25 int width,height;//screen size member 123 int disp_mem(u32 mem_id, u32 width, u32 height, u32 clear_flag, char *filename) in disp_mem()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pdma_drv.h | 110 uint16_t height; /**< height */ member 125 uint16_t height; /**< plane height */ member 128 uint16_t height; /**< output plane height */ member 149 uint32_t height; /**< plane height */ member
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_pdma_drv.c | 443 uint32_t width, uint32_t height, in pdma_fill_color() 511 uint32_t width, uint32_t height, in pdma_flip_rotate() 597 uint32_t x, uint32_t y, uint32_t width, uint32_t height, in pdma_blit() 701 uint32_t x, uint32_t y, uint32_t width, uint32_t height, in pdma_scale()
|
| A D | hpm_jpeg_drv.c | 78 static bool jpeg_is_valid_size(uint8_t format, uint32_t width, uint32_t height) in jpeg_is_valid_size() 100 static uint32_t jpeg_calculate_macro_block_count(uint32_t width, uint32_t height, jpeg_sampling_t *… in jpeg_calculate_macro_block_count()
|
| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/display/dc/elcdif/ |
| A D | fsl_dc_fb_elcdif.h | 53 uint16_t height; /*!< Panel height. */ member 63 uint16_t height; /*!< Height of the panel. */ member
|
| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/display/dc/lcdifv2/ |
| A D | fsl_dc_fb_lcdifv2.h | 59 uint16_t height; /*!< Panel height. */ member 70 uint16_t height; /*!< Height of the panel. */ member
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/port/lcd/ |
| A D | drv_lcd_spi.c | 130 void lcd_clearrect(uint16_t x, uint16_t y, uint16_t width, uint16_t height, uint32_t color) in lcd_clearrect() 156 void lcd_copybuffer(uint16_t x, uint16_t y, uint16_t width, uint16_t height, uint16_t *databuff) in lcd_copybuffer() 250 void lcd_drawline_v(uint16_t x, uint16_t y, uint16_t height, uint32_t color) in lcd_drawline_v()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/camera/ |
| A D | hpm_camera_config.h | 16 #define HPM_CAMERA_RESOLUTION(width, height) ((uint32_t)(width) | ((uint32_t)(height) << 16U)) argument 44 uint32_t height; member
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/ |
| A D | gfx_mono_generic.c | 260 gfx_coord_t width, gfx_coord_t height, in gfx_mono_generic_draw_rect() 280 gfx_coord_t width, gfx_coord_t height, in gfx_mono_generic_draw_filled_rect()
|
| A D | gfx_mono_text.c | 341 gfx_coord_t *width, gfx_coord_t *height) in gfx_mono_get_string_bounding_box() 388 gfx_coord_t *height) in gfx_mono_get_progmem_string_bounding_box()
|
| A D | gfx_mono_c12832_a1z.h | 94 #define gfx_mono_draw_rect(x, y, width, height, color) \ argument 97 #define gfx_mono_draw_filled_rect(x, y, width, height, color) \ argument
|
| A D | gfx_mono_null.h | 85 #define gfx_mono_draw_rect(x, y, width, height, color) \ argument 88 #define gfx_mono_draw_filled_rect(x, y, width, height, color) \ argument
|
| A D | gfx_mono_ug_2832hsweg04.h | 94 #define gfx_mono_draw_rect(x, y, width, height, color) \ argument 97 #define gfx_mono_draw_filled_rect(x, y, width, height, color) \ argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/ |
| A D | dev_disp.c | 1260 u32 width = 0, height = 0; in disp_sys_show() local 1354 u32 width = 0, height = 0, num_screens; in disp_draw_colorbar() local 1450 u32 size = 0, width = 0, height = 0, num_screens = 0; in disp_capture_dump() local 1655 u32 width = 0, height = 0; in disp_ioctl() local 1666 u32 width = 0, height = 0; in disp_ioctl() local
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/ |
| A D | bitmap.py | 43 width, height = im.size variable
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/ |
| A D | disp_display.c | 959 s32 width = 0, height = 0; in bsp_disp_get_screen_physical_width() local 971 s32 width = 0, height = 0; in bsp_disp_get_screen_physical_height() local 990 s32 height = 0; in bsp_disp_get_screen_height() local 999 u32 width = 800, height = 480; in bsp_disp_get_screen_width_from_output_type() local 1127 u32 width = 800, height = 480; in bsp_disp_get_screen_height_from_output_type() local 1804 unsigned int *height) in bsp_disp_get_display_size()
|
| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/display/ |
| A D | fsl_display.h | 22 uint16_t height; member 78 uint16_t height; member
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_test_images.h | 52 int height; member
|