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

  /external/chromium_org/third_party/skia/src/svg/
SkSVGPath.cpp 31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule);
32 if (fillRule.size() > 0)
33 parser._addAttribute("fillType", fillRule.equals("evenodd") ? "evenOdd" : "winding");
  /external/skia/src/svg/
SkSVGPath.cpp 31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule);
32 if (fillRule.size() > 0)
33 parser._addAttribute("fillType", fillRule.equals("evenodd") ? "evenOdd" : "winding");
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPolygon.h 52 FloatPolygon(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule);
57 WindRule fillRule() const { return m_fillRule; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp 106 bool RenderSVGShape::shapeDependentFillContains(const FloatPoint& point, const WindRule fillRule) const
108 return path().contains(point, fillRule);
111 bool RenderSVGShape::fillContains(const FloatPoint& point, bool requiresFill, const WindRule fillRule)
120 return shapeDependentFillContains(point, fillRule);
328 WindRule fillRule = svgStyle->fillRule();
330 fillRule = svgStyle->clipRule();
333 || (hitRules.canHitFill && (svgStyle->hasFill() || !hitRules.requireFill) && fillContains(localPoint, hitRules.requireFill, fillRule)))
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 109 WindRule fillRule() const { return m_fillRule; }
GraphicsContext.h 143 WindRule fillRule() const { return immutableState()->fillRule(); }
144 void setFillRule(WindRule fillRule) { mutableState()->setFillRule(fillRule); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h 298 WindRule fillRule() const { return (WindRule) svg_inherited_flags._fillRule; }
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 243 milliseconds