Searched defs:toGraphicsLayerQtImpl (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp318 inline GraphicsLayerQtImpl* toGraphicsLayerQtImpl(QGraphicsItem* item) function in namespace:WebCore
324 inline GraphicsLayerQtImpl* toGraphicsLayerQtImpl(QGraphicsObject* item) function in namespace:WebCore
377 if (const GraphicsLayerQtImpl* parent = toGraphicsLayerQtImpl(parentObject()))
527 GraphicsLayerQtImpl* parent = toGraphicsLayerQtImpl(parentObject());
592 if (GraphicsLayerQtImpl* layer= toGraphicsLayerQtImpl(*it))
723 if (GraphicsLayerQtImpl* w = toGraphicsLayerQtImpl(*rit))
741 if (GraphicsLayerQtImpl* mask = toGraphicsLayerQtImpl(m_layer->maskLayer()->platformLayer())) {
883 if (GraphicsLayerQtImpl* layer = toGraphicsLayerQtImpl(item))

Completed in 38 milliseconds