Searched refs:GraphicsLayerTextureMapper (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp21 #include "GraphicsLayerTextureMapper.h"
27 GraphicsLayerTextureMapper::GraphicsLayerTextureMapper(GraphicsLayerClient* client) function in class:WebCore::GraphicsLayerTextureMapper
34 void GraphicsLayerTextureMapper::notifyChange(TextureMapperNode::ChangeMask changeMask)
42 void GraphicsLayerTextureMapper::didSynchronize()
50 void GraphicsLayerTextureMapper::setName(const String& name)
55 GraphicsLayerTextureMapper::~GraphicsLayerTextureMapper()
61 void GraphicsLayerTextureMapper::setNeedsDisplay()
69 void GraphicsLayerTextureMapper
[all...]
H A DGraphicsLayerTextureMapper.h39 class GraphicsLayerTextureMapper : public GraphicsLayer { class in namespace:WebCore
43 GraphicsLayerTextureMapper(GraphicsLayerClient*);
44 virtual ~GraphicsLayerTextureMapper();
100 inline static GraphicsLayerTextureMapper* toGraphicsLayerTextureMapper(GraphicsLayer* layer)
102 return static_cast<GraphicsLayerTextureMapper*>(layer);
H A DTextureMapperNode.h41 class GraphicsLayerTextureMapper;
112 void syncCompositingState(GraphicsLayerTextureMapper*, bool recursive);
135 void syncCompositingStateInternal(GraphicsLayerTextureMapper*, bool recursive, TextureMapper*);
136 void syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer, TextureMapper* textureMapper);
H A DTextureMapperNode.cpp23 #include "GraphicsLayerTextureMapper.h"
732 void TextureMapperNode::syncCompositingState(GraphicsLayerTextureMapper* graphicsLayer, bool recurse)
739 void TextureMapperNode::syncCompositingStateSelf(GraphicsLayerTextureMapper* graphicsLayer, TextureMapper* textureMapper)
844 void TextureMapperNode::syncCompositingStateInternal(GraphicsLayerTextureMapper* graphicsLayer, bool recurse, TextureMapper* textureMapper)

Completed in 55 milliseconds