/external/pdfium/core/src/fxge/win32/ |
fx_win32_gdipext.cpp | 213 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromScan0)(INT width, INT height, INT stride, PixelFormat format, BYTE* scan0, GpBitmap** bitmap);
350 FX_LPBYTE scan0 = pBitmap->GetBuffer();
local 352 if ((scan0[0] & 0x80) == 0) {
404 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, PixelFormat1bppIndexed, scan0, &bitmap);
431 FX_LPBYTE scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + pBitmap->GetBPP() * pSrcRect->left / 8;
local 436 PixelFormat32bppARGB, scan0, &bitmap);
440 PixelFormat32bppRGB, scan0, &bitmap);
444 PixelFormat24bppRGB, scan0, &bitmap);
448 PixelFormat8bppIndexed, scan0, &bitmap);
460 PixelFormat1bppIndexed, scan0, &bitmap); [all...] |
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusBitmap.h | 633 IN BYTE *scan0
642 scan0,
|
GdiPlusHeaders.h | 613 IN BYTE* scan0);
|
GdiPlusFlat.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusheaders.h | 186 Bitmap(INT width, INT height, INT stride, PixelFormat format, BYTE *scan0);
|
gdiplusimpl.h | 498 PixelFormat format, BYTE *scan0): Image(NULL, Ok) 502 width, height, stride, format, scan0, &nativeBitmap); [all...] |
/hardware/intel/img/psb_video/src/ |
pnw_MPEG2.c | 460 static int scan0[64] = { // spec, fig 7-2 variable 812 int *idx = scan0; [all...] |
pnw_MPEG4.c | 88 static int scan0[64] = { // spec, fig 7-2 variable [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
psb_MPEG2.c | 460 static int scan0[64] = { // spec, fig 7-2 variable 833 int *idx = scan0; [all...] |
psb_MPEG4.c | 86 static int scan0[64] = { // spec, fig 7-2 variable [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/ |
gmp.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/ |
gmp.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/ |
gmp.h | [all...] |