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

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 49 , shadowsIgnoreTransforms(false)
79 bool shadowsIgnoreTransforms;
GraphicsContext.cpp 287 m_common->state.shadowsIgnoreTransforms = ignoreTransforms;
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 776 if (!m_common->state.shadowsIgnoreTransforms) {
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 1004 if (m_common->state.shadowsIgnoreTransforms) {
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 841 if (m_common->state.shadowsIgnoreTransforms) {
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 775 if (m_common->state.shadowsIgnoreTransforms) {
    [all...]

Completed in 70 milliseconds