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

  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.h 39 static HBITMAP createCompatibleBitmap(HDC hdc, int width, int height);
MemoryManager.cpp 52 HBITMAP MemoryManager::createCompatibleBitmap(HDC hdc, int width, int height)
54 return ::CreateCompatibleBitmap(hdc, width, height);

Completed in 192 milliseconds