Home
last modified time | relevance | path

Searched refs:m_bitmap (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp203m_bitmap = CreateDIBSection(0, &bitmapInfo, DIB_RGB_COLORS, reinterpret_cast<void**>(&m_bitmapBuff… in WindowsBitmap()
204 if (!m_bitmap) in WindowsBitmap()
208 SelectObject(m_hdc, m_bitmap); in WindowsBitmap()
211 GetObject(m_bitmap, sizeof(bmpInfo), &bmpInfo); in WindowsBitmap()
220 if (!m_bitmap) in ~WindowsBitmap()
224 DeleteObject(m_bitmap); in ~WindowsBitmap()
/external/webkit/WebCore/platform/image-decoders/skia/
DImageDecoder.h55 const NativeImageSkia& bitmap() const { return m_bitmap; } in bitmap()
56 NativeImageSkia& bitmap() { return m_bitmap; } in bitmap()
60 NativeImageSkia m_bitmap; variable
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h344 HBITMAP m_bitmap; variable