Home
last modified time | relevance | path

Searched defs:fillRule (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/src/svg/
DSkSVGPath.cpp31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule); in DEFINE_SVG_INFO() local
/external/skia/src/svg/
DSkSVGPath.cpp31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule); in DEFINE_SVG_INFO() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DPolygonShape.h63 PolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) in PolygonShape()
DShape.cpp68 …c PassOwnPtr<Shape> createPolygonShape(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) in createPolygonShape()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPolygon.h57 WindRule fillRule() const { return m_fillRule; } in fillRule() function
DFloatPolygonTest.cpp40 FloatPolygonTestValue(const float* coordinates, unsigned coordinatesLength, WindRule fillRule) in FloatPolygonTestValue()
DFloatPolygon.cpp82 FloatPolygon::FloatPolygon(PassOwnPtr<Vector<FloatPoint> > vertices, WindRule fillRule) in FloatPolygon()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGShape.cpp111 …l RenderSVGShape::fillContains(const FloatPoint& point, bool requiresFill, const WindRule fillRule) in fillContains()
328 WindRule fillRule = svgStyle->fillRule(); in nodeAtFloatPointInternal() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextState.h109 WindRule fillRule() const { return m_fillRule; } in fillRule() function
DGraphicsContext.h143 WindRule fillRule() const { return immutableState()->fillRule(); } in fillRule() function
144 void setFillRule(WindRule fillRule) { mutableState()->setFillRule(fillRule); } in setFillRule()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DSVGRenderStyle.h298 WindRule fillRule() const { return (WindRule) svg_inherited_flags._fillRule; } in fillRule() function
/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp1926 XPS_FILL_RULE fillRule) { in clipToPath()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1926 XPS_FILL_RULE fillRule) { in clipToPath()