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

  /external/skia/tools/viewer/sk_app/win/
RasterWindowContext_win.cpp 57 BITMAPINFO* bmpInfo = reinterpret_cast<BITMAPINFO*>(fSurfaceMemory.get());
58 ZeroMemory(bmpInfo, sizeof(BITMAPINFO));
59 bmpInfo->bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
60 bmpInfo->bmiHeader.biWidth = w;
61 bmpInfo->bmiHeader.biHeight = -h; // negative means top-down bitmap. Skia draws top-down.
62 bmpInfo->bmiHeader.biPlanes = 1;
63 bmpInfo->bmiHeader.biBitCount = 32;
64 bmpInfo->bmiHeader.biCompression = BI_RGB;
65 void* pixels = bmpInfo->bmiColors;
75 BITMAPINFO* bmpInfo = reinterpret_cast<BITMAPINFO*>(fSurfaceMemory.get())
    [all...]
  /external/pdfium/core/fxge/apple/
fx_quartz_device.cpp 31 CGBitmapInfo bmpInfo = kCGBitmapByteOrder32Little;
34 bmpInfo |= kCGImageAlphaNoneSkipFirst;
43 pBitmap->GetPitch(), colorSpace, bmpInfo);

Completed in 217 milliseconds