HomeSort by relevance Sort by last modified time
    Searched refs:setPreserves3D (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 58 virtual void setPreserves3D(bool b);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 67 virtual void setPreserves3D(bool);
GraphicsLayerChromium.cpp 222 void GraphicsLayerChromium::setPreserves3D(bool preserves3D)
227 GraphicsLayer::setPreserves3D(preserves3D);
LayerChromium.cpp 307 layer->setPreserves3D(preserves3D());
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 63 virtual void setPreserves3D(bool b);
GraphicsLayerTextureMapper.cpp 222 void GraphicsLayerTextureMapper::setPreserves3D(bool value)
226 GraphicsLayer::setPreserves3D(value);
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 64 virtual void setPreserves3D(bool);
GraphicsLayerCACF.cpp 248 void GraphicsLayerCACF::setPreserves3D(bool preserves3D)
253 GraphicsLayer::setPreserves3D(preserves3D);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 72 virtual void setPreserves3D(bool b);
GraphicsLayerAndroid.cpp 313 void GraphicsLayerAndroid::setPreserves3D(bool preserves3D)
318 GraphicsLayer::setPreserves3D(preserves3D);
319 m_contentLayer->setPreserves3D(preserves3D);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 92 void setPreserves3D(bool preserves3D) { m_preserves3D = preserves3D; }
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 170 void setPreserves3D(bool value) { m_preserves3D = value; }
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 257 virtual void setPreserves3D(bool b) { m_preserves3D = b; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 82 virtual void setPreserves3D(bool);
GraphicsLayerCA.cpp 460 void GraphicsLayerCA::setPreserves3D(bool preserves3D)
465 GraphicsLayer::setPreserves3D(preserves3D);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 344 m_graphicsLayer->setPreserves3D(style->transformStyle3D() == TransformStyle3DPreserve3D && !renderer()->hasReflection());
    [all...]

Completed in 516 milliseconds