Searched refs:getHBITMAPOfSize (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DImageWin.cpp55 return getHBITMAPOfSize(bmp, 0);
H A DImageCGWin.cpp62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size) function in class:WebCore::BitmapImage
H A DImageCairoWin.cpp58 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size) function in class:WebCore::BitmapImage
/external/webkit/Source/WebCore/platform/graphics/
H A DImage.h146 virtual bool getHBITMAPOfSize(HBITMAP, LPSIZE) { return false; } function in class:WebCore::Image
H A DBitmapImage.h152 virtual bool getHBITMAPOfSize(HBITMAP, LPSIZE);
/external/webkit/Source/WebKit/win/
H A DWebIconDatabase.cpp179 if (!icon->getHBITMAPOfSize((HBITMAP)(ULONG64)*bitmap, size)) {
313 if (!iconDatabase().defaultIcon(*size)->getHBITMAPOfSize(result, size)) {
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageWinCE.cpp62 bool BitmapImage::getHBITMAPOfSize(HBITMAP bmp, LPSIZE size) function in class:WebCore::BitmapImage

Completed in 140 milliseconds