Searched refs:dest_row_size (Results 1 – 1 of 1) sorted by relevance
944 const int dest_row_size = hdr.biBitCount / 8 * hdr.biWidth; in InternalDrawBitmap() local946 int dest_offset = row * dest_row_size; in InternalDrawBitmap()949 memcpy(dest_buffer + dest_offset, pixels + src_offset, dest_row_size); in InternalDrawBitmap()