HomeSort by relevance Sort by last modified time
    Searched refs:scan0 (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 218 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromScan0)(INT width, INT height, INT stride, PixelFormat format, BYTE* scan0, GpBitmap** bitmap);
352 FX_LPBYTE scan0 = pBitmap->GetBuffer(); local
354 if ((scan0[0] & 0x80) == 0) {
406 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch, PixelFormat1bppIndexed, scan0, &bitmap);
433 FX_LPBYTE scan0 = pBitmap->GetBuffer() + pSrcRect->top * src_pitch + pBitmap->GetBPP() * pSrcRect->left / 8; local
438 PixelFormat32bppARGB, scan0, &bitmap);
442 PixelFormat32bppRGB, scan0, &bitmap);
446 PixelFormat24bppRGB, scan0, &bitmap);
450 PixelFormat8bppIndexed, scan0, &bitmap);
462 PixelFormat1bppIndexed, scan0, &bitmap)
    [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 470 static int scan0[64] = { // spec, fig 7-2 variable
856 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.8/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
gmp.h     [all...]

Completed in 517 milliseconds