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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsTypes.h 114 RULE_EVENODD = SkPath::kEvenOdd_FillType
GraphicsContext.h 319 void clipPath(const Path&, WindRule = RULE_EVENODD);
325 void canvasClip(const Path&, WindRule = RULE_EVENODD);
Path.cpp 274 ? RULE_EVENODD
GraphicsContextTest.cpp 205 context.clipPath(path, RULE_EVENODD);
    [all...]
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatPolygonTest.cpp 212 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/
CSSBasicShapes.cpp 252 if (windRule == RULE_EVENODD)
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ObjectPainter.cpp 69 graphicsContext->setFillRule(RULE_EVENODD);
BoxPainter.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 995 return RULE_EVENODD;
998 return RULE_EVENODD;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderTreeAsText.cpp 149 case RULE_EVENODD:
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]

Completed in 1239 milliseconds