Searched refs:scan0 (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 270 BYTE* scan0, 530 uint8_t* scan0 = pBitmap->GetBuffer(); in OutputImageMask() local 532 if ((scan0[0] & 0x80) == 0) { in OutputImageMask() 593 PixelFormat1bppIndexed, scan0, &bitmap); in OutputImageMask() 624 uint8_t* scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + in OutputImage() local 630 PixelFormat32bppARGB, scan0, &bitmap); in OutputImage() 634 PixelFormat32bppRGB, scan0, &bitmap); in OutputImage() 638 PixelFormat24bppRGB, scan0, &bitmap); in OutputImage() 642 PixelFormat8bppIndexed, scan0, in OutputImage() 655 PixelFormat1bppIndexed, scan0, in OutputImage()
|