Searched refs:ypos (Results 1 – 2 of 2) sorted by relevance
120 for (size_t ypos = y; ypos < (y + desc->height); ypos++) { in led_strip_matrix_write() local122 struct led_rgb *pix = pixel_address(config, xpos, ypos); in led_strip_matrix_write()169 for (size_t ypos = y; ypos < (y + desc->height); ypos++) { in led_strip_matrix_read() local171 struct led_rgb *pix = pixel_address(config, xpos, ypos); in led_strip_matrix_read()
119 ypos = args.y_offset121 draw.text((xpos, ypos), chr(i), font=font)