Searched refs:src_index (Results 1 – 1 of 1) sorted by relevance
230 uint32_t src_index = y * width + x; in lv_draw_sw_i1_convert_to_vtiled() local232 uint8_t bit = (src_buf[src_index / 8] >> (7 - (src_index % 8))) & 0x01; in lv_draw_sw_i1_convert_to_vtiled()