Searched refs:setDoubleSided (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayer.h145 void setDoubleSided(bool);
H A DGraphicsLayerCA.cpp1098 m_structuralLayer->setDoubleSided(m_backfaceVisibility);
1103 it->second->setDoubleSided(m_backfaceVisibility);
1107 m_layer->setDoubleSided(m_backfaceVisibility);
1112 it->second->setDoubleSided(m_backfaceVisibility);
2308 newLayer->setDoubleSided(layer->isDoubleSided());
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h129 void setDoubleSided(bool doubleSided) { m_doubleSided = doubleSided; } function in class:WebCore::CCLayerImpl
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h136 void setDoubleSided(bool doubleSided) { m_doubleSided = doubleSided; setNeedsCommit(); } function in class:WebCore::LayerChromium
H A DLayerChromium.cpp301 layer->setDoubleSided(m_doubleSided);
H A DGraphicsLayerChromium.cpp558 m_layer->setDoubleSided(m_backfaceVisibility);
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm533 void PlatformCALayer::setDoubleSided(bool value)
536 [m_layer.get() setDoubleSided:value];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp422 void PlatformCALayer::setDoubleSided(bool value) function in class:PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp579 m_layer->setDoubleSided(m_backfaceVisibility);

Completed in 686 milliseconds