Home
last modified time | relevance | path

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

12

/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/qt/
H A DSVGPaintServerSolidQt.cpp50 …painterPath->setFillRule(renderStyle->svgStyle()->fillRule() == RULE_EVENODD ? Qt::OddEvenFill : Q… in setup()
H A DSVGResourceClipperQt.cpp112 if (clipRule == RULE_EVENODD) { in applyClip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_path_value.cc52 if (style_path_->GetWindRule() == RULE_EVENODD) in CustomCSSText()
H A Dcss_basic_shape_values.cc260 if (wind_rule == RULE_EVENODD) in BuildPolygonString()
H A Dcss_primitive_value_mappings.h989 case RULE_EVENODD: in CSSIdentifierValue()
1001 return RULE_EVENODD; in ConvertTo()
/dports/www/kf5-khtml/khtml-5.89.0/src/platform/graphics/
H A DPath.h52 RULE_EVENODD = 1 enumerator
H A DPathQt.cpp72 m_path->setFillRule(rule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill); in contains()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGClipPathElement.cpp131 m_clipper->addClipData(pathData, RULE_EVENODD, bbox); in canvasResource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dgraphics_types.h197 RULE_EVENODD = static_cast<int>(SkPathFillType::kEvenOdd) enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DPath.h86 RULE_EVENODD = 1 enumerator
H A DShadowBlur.cpp590 shadowContext->setFillRule(RULE_EVENODD); in drawInsetShadowWithoutTiling()
654 shadowContext->setFillRule(RULE_EVENODD); in drawInsetShadowWithTiling()
687 graphicsContext->setFillRule(RULE_EVENODD); in drawInsetShadowWithTiling()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp488 bool useEOFill = state.fillRule == RULE_EVENODD; in calculateDrawingMode()
542 if (fillRule == RULE_EVENODD) in fillPathWithFillRule()
566 if (fillRule() == RULE_EVENODD) in fillPath()
580 if (fillRule() == RULE_EVENODD) in fillPath()
807 setFillRule(RULE_EVENODD); in fillRectWithRoundedHole()
864 if (clipRule == RULE_EVENODD) in clipPath()
H A DPathCG.cpp132 bool ret = CGPathContainsPoint(path.get(), 0, point, rule == RULE_EVENODD ? true : false); in contains()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dgraphics_types.h201 RULE_EVENODD = static_cast<int>(SkPathFillType::kEvenOdd) enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dhit_region.cc18 fill_rule_ = RULE_EVENODD; in HitRegion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dhit_region.cc18 fill_rule_ = RULE_EVENODD; in HitRegion()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_area_element.cc140 path.SetWindRule(RULE_EVENODD); in GetPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_area_element.cc140 path.SetWindRule(RULE_EVENODD); in GetPath()
/dports/www/kf5-khtml/khtml-5.89.0/src/css/
H A DSVGCSSStyleSelector.cpp387 …gstyle->setClipRule((primitiveValue->getIdent() == CSS_VAL_NONZERO) ? RULE_NONZERO : RULE_EVENODD); in applySVGRule()
394 …gstyle->setFillRule((primitiveValue->getIdent() == CSS_VAL_NONZERO) ? RULE_NONZERO : RULE_EVENODD); in applySVGRule()
/dports/www/kf5-khtml/khtml-5.89.0/src/platform/graphics/qt/
H A DPathQt.cpp74 m_path->setFillRule(rule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill); in contains()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp105 …const_cast<QPainterPath*>(&m_path)->setFillRule(rule == RULE_EVENODD ? Qt::OddEvenFill : Qt::Windi… in contains()
H A DGraphicsContextQt.cpp165 case RULE_EVENODD: in toQtFillRule()
803 platformPath.setFillRule(clipRule == RULE_EVENODD ? Qt::OddEvenFill : Qt::WindingFill); in clipPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_basic_shape_values.cc260 if (wind_rule == RULE_EVENODD) in BuildPolygonString()
H A Dcss_primitive_value_mappings.h989 case RULE_EVENODD: in CSSIdentifierValue()
1001 return RULE_EVENODD; in ConvertTo()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h2609 case RULE_EVENODD: in CSSPrimitiveValue()
2621 return RULE_EVENODD; in WindRule()

12