Searched refs:scan0 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 218 …apFromScan0)(INT width, INT height, INT stride, PixelFormat format, BYTE* scan0, GpBitmap** bitmap… 352 FX_LPBYTE scan0 = pBitmap->GetBuffer(); in OutputImageMask() local 354 if ((scan0[0] & 0x80) == 0) { in OutputImageMask() 406 …ipCreateBitmapFromScan0)(src_width, src_height, src_pitch, PixelFormat1bppIndexed, scan0, &bitmap); in OutputImageMask() 433 …FX_LPBYTE scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + pBitmap->GetBPP() * pSrcRect-… in OutputImage() local 438 PixelFormat32bppARGB, scan0, &bitmap); in OutputImage() 442 PixelFormat32bppRGB, scan0, &bitmap); in OutputImage() 446 PixelFormat24bppRGB, scan0, &bitmap); in OutputImage() 450 PixelFormat8bppIndexed, scan0, &bitmap); in OutputImage() 462 PixelFormat1bppIndexed, scan0, &bitmap); in OutputImage()
|