Home
last modified time | relevance | path

Searched refs:RULE_NONZERO (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DPath.h85 RULE_NONZERO = 0, enumerator
113 bool contains(const FloatPoint&, WindRule rule = RULE_NONZERO) const;
DGraphicsContext.h172 , fillRule(RULE_NONZERO) in GraphicsContextState()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.h115 … Path&, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH), WindRule fillRule = RULE_NONZERO);
118 void clipPath(const Path&, PainterOpenVG::ClipOperation, WindRule clipRule = RULE_NONZERO);
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceSolidColor.cpp59 context->setFillRule(svgStyle ? svgStyle->fillRule() : RULE_NONZERO); in applyResource()
DRenderSVGPath.h51 … bool fillContains(const FloatPoint&, bool requiresFill = true, WindRule fillRule = RULE_NONZERO);
DSVGRenderTreeAsText.cpp178 case RULE_NONZERO: in operator <<()
365 writeIfNotDefault(ts, "fill rule", svgStyle->fillRule(), RULE_NONZERO); in writeStyle()
368 writeIfNotDefault(ts, "clip rule", svgStyle->clipRule(), RULE_NONZERO); in writeStyle()
DRenderSVGResourceClipper.cpp112 WindRule clipRule = RULE_NONZERO; in pathOnlyClipping()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h61 static WindRule initialClipRule() { return RULE_NONZERO; } in initialClipRule()
65 static WindRule initialFillRule() { return RULE_NONZERO; } in initialFillRule()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp87 rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType); in contains()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp99 … m_path->setFillType(rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType); in contains()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2545 case RULE_NONZERO: in CSSPrimitiveValue()
2558 return RULE_NONZERO; in WindRule()
2563 return RULE_NONZERO; in WindRule()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextSkia.cpp486 case RULE_NONZERO: in fillPath()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp448 clipPath(path, RULE_NONZERO); in clipConvexPolygon()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp167 case RULE_NONZERO: in toQtFillRule()