Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:dst_info

1151     bufferInfo dst_info;
1152 populate_buffer_info(dst, dst_info);
1153 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1154 dst_info.width, dst_info.height);
1160 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) {
1163 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {