HomeSort by relevance Sort by last modified time
    Searched defs:GraphicsLayerTextureMapper (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 39 class GraphicsLayerTextureMapper : public GraphicsLayer {
43 GraphicsLayerTextureMapper(GraphicsLayerClient*);
44 virtual ~GraphicsLayerTextureMapper();
100 inline static GraphicsLayerTextureMapper* toGraphicsLayerTextureMapper(GraphicsLayer* layer)
102 return static_cast<GraphicsLayerTextureMapper*>(layer);
GraphicsLayerTextureMapper.cpp 21 #include "GraphicsLayerTextureMapper.h"
27 GraphicsLayerTextureMapper::GraphicsLayerTextureMapper(GraphicsLayerClient* client)
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::setNeedsDisplayInRect(const FloatRect& rect
    [all...]

Completed in 717 milliseconds