Searched refs:RULE_NONZERO (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPolygonTest.cpp89 FloatPolygonTestValue triangleTestValue(triangleCoordinates, SIZEOF_ARRAY(triangleCoordinates), RULE_NONZERO);
92 EXPECT_EQ(RULE_NONZERO, triangle.fillRule());
185 FloatPolygonTestValue triangleTestValue(triangleCoordinates, SIZEOF_ARRAY(triangleCoordinates), RULE_NONZERO);
188 EXPECT_EQ(RULE_NONZERO, triangle.fillRule());
228 FloatPolygonTestValue emptyPolygonTestValue(coordinates, SIZEOF_ARRAY(coordinates), RULE_NONZERO); \
303 FloatPolygonTestValue hTestValue(hCoordinates, SIZEOF_ARRAY(hCoordinates), RULE_NONZERO);
H A DFloatPolygon.cpp199 return (fillRule() == RULE_NONZERO) ? containsNonZero(point) : containsEvenOdd(point);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsTypes.h113 RULE_NONZERO = SkPath::kWinding_FillType, enumerator in enum:blink::WindRule
H A DPath.h78 bool contains(const FloatPoint&, WindRule = RULE_NONZERO) const;
H A DGraphicsContextState.cpp15 , m_fillRule(RULE_NONZERO)
H A DPath.cpp275 : RULE_NONZERO;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGShape.h82 bool fillContains(const FloatPoint&, bool requiresFill = true, const WindRule fillRule = RULE_NONZERO);
H A DRenderSVGResourceClipper.cpp91 WindRule clipRule = RULE_NONZERO;
H A DSVGRenderTreeAsText.cpp146 case RULE_NONZERO:
319 writeIfNotDefault(ts, "fill rule", svgStyle.fillRule(), RULE_NONZERO);
322 writeIfNotDefault(ts, "clip rule", svgStyle.clipRule(), RULE_NONZERO);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h62 virtual WindRule windRule() const { return RULE_NONZERO; }
231 : m_windRule(RULE_NONZERO)
H A DSVGRenderStyle.h59 static WindRule initialClipRule() { return RULE_NONZERO; }
63 static WindRule initialFillRule() { return RULE_NONZERO; }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBasicShapes.h145 : m_windRule(RULE_NONZERO)
H A DCSSPrimitiveValueMappings.h3917 case RULE_NONZERO:
3931 return RULE_NONZERO;
3939 return RULE_NONZERO;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp993 return RULE_NONZERO;
2425 passOptions.fillRule = RULE_NONZERO;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp1508 graphicsContext->setFillRule(RULE_NONZERO);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp4265 shape->setWindRule(argument->id == CSSValueEvenodd ? RULE_EVENODD : RULE_NONZERO);

Completed in 1516 milliseconds