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

  /external/webkit/Source/WebCore/platform/graphics/
Path.h 85 RULE_NONZERO = 0,
113 bool contains(const FloatPoint&, WindRule rule = RULE_NONZERO) const;
GraphicsContext.h 172 , fillRule(RULE_NONZERO)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 115 void drawPath(const 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/
RenderSVGPath.h 51 bool fillContains(const FloatPoint&, bool requiresFill = true, WindRule fillRule = RULE_NONZERO);
RenderSVGResourceSolidColor.cpp 59 context->setFillRule(svgStyle ? svgStyle->fillRule() : RULE_NONZERO);
RenderSVGResourceClipper.cpp 112 WindRule clipRule = RULE_NONZERO;
SVGRenderTreeAsText.cpp 178 case RULE_NONZERO:
365 writeIfNotDefault(ts, "fill rule", svgStyle->fillRule(), RULE_NONZERO);
368 writeIfNotDefault(ts, "clip rule", svgStyle->clipRule(), RULE_NONZERO);
  /external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h 61 static WindRule initialClipRule() { return RULE_NONZERO; }
65 static WindRule initialFillRule() { return RULE_NONZERO; }
  /external/webkit/Source/WebCore/platform/graphics/skia/
PathSkia.cpp 87 rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType);
  /external/webkit/Source/WebCore/platform/graphics/android/
PathAndroid.cpp 100 m_path->setFillType(rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType);
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 484 case RULE_NONZERO:
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 448 clipPath(path, RULE_NONZERO);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 167 case RULE_NONZERO:
    [all...]

Completed in 403 milliseconds