HomeSort by relevance Sort by last modified time
    Searched defs:m_bitmap (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferDataHaiku.h 40 BBitmap m_bitmap; member in class:WebCore::ImageBufferData
StillImageHaiku.h 53 BBitmap m_bitmap; member in class:WebCore::StillImage
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageBufferDataWince.h 29 RefPtr<SharedBitmap> m_bitmap; member in class:WebCore::ImageBufferData
SharedBitmap.h 118 m_bitmap->releaseDC(m_hdc, m_key);
122 m_bitmap = bmp;
125 SharedBitmap* m_bitmap; member in class:WebCore::SharedBitmap::DCHolder
GraphicsContextWinCE.cpp 266 bool hasAlpha() const { return m_bitmap && m_bitmap->hasAlpha(); }
293 if (bmp->is32bit() && (!m_bitmap || m_bitmap->is16bit())) {
344 RefPtr<SharedBitmap> m_bitmap; member in class:WebCore::GraphicsContextPlatformPrivate
461 RefPtr<SharedBitmap> m_bitmap; member in class:WebCore::TransparentLayerDC
475 // SharedBitmap::getDC() is called, I.E., when m_bitmap is not null.
523 m_bitmap = SharedBitmap::create(m_origRect.size(), m_rotatedBitmap->is16bit() ? BitmapInfo::BitCount16 : BitmapInfo::BitCount32, true);
524 if (m_bitmap)
525 rotateBitmap(m_bitmap.get(), m_rotatedBitmap.get(), -m_rotation)
    [all...]
  /external/webkit/Source/WebKit/android/
RenderSkinNinePatch.h 31 SkBitmap m_bitmap; member in struct:NinePatch
  /external/webkit/Source/WebKit2/Shared/
WebImage.h 53 ShareableBitmap* bitmap() const { return m_bitmap.get(); }
60 RefPtr<ShareableBitmap> m_bitmap; member in class:WebKit::WebImage
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.h 74 SkBitmapRef* m_bitmap; member in class:WebCore::CanvasLayer
  /external/webkit/Source/WebKit/chromium/public/
WebImage.h 87 WebImage(const SkBitmap& bitmap) : m_bitmap(bitmap) { }
91 m_bitmap = bitmap;
95 SkBitmap& getSkBitmap() { return m_bitmap; }
96 const SkBitmap& getSkBitmap() const { return m_bitmap; }
100 SkBitmap m_bitmap; member in class:WebKit::WebImage
  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.h 82 OwnPtr<HBITMAP> m_bitmap; member in class:WebKit::BackingStore
  /development/samples/BrowserPlugin/jni/animation/
AnimationThread.h 60 SkBitmap* m_bitmap; member in class:AnimationThread
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.h 72 const SkBitmap* m_bitmap; member in class:WebCore::PlatformCanvas::AutoLocker
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 156 OwnPtr<HBITMAP> m_bitmap; member in class:FullscreenVideoController
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 501 HBITMAP m_bitmap; member in class:WebCore::GraphicsContext::WindowsBitmap
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 549 : m_bitmap(bitmap), m_matrix(matrix), m_operator(op), m_destRect(destRect) {}
551 context->drawBitmapPattern(m_bitmap, m_matrix, m_operator, m_destRect);
556 const SkBitmap m_bitmap; member in class:WebCore::GraphicsOperation::DrawBitmapPattern
566 : m_bitmap(bitmap), m_srcR(srcR), m_dstR(dstR), m_operator(op) {}
568 context->drawBitmapRect(m_bitmap, &m_srcR, m_dstR, m_operator);
577 const SkBitmap& m_bitmap; member in class:WebCore::GraphicsOperation::DrawBitmapRect

Completed in 141 milliseconds