Searched refs:m_hbitmap (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h69 HBITMAP getHandle() { return m_hbitmap.get(); }
133 OwnPtr<HBITMAP> m_hbitmap; member in class:WebCore::SharedBitmap
H A DSharedBitmap.cpp69 , m_hbitmap(0)
158 if (m_hbitmap)
159 m_hbitmap = nullptr;
175 if (m_hbitmap) {
176 m_hbitmap = nullptr;
216 if (m_hbitmap)
227 m_hbitmap = createHandle(&pixels, &bmpInfo, -1, !hasAlpha());
229 if (!m_hbitmap)
260 hbitmap = m_hbitmap.get();

Completed in 119 milliseconds