Searched refs:src_tmp8 (Results 1 – 2 of 2) sorted by relevance
209 const uint8_t * src_tmp8 = (const uint8_t *)src_buf; in convert_cb() local217 …src_tmp8 += (src_stride * dest_area->y1 * sizeof(lv_color_t)) + dest_area->x1 * sizeof(lv_color_t); in convert_cb()224 lv_memcpy(cbuf_tmp, src_tmp8, dest_w_byte); in convert_cb()225 src_tmp8 += src_stride_byte; in convert_cb()249 …src_tmp8 += (src_stride * dest_area->y1 * LV_IMG_PX_SIZE_ALPHA_BYTE) + dest_area->x1 * LV_IMG_PX_S… in convert_cb()258 abuf[x] = src_tmp8[LV_IMG_PX_SIZE_ALPHA_BYTE - 1]; in convert_cb()260 cbuf[x].full = *src_tmp8; in convert_cb()262 cbuf[x].full = *src_tmp8 + ((*(src_tmp8 + 1)) << 8); in convert_cb()264 cbuf[x] = *((lv_color_t *) src_tmp8); in convert_cb()267 src_tmp8 += LV_IMG_PX_SIZE_ALPHA_BYTE; in convert_cb()[all …]
1481 const uint8_t * src_tmp8 = (const uint8_t *)src_buf; in convert_cb() local1489 …src_tmp8 += (src_stride * dest_area->y1 * sizeof(lv_color_t)) + dest_area->x1 * sizeof(lv_color_t); in convert_cb()1496 lv_memcpy(cbuf_tmp, src_tmp8, dest_w_byte); in convert_cb()1497 src_tmp8 += src_stride_byte; in convert_cb()1521 …src_tmp8 += (src_stride * dest_area->y1 * LV_IMG_PX_SIZE_ALPHA_BYTE) + dest_area->x1 * LV_IMG_PX_S… in convert_cb()1530 abuf[x] = src_tmp8[LV_IMG_PX_SIZE_ALPHA_BYTE - 1]; in convert_cb()1532 cbuf[x].full = *src_tmp8; in convert_cb()1534 cbuf[x].full = *src_tmp8 + ((*(src_tmp8 + 1)) << 8); in convert_cb()1536 cbuf[x] = *((lv_color_t *) src_tmp8); in convert_cb()1539 src_tmp8 += LV_IMG_PX_SIZE_ALPHA_BYTE; in convert_cb()[all …]