Home
last modified time | relevance | path

Searched refs:dest_row_size (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/skia/ext/
Dvector_platform_device_emf_win.cc944 const int dest_row_size = hdr.biBitCount / 8 * hdr.biWidth; in InternalDrawBitmap() local
946 int dest_offset = row * dest_row_size; in InternalDrawBitmap()
949 memcpy(dest_buffer + dest_offset, pixels + src_offset, dest_row_size); in InternalDrawBitmap()