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

  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 257 bool backfaceVisibility() const { return m_backfaceVisibility; }
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 218 bool backfaceVisibility: 1;
222 drawsContent(false), contentsOpaque(false), backfaceVisibility(false),
526 m_state.backfaceVisibility = m_layer->backfaceVisibility();
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h     [all...]

Completed in 796 milliseconds