Lines Matching defs:tmp_img
329 struct g2d_image img = {0}, tmp_img = {0};
369 tmp_img.bo[0] = tmp->handle;
372 tmp_img.user_ptr[0].userptr = (unsigned long)checkerboard;
373 tmp_img.user_ptr[0].size = img_w * img_h * 4;
392 tmp_img.width = img_w;
393 tmp_img.height = img_h;
394 tmp_img.stride = img_w * 4;
395 tmp_img.buf_type = type;
396 tmp_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB;
399 g2d_copy(ctx, &tmp_img, &img, 0, 0, cur_x, cur_y, img_w, img_h);