Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/
A Dgfx_mono_generic.c316 gfx_coord_t offset_y; in gfx_mono_generic_draw_circle() local
327 offset_y = radius; in gfx_mono_generic_draw_circle()
331 while (offset_x <= offset_y) { in gfx_mono_generic_draw_circle()
370 --offset_y; in gfx_mono_generic_draw_circle()
405 gfx_coord_t offset_y; in gfx_mono_generic_draw_filled_circle() local
416 offset_y = radius; in gfx_mono_generic_draw_filled_circle()
426 y - offset_y, offset_y + 1, color); in gfx_mono_generic_draw_filled_circle()
433 y - offset_y, offset_y + 1, color); in gfx_mono_generic_draw_filled_circle()
440 y, offset_y + 1, color); in gfx_mono_generic_draw_filled_circle()
447 y, offset_y + 1, color); in gfx_mono_generic_draw_filled_circle()
[all …]
/bsp/stm32/stm32l475-atk-pandora/board/ports/lcd/
A Dlcd_qrcode.c51 for (rt_uint32_t offset_y = 0; offset_y < enlargement_factor; offset_y++) in show_qrcode_by_point() local
55 …cd_draw_point(x + enlargement_factor * width + offset_x, y + enlargement_factor * high + offset_y); in show_qrcode_by_point()
73 for (rt_uint32_t offset_y = 0; offset_y < enlargement_factor; offset_y++) 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()
86 for (rt_uint32_t offset_y = 0; offset_y < enlargement_factor; offset_y++) 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.c967 for (rt_uint32_t offset_y = 0; offset_y < enlargement_factor; offset_y++) in show_qrcode_by_point() local
971 …cd_draw_point(x + enlargement_factor * width + offset_x, y + enlargement_factor * high + offset_y); in show_qrcode_by_point()
989 for (rt_uint32_t offset_y = 0; offset_y < enlargement_factor; offset_y++) 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()
1002 for (rt_uint32_t offset_y = 0; offset_y < enlargement_factor; offset_y++) 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.h25 uint8_t offset_y; member
A Dmf_bwfont.c60 y0 += r->offset_y; in render_char()

Completed in 15 milliseconds