Searched defs:fillRule (Results 1 – 13 of 13) sorted by relevance
31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule); in DEFINE_SVG_INFO() local
63 PolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) in PolygonShape()
68 …c PassOwnPtr<Shape> createPolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) in createPolygonShape()
57 WindRule fillRule() const { return m_fillRule; } in fillRule() function
40 FloatPolygonTestValue(const float* coordinates, unsigned coordinatesLength, WindRule fillRule) in FloatPolygonTestValue()
82 FloatPolygon::FloatPolygon(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) in FloatPolygon()
111 …l RenderSVGShape::fillContains(const FloatPoint& point, bool requiresFill, const WindRule fillRule) in fillContains()328 WindRule fillRule = svgStyle->fillRule(); in nodeAtFloatPointInternal() local
109 WindRule fillRule() const { return m_fillRule; } in fillRule() function
143 WindRule fillRule() const { return immutableState()->fillRule(); } in fillRule() function144 void setFillRule(WindRule fillRule) { mutableState()->setFillRule(fillRule); } in setFillRule()
298 WindRule fillRule() const { return (WindRule) svg_inherited_flags._fillRule; } in fillRule() function
1926 XPS_FILL_RULE fillRule) { in clipToPath()