Searched refs:RULE_EVENODD (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsTypes.h114 RULE_EVENODD = SkPath::kEvenOdd_FillType enumerator in enum:blink::WindRule
H A DGraphicsContext.h319 void clipPath(const Path&, WindRule = RULE_EVENODD);
325 void canvasClip(const Path&, WindRule = RULE_EVENODD);
H A DPath.cpp274 ? RULE_EVENODD
H A DGraphicsContextTest.cpp205 context.clipPath(path, RULE_EVENODD);
1071 context.clipPath(path, RULE_EVENODD);
H A DGraphicsContext.cpp1749 setFillRule(RULE_EVENODD);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatPolygonTest.cpp212 FloatPolygonTestValue triangleTestValue(triangleCoordinates, SIZEOF_ARRAY(triangleCoordinates), RULE_EVENODD);
215 EXPECT_EQ(RULE_EVENODD, triangle.fillRule());
267 FloatPolygonTestValue trapezoidTestValue(trapezoidCoordinates, SIZEOF_ARRAY(trapezoidCoordinates), RULE_EVENODD);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBasicShapes.cpp252 if (windRule == RULE_EVENODD)
H A DCSSPrimitiveValueMappings.h3920 case RULE_EVENODD:
3933 return RULE_EVENODD;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.cpp69 graphicsContext->setFillRule(RULE_EVENODD);
H A DBoxPainter.cpp1491 graphicsContext->setFillRule(RULE_EVENODD);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp995 return RULE_EVENODD;
998 return RULE_EVENODD;
2427 passOptions.fillRule = RULE_EVENODD;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp149 case RULE_EVENODD:
/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 2425 milliseconds