Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:dst_info

1174     bufferInfo dst_info;
1175 populate_buffer_info(dst, dst_info);
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1177 dst_info.width, dst_info.height);
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) {
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {