Home
last modified time | relevance | path

Searched refs:SupportsAlpha (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebImage.cpp38 … return WebImage::create(ShareableBitmap::createShareable(size, ShareableBitmap::SupportsAlpha)); in create()
39 return WebImage::create(ShareableBitmap::create(size, ShareableBitmap::SupportsAlpha)); in create()
DWebCoreArgumentCoders.cpp40 …leBitmap> bitmap = ShareableBitmap::createShareable(image->size(), ShareableBitmap::SupportsAlpha); in encodeImage()
DShareableBitmap.h49 SupportsAlpha = 1 << 0, enumerator
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp82 …dBackingStore = ShareableBitmap::createShareable(backingStoreSize, ShareableBitmap::SupportsAlpha); in setUpPlatformData()
83 …dBackingStore = ShareableBitmap::createShareable(backingStoreSize, ShareableBitmap::SupportsAlpha); in setUpPlatformData()
/external/webkit/Source/WebKit2/Shared/cg/
DShareableBitmapCG.cpp40 if (flags & ShareableBitmap::SupportsAlpha) in bitmapInfo()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginProxy.cpp184 m_backingStore = ShareableBitmap::create(frameRect.size(), ShareableBitmap::SupportsAlpha); in geometryDidChange()
198 …nBackingStore = ShareableBitmap::createShareable(frameRect.size(), ShareableBitmap::SupportsAlpha); in geometryDidChange()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp179 …kingStore = ShareableBitmap::createShareable(selectionRect.size(), ShareableBitmap::SupportsAlpha); in updateFindIndicator()
DDrawingAreaImpl.cpp577 …leBitmap> bitmap = ShareableBitmap::createShareable(bounds.size(), ShareableBitmap::SupportsAlpha); in display()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebDragClientMac.mm80 …> bitmap = ShareableBitmap::createShareable(IntSize([image size]), ShareableBitmap::SupportsAlpha);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.cpp521 …map> bitmap = ShareableBitmap::createShareable(m_frameRect.size(), ShareableBitmap::SupportsAlpha); in snapshot()