Searched refs:pSrcRect (Results 1 – 1 of 1) sorted by relevance
318 const FX_RECT* pSrcRect, in OutputImage() argument323 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()