Searched refs:xpos (Results 1 – 2 of 2) sorted by relevance
121 for (size_t xpos = x; xpos < (x + desc->width); xpos++) { in led_strip_matrix_write() local122 struct led_rgb *pix = pixel_address(config, xpos, ypos); in led_strip_matrix_write()170 for (size_t xpos = x; xpos < (x + desc->width); xpos++) { in led_strip_matrix_read() local171 struct led_rgb *pix = pixel_address(config, xpos, ypos); in led_strip_matrix_read()
116 xpos = 0118 xpos = (width - fw) / 2 + 1121 draw.text((xpos, ypos), chr(i), font=font)