Searched refs:toTextureMapperLayer (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DAcceleratedCompositingContextCairo.cpp83 m_rootTextureMapperLayer = toTextureMapperLayer(m_rootGraphicsLayer.get());
153 if (toTextureMapperLayer(m_rootGraphicsLayer.get())->descendantsOrSelfHaveRunningAnimations())
H A DAcceleratedCompositingContextGL.cpp120 toTextureMapperLayer(m_rootLayer.get())->setTextureMapper(m_textureMapper.get());
159 if (!m_layerFlushTimerCallbackId && (toTextureMapperLayer(m_rootLayer.get())->descendantsOrSelfHaveRunningAnimations() || m_needsExtraFlush)) {
198 toTextureMapperLayer(m_rootLayer.get())->paint();
223 if (!toTextureMapperLayer(m_rootLayer.get())->descendantsOrSelfHaveRunningAnimations()) {
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextureMapperLayerClientQt.cpp61 return toTextureMapperLayer(m_rootGraphicsLayer.get());
68 m_rootTextureMapperLayer = toTextureMapperLayer(m_rootGraphicsLayer.get());
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DAcceleratedCompositingContextEfl.cpp105 m_rootTextureMapperLayer = toTextureMapperLayer(m_rootGraphicsLayer.get());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp129 toTextureMapperLayer(m_rootLayer.get())->setTextureMapper(m_textureMapper.get());
306 if (toTextureMapperLayer(m_rootLayer.get())->descendantsOrSelfHaveRunningAnimations() && !m_layerFlushTimerCallbackId) {
343 toTextureMapperLayer(m_rootLayer.get())->paint();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp33 TextureMapperLayer* toTextureMapperLayer(GraphicsLayer* layer) function in namespace:WebCore
477 texmapLayers.append(toTextureMapperLayer(layers[i]));
492 m_layer->setMaskLayer(toTextureMapperLayer(maskLayer()));
495 m_layer->setReplicaLayer(toTextureMapperLayer(replicaLayer()));
H A DGraphicsLayerTextureMapper.h189 TextureMapperLayer* toTextureMapperLayer(GraphicsLayer*);

Completed in 117 milliseconds