Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_dib.cpp84 uint8_t* bottom_ptr = pBitmap->GetBuffer() + bottom * pitch; in FX_WindowsDIB_LoadFromBuf() local
86 memcpy(top_ptr, bottom_ptr, pitch); in FX_WindowsDIB_LoadFromBuf()
87 memcpy(bottom_ptr, temp_buf.data(), pitch); in FX_WindowsDIB_LoadFromBuf()