Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp318 const FX_RECT* pSrcRect, in OutputImage() argument
323 int src_width = pSrcRect->Width(), src_height = pSrcRect->Height(); in OutputImage()
325 if (pBitmap->GetBPP() == 1 && (pSrcRect->left % 8)) { in OutputImage()
327 RetainPtr<CFX_DIBitmap> pCloned = pBitmap->Clone(pSrcRect); in OutputImage()
335 uint8_t* scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + in OutputImage()
336 pBitmap->GetBPP() * pSrcRect->left / 8; in OutputImage()