/external/llvm/test/CodeGen/X86/ |
D | 2008-08-23-64Bit-maskmovq.ll | 7 …%struct.QRasterBuffer = type { %struct.QRect, %struct.QRect, %struct.QRegion, %struct.QRegion, %st… 9 %struct.QRegion = type { %"struct.QRegion::QRegionData"* } 10 …%"struct.QRegion::QRegionData" = type { %struct.QBasicAtomic, %struct._XRegion*, i8*, %struct.QReg…
|
D | mmx-shuffle.ll | 10 …%struct.QRasterBuffer = type { %struct.QRect, %struct.QRegion, %struct.QClipData*, %struct.QClipDa… 12 %struct.QRegion = type { %"struct.QRegion::QRegionData"* } 13 …%"struct.QRegion::QRegionData" = type { %struct.QBasicAtomic, %struct._XRegion*, i8*, %struct.QReg…
|
/external/webkit/Source/WebCore/plugins/symbian/ |
D | PluginContainerSymbian.h | 37 void requestGeometry(const QRect&, const QRegion& clip = QRegion()); 48 QRegion m_clipRegion;
|
D | PluginContainerSymbian.cpp | 47 void PluginContainerSymbian::requestGeometry(const QRect& rect, const QRegion& clip) in requestGeometry()
|
D | PluginViewSymbian.cpp | 273 platformPluginWidget()->setMask(QRegion(m_clipRect)); in setNPWindowIfNeeded()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | Tile.h | 34 class QRegion; variable 72 QRegion* m_dirtyRegion;
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe_p.h | 99 …nderRelativeCoords(WebCore::GraphicsContext*, QFlags<QWebFrame::RenderLayer>, const QRegion& clip); 101 void renderFromTiledBackingStore(WebCore::GraphicsContext*, const QRegion& clip); 107 …void renderFrameExtras(WebCore::GraphicsContext*, QFlags<QWebFrame::RenderLayer>, const QRegion& c…
|
D | qwebframe.h | 40 class QRegion; variable 176 void render(QPainter*, const QRegion& clip); 177 void render(QPainter*, RenderLayer layer, const QRegion& clip = QRegion());
|
D | qwebframe.cpp | 282 void QWebFramePrivate::renderFromTiledBackingStore(GraphicsContext* context, const QRegion& clip) in renderFromTiledBackingStore() 345 …elativeCoords(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, const QRegion& clip) in renderRelativeCoords() 398 …erFrameExtras(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, const QRegion& clip) in renderFrameExtras() 1210 void QWebFrame::render(QPainter* painter, RenderLayer layer, const QRegion& clip) in render() 1219 d->renderRelativeCoords(&context, layer, QRegion(d->frame->view()->frameRect())); in render() 1225 void QWebFrame::render(QPainter* painter, const QRegion& clip) in render() 1246 d->renderRelativeCoords(&context, AllLayers, QRegion(d->frame->view()->frameRect())); in render()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.cpp | 193 QPixmap recache(const QRegion&); 240 QRegion regionToUpdate; 391 QPixmap GraphicsLayerQtImpl::recache(const QRegion& regionToUpdate) in recache() 418 QRegion region = regionToUpdate; in recache() 435 QRegion newRegion; in recache() 445 newRegion = QRegion(0, 0, m_size.width(), m_size.height()); in recache() 451 const QRegion cleanRegion = (QRegion(0, 0, m_size.width(), m_size.height()) in recache() 452 … & QRegion(0, 0, m_backingStore.size.width(), m_backingStore.size.height())) - regionToUpdate; in recache() 476 region &= QRegion(0, 0, m_size.width(), m_size.height()); in recache() 646 backingStore = recache(QRegion(m_state.contentsRect)); in paint() [all …]
|
D | TileQt.cpp | 64 , m_dirtyRegion(new QRegion(m_rect)) in Tile() 112 *m_dirtyRegion = QRegion(); in updateBackBuffer()
|
D | MediaPlayerPrivatePhonon.cpp | 479 QRegion(0, 0, rect.width(), rect.height())); in paint()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | TiledDrawingAreaTile.h | 83 QRegion m_dirtyRegion;
|
/external/webkit/Source/WebKit2/UIProcess/qt/ |
D | TiledDrawingAreaTileQt.cpp | 148 m_dirtyRegion = QRegion(); in updateBackBuffer()
|
/external/webkit/Source/WebCore/plugins/qt/ |
D | PluginViewQt.cpp | 645 QRegion clipRegion = QRegion(m_clipRect); in setNPWindowIfNeeded() 649 clipRegion = clipRegion.subtracted(QRegion(cutOutRects[i])); in setNPWindowIfNeeded()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | FrameLoaderClientQt.cpp | 1429 QRegion clipRegion = QRegion(clipRect); in frameRectsChanged() 1451 QRegion mask = platformWidget()->mask(); in handleVisibility()
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 572 typedef QRegion* NPRegion;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2002-12-03 | 7309 (QRegion::QRegion): New simpler versions. 7310 (QRegion::~QRegion): Release the path. 7311 (QRegion::operator=): Copy the other path. 7312 (QRegion::contains): Call [containsPoint:]. 7313 (QRegion::translate): Call [transformUsingAffineTransform:]. 7314 (QRegion::boundingRect): Call [bounds]. 7743 Some QRegion fixes inspired by Dave's clipping work. 7750 (QRegion::QRegion): Make a paths array instead of a single path. Also, change things 7752 by two QRegion objects. 7753 (QRegion::intersect): Merge the paths arrays of the two passed-in paths. [all …]
|
D | ChangeLog-2006-05-10 | 19437 - removed QPalette, QRegion, QPrinter 19438 - added Path to replace QRegion 19448 * platform/Path.h: Added. Replaces QRegion. 19459 (WebCore::HTMLAreaElementImpl::getRect): Replaced QRegion with Path. 19462 * kwq/KWQPainter.mm: Removed use of QRegion. 32972 (QRegion::QRegion): 32973 (QRegion::boundingRect): 33226 (QRegion::QRegion): 33227 (QRegion::contains):
|
D | ChangeLog-2005-12-19 | 3495 Switch QRegion from using NSBezierPath to CGPath 3500 (QRegion::QRegion): 3501 (QRegion::~QRegion): 3502 (QRegion::operator=): 3503 (QRegion::contains): 3504 (QRegion::translate): 3505 (QRegion::boundingRect):
|
D | ChangeLog-2003-10-25 | 737 (QRegion::QRegion):
|
D | ChangeLog-2005-08-23 | 41623 (QRegion::QRegion): Use KWQRetain instead of retain. 41624 (QRegion::~QRegion): Use KWQRelease instead of release. 41625 (QRegion::operator=): More of the same. 45475 (QRegion::boundingRect):
|
D | ChangeLog-2009-06-16 | 8255 if setMask is set with an empty QRegion, no clipping will
|
/external/webkit/Source/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 419 …nter@@ABVQRegion@@@Z @ 418 NONAME ; void QWebFrame::render(class QPainter *, class QRegion const &) 420 …NAME ; void QWebFrame::render(class QPainter *, enum QWebFrame::RenderLayer, class QRegion const &)
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 17248 if setMask is set with an empty QRegion, no clipping will 27042 via the QRegion and set the widget to use opaque paint events.
|