OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toGraphicsLayerTextureMapper
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h
100
inline static GraphicsLayerTextureMapper*
toGraphicsLayerTextureMapper
(GraphicsLayer* layer)
TextureMapperNode.cpp
851
m_state.maskLayer->syncCompositingStateInternal(
toGraphicsLayerTextureMapper
(graphicsLayer->maskLayer()), false, textureMapper);
857
m_state.replicaLayer->syncCompositingStateInternal(
toGraphicsLayerTextureMapper
(graphicsLayer->replicaLayer()), false, textureMapper);
873
node->syncCompositingStateInternal(
toGraphicsLayerTextureMapper
(children[i]), true, textureMapper);
Completed in 478 milliseconds