Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 5 of 5) sorted by relevance

/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/
A Dgfx_mono_generic.c315 gfx_coord_t offset_x; in gfx_mono_generic_draw_circle() local
326 offset_x = 0; in gfx_mono_generic_draw_circle()
331 while (offset_x <= offset_y) { in gfx_mono_generic_draw_circle()
374 ++offset_x; in gfx_mono_generic_draw_circle()
404 gfx_coord_t offset_x; in gfx_mono_generic_draw_filled_circle() local
415 offset_x = 0; in gfx_mono_generic_draw_filled_circle()
424 y - offset_x, offset_x + 1, color); in gfx_mono_generic_draw_filled_circle()
431 y - offset_x, offset_x + 1, color); in gfx_mono_generic_draw_filled_circle()
438 y, offset_x + 1, color); in gfx_mono_generic_draw_filled_circle()
445 y, offset_x + 1, color); in gfx_mono_generic_draw_filled_circle()
[all …]
/bsp/stm32/stm32l475-atk-pandora/board/ports/lcd/
A Dlcd_qrcode.c53 for (rt_uint32_t offset_x = 0; offset_x < enlargement_factor; offset_x++) in show_qrcode_by_point() local
55 …lcd_draw_point(x + enlargement_factor * width + offset_x, y + enlargement_factor * high + offset_y… in show_qrcode_by_point()
75 for (rt_uint32_t offset_x = 0; offset_x < enlargement_factor; offset_x++) in show_qrcode_by_line() local
78 …qrcode_buf[2 * (enlargement_factor * width + offset_x + offset_y * qrcode.size * enlargement_facto… in show_qrcode_by_line()
79 …qrcode_buf[2 * (enlargement_factor * width + offset_x + offset_y * qrcode.size * enlargement_facto… in show_qrcode_by_line()
88 for (rt_uint32_t offset_x = 0; offset_x < enlargement_factor; offset_x++) in show_qrcode_by_line() local
91 …qrcode_buf[2 * (enlargement_factor * width + offset_x + offset_y * qrcode.size * enlargement_facto… in show_qrcode_by_line()
92 …qrcode_buf[2 * (enlargement_factor * width + offset_x + offset_y * qrcode.size * enlargement_facto… in show_qrcode_by_line()
/bsp/stm32/stm32f407-rt-spark/board/ports/lcd/
A Ddrv_lcd.c969 for (rt_uint32_t offset_x = 0; offset_x < enlargement_factor; offset_x++) in show_qrcode_by_point() local
971 …lcd_draw_point(x + enlargement_factor * width + offset_x, y + enlargement_factor * high + offset_y… in show_qrcode_by_point()
991 for (rt_uint32_t offset_x = 0; offset_x < enlargement_factor; offset_x++) in show_qrcode_by_line() local
994 …qrcode_buf[2 * (enlargement_factor * width + offset_x + offset_y * qrcode.size * enlargement_facto… in show_qrcode_by_line()
995 …qrcode_buf[2 * (enlargement_factor * width + offset_x + offset_y * qrcode.size * enlargement_facto… in show_qrcode_by_line()
1004 for (rt_uint32_t offset_x = 0; offset_x < enlargement_factor; offset_x++) in show_qrcode_by_line() local
1007 …qrcode_buf[2 * (enlargement_factor * width + offset_x + offset_y * qrcode.size * enlargement_facto… in show_qrcode_by_line()
1008 …qrcode_buf[2 * (enlargement_factor * width + offset_x + offset_y * qrcode.size * enlargement_facto… in show_qrcode_by_line()
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_bwfont.c28 return r->width + r->offset_x; in get_width()
61 x0 += r->offset_x; in render_char()
A Dmf_bwfont.h24 uint8_t offset_x; member

Completed in 14 milliseconds