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

  /external/webkit/WebCore/platform/win/
PasteboardWin.cpp 220 BitmapInfo bmInfo = BitmapInfo::create(image->size());
222 HBITMAP coreBitmap = CreateDIBSection(dc, &bmInfo, DIB_RGB_COLORS, 0, 0, 0);
  /external/webkit/WebKit/win/
WebIconDatabase.cpp 266 BitmapInfo bmInfo = BitmapInfo::create(IntSize(*size));
269 HBITMAP result = CreateDIBSection(dc, &bmInfo, DIB_RGB_COLORS, 0, 0, 0);

Completed in 54 milliseconds