Home
last modified time | relevance | path

Searched refs:RULE_EVENODD (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DWindRule.h35 RULE_EVENODD = 1 enumerator
DPath.cpp238 ? RULE_EVENODD in windRule()
244 m_path.setFillType(rule == RULE_EVENODD in setWindRule()
DGraphicsContext.h289 void clipPath(const Path&, WindRule = RULE_EVENODD);
341 void canvasClip(const Path&, WindRule = RULE_EVENODD);
DGraphicsContext.cpp1329 …SkPath::FillType temporaryFillType = m_state->m_fillRule == RULE_EVENODD ? SkPath::kEvenOdd_FillTy… in fillPath()
1492 …SkPath::FillType temporaryFillType = clipRule == RULE_EVENODD ? SkPath::kEvenOdd_FillType : SkPath… in clipPath()
1536 …SkPath::FillType temporaryFillType = clipRule == RULE_EVENODD ? SkPath::kEvenOdd_FillType : SkPath… in canvasClip()
1679 setFillRule(RULE_EVENODD); in fillRectWithRoundedHole()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSBasicShapes.cpp203 if (windRule == RULE_EVENODD) in buildPolygonString()
DCSSPrimitiveValueMappings.h4023 case RULE_EVENODD: in CSSPrimitiveValue()
4036 return RULE_EVENODD; in WindRule()
DCSSParser-in.cpp5285 shape->setWindRule(argument->id == CSSValueEvenodd ? RULE_EVENODD : RULE_NONZERO); in parseBasicShapePolygon()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderTreeAsText.cpp149 case RULE_EVENODD: in operator <<()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsContextTest.cpp206 context.clipPath(path, RULE_EVENODD); in TEST()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp878 windRule = RULE_EVENODD; in parseWinding()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1226 graphicsContext->setFillRule(RULE_EVENODD); in paintOutline()
DRenderBoxModelObject.cpp1851 graphicsContext->setFillRule(RULE_EVENODD); in paintBorder()