OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncCompositingStateInternal
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h
135
void
syncCompositingStateInternal
(GraphicsLayerTextureMapper*, bool recursive, TextureMapper*);
TextureMapperNode.cpp
735
syncCompositingStateInternal
(graphicsLayer, recurse, textureMapper);
844
void TextureMapperNode::
syncCompositingStateInternal
(GraphicsLayerTextureMapper* graphicsLayer, bool recurse, TextureMapper* textureMapper)
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 431 milliseconds