OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHBITMAPOfSize
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/win/
ImageWin.cpp
55
return
getHBITMAPOfSize
(bmp, 0);
ImageCGWin.cpp
62
bool BitmapImage::
getHBITMAPOfSize
(HBITMAP bmp, LPSIZE size)
ImageCairoWin.cpp
58
bool BitmapImage::
getHBITMAPOfSize
(HBITMAP bmp, LPSIZE size)
/external/webkit/Source/WebCore/platform/graphics/
Image.h
146
virtual bool
getHBITMAPOfSize
(HBITMAP, LPSIZE) { return false; }
BitmapImage.h
152
virtual bool
getHBITMAPOfSize
(HBITMAP, LPSIZE);
/external/webkit/Source/WebKit/win/
WebIconDatabase.cpp
179
if (!icon->
getHBITMAPOfSize
((HBITMAP)(ULONG64)*bitmap, size)) {
313
if (!iconDatabase().defaultIcon(*size)->
getHBITMAPOfSize
(result, size)) {
/external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp
62
bool BitmapImage::
getHBITMAPOfSize
(HBITMAP bmp, LPSIZE size)
Completed in 234 milliseconds