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

  /external/webkit/WebCore/svg/graphics/
SVGPaintServerSolid.cpp 71 context->setFillRule(style ? svgStyle->fillRule() : RULE_NONZERO);
SVGPaintServerPattern.cpp 148 context->setFillRule(svgStyle->fillRule());
SVGPaintServerGradient.cpp 217 context->setFillRule(svgStyle->fillRule());
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.h 118 void setFillRule(SkPath::FillType);
PlatformContextSkia.cpp 540 void PlatformContextSkia::setFillRule(SkPath::FillType fr)
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 536 path.setFillRule(toQtFillRule(fillRule()));
563 path.setFillRule(toQtFillRule(fillRule()));
690 newPath.setFillRule(clipRule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill);
950 newClip.setFillRule(Qt::OddEvenFill);
1019 newClip.setFillRule(Qt::OddEvenFill);
1041 newClip.setFillRule(Qt::OddEvenFill);
1077 path.setFillRule(Qt::OddEvenFill);
    [all...]
PathQt.cpp 75 const_cast<QPainterPath*>(&m_path)->setFillRule(rule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill);
79 const_cast<QPainterPath*>(&m_path)->setFillRule(savedRule);
  /external/webkit/WebCore/css/
SVGCSSStyleSelector.cpp 207 svgstyle->setFillRule(*primitiveValue);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 179 void setFillRule(WindRule);
GraphicsContext.cpp 182 void GraphicsContext::setFillRule(WindRule fillRule)
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 74 milliseconds