Home
last modified time | relevance | path

Searched refs:windRule (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DBasicShapes.h62 virtual WindRule windRule() const { return RULE_NONZERO; } in windRule() function
219 void setWindRule(WindRule windRule) { m_windRule = windRule; } in setWindRule() argument
226 virtual WindRule windRule() const OVERRIDE { return m_windRule; } in windRule() function
DBasicShapes.cpp50 || toBasicShapePolygon(this)->windRule() != toBasicShapePolygon(other)->windRule())) in canBlend()
201 result->setWindRule(o->windRule()); in blend()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipPathOperation.h104 WindRule windRule() const { return m_shape->windRule(); } in windRule() function
DRenderLayer.cpp1746 context->clipPath(clipPath->path(rootRelativeBounds), clipPath->windRule()); in paintLayerContents()
DRenderBlock.cpp2396 …h->path(borderBoxRect()).contains(locationInContainer.point() - localOffset, clipPath->windRule())) in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/css/
DBasicShapeFunctions.cpp99 polygonValue->setWindRule(polygon->windRule()); in valueForBasicShape()
238 polygon->setWindRule(polygonValue->windRule()); in basicShapeForValue()
DCSSBasicShapes.cpp230 static String buildPolygonString(const WindRule& windRule, const Vector<String>& points, const Stri… in buildPolygonString() argument
252 if (windRule == RULE_EVENODD) in buildPolygonString()
DCSSBasicShapes.h135 WindRule windRule() const { return m_windRule; } in windRule() function
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPath.h114 WindRule windRule() const;
DPath.cpp271 WindRule Path::windRule() const in windRule() function in blink::Path
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderingContext.cpp139 … m_paintInfo->context->clipPath(clipPath->path(object->objectBoundingBox()), clipPath->windRule()); in prepareToRenderSVGContent()
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.cpp142 shape = createPolygonShape(vertices.release(), polygon->windRule()); in createShape()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1024 WindRule windRule = c->fillRule(); in fillInternal() local
1042 c->setFillRule(windRule); in fillInternal()