Home
last modified time | relevance | path

Searched refs:nsStyleSVG (Results 1 – 25 of 138) sorted by relevance

123456

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DSVGContextPaint.cpp35 nsStyleSVGPaint nsStyleSVG::*aFillOrStroke,
38 const nsStyleSVG *style = aFrame->StyleSVG();
83 const nsStyleSVG *style = aFrame->StyleSVG(); in auth_password()
95 mFillPaint, &nsStyleSVG::mFill, in auth_password()
113 mStrokePaint, &nsStyleSVG::mStroke, in auth_password()
154 return mFillPaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mFill, aCTM);
162 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, aCTM);
168 nsStyleSVGPaint nsStyleSVG::*aFillOrStroke, in sys_auth_passwd()
H A DnsSVGUtils.cpp1252 const nsStyleSVG *style = aFrame->StyleSVG(); in CanOptimizeOpacity()
1368 const nsStyleSVG* style = aFrame->StyleSVG(); in PathExtentsToMaxStrokeExtents()
1419 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeFillPatternFor()
1439 nsSVGEffects::GetPaintServer(aFrame, &nsStyleSVG::mFill, in MakeFillPatternFor()
1444 &nsStyleSVG::mFill, fillOpacity); in MakeFillPatternFor()
1487 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeStrokePatternFor()
1507 nsSVGEffects::GetPaintServer(aFrame, &nsStyleSVG::mStroke, in MakeStrokePatternFor()
1582 const nsStyleSVG *style = aFrame->StyleSVG(); in HasStroke()
1589 const nsStyleSVG *style = aFrame->StyleSVG(); in GetStrokeWidth()
1610 const nsStyleSVG* style = aFrame->StyleSVG(); in GetStrokeDashData()
[all …]
H A DnsSVGEffects.cpp599 nsStyleSVGPaint nsStyleSVG::* aPaint, in GetPaintServer()
602 const nsStyleSVG* svgStyle = aTargetFrame->StyleSVG(); in GetPaintServer()
711 GetMarkerURI(aFrame, &nsStyleSVG::mMarkerStart); in UpdateEffects()
713 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerMid); in UpdateEffects()
715 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerEnd); in UpdateEffects()
947 RefPtr<css::URLValue> nsStyleSVG::* aMarker) in GetMarkerURI()
983 nsStyleSVGPaint nsStyleSVG::* aPaint) in GetPaintURI()
985 const nsStyleSVG* svgStyle = aFrame->StyleSVG(); in GetPaintURI()
H A DnsSVGPatternFrame.h47 nsStyleSVGPaint nsStyleSVG::*aFillOrStroke,
116 nsStyleSVGPaint nsStyleSVG::*aFillOrStroke,
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGContextPaint.cpp102 StyleSVGPaint nsStyleSVG::*aFillOrStroke, in SetupInheritablePaint()
104 const nsStyleSVG* style = aFrame->StyleSVG(); in SetupInheritablePaint()
153 const nsStyleSVG* style = aFrame->StyleSVG(); in Init()
163 aOuterContextPaint, mFillPaint, &nsStyleSVG::mFill, in Init()
180 &nsStyleSVG::mStroke, aImgParams); in Init()
227 return mFillPaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mFill, aCTM, in GetFillPattern()
234 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
240 StyleSVGPaint nsStyleSVG::*aFillOrStroke, const gfxMatrix& aCTM, in GetPattern()
H A DSVGPatternFrame.h48 const gfxMatrix& aContextMatrix, StyleSVGPaint nsStyleSVG::*aFillOrStroke,
101 StyleSVGPaint nsStyleSVG::*aFillOrStroke, float aGraphicOpacity,
H A DSVGObserverUtils.cpp1171 nsIFrame* aFrame, const StyleUrlOrNone nsStyleSVG::*aMarker) { in GetMarkerURI()
1193 markerURL = GetMarkerURI(aMarkedFrame, &nsStyleSVG::mMarker##type); \ in GetAndObserveMarkers()
1529 nsIFrame* aPaintedFrame, StyleSVGPaint nsStyleSVG::*aPaint) { in GetAndObservePaintServer()
1543 const nsStyleSVG* svgStyle = paintedFrame->StyleSVG(); in GetAndObservePaintServer()
1551 MOZ_ASSERT(aPaint == &nsStyleSVG::mFill || aPaint == &nsStyleSVG::mStroke); in GetAndObservePaintServer()
1553 (aPaint == &nsStyleSVG::mFill) ? FillProperty() : StrokeProperty(); in GetAndObservePaintServer()
1597 GetMarkerURI(aFrame, &nsStyleSVG::mMarkerStart); in UpdateEffects()
1599 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerMid); in UpdateEffects()
1601 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerEnd); in UpdateEffects()
H A DSVGUtils.cpp1187 const nsStyleSVG* style = aFrame->StyleSVG(); in CanOptimizeOpacity()
1296 const nsStyleSVG* style = aFrame->StyleSVG(); in PathExtentsToMaxStrokeExtents()
1311 const ComputedStyle& aStyle, StyleSVGPaint nsStyleSVG::*aFillOrStroke) { in GetFallbackOrPaintColor()
1354 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeFillPatternFor()
1371 SVGObserverUtils::GetAndObservePaintServer(aFrame, &nsStyleSVG::mFill); in MakeFillPatternFor()
1376 &nsStyleSVG::mFill, fillOpacity, aImgParams); in MakeFillPatternFor()
1411 GetFallbackOrPaintColor(*aFrame->Style(), &nsStyleSVG::mFill))); in MakeFillPatternFor()
1421 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeStrokePatternFor()
1442 aFrame, dt, aContext->CurrentMatrixDouble(), &nsStyleSVG::mStroke, in MakeStrokePatternFor()
1478 GetFallbackOrPaintColor(*aFrame->Style(), &nsStyleSVG::mStroke))); in MakeStrokePatternFor()
[all …]
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGContextPaint.cpp102 StyleSVGPaint nsStyleSVG::*aFillOrStroke, in SetupInheritablePaint()
104 const nsStyleSVG* style = aFrame->StyleSVG(); in SetupInheritablePaint()
153 const nsStyleSVG* style = aFrame->StyleSVG(); in Init()
163 aOuterContextPaint, mFillPaint, &nsStyleSVG::mFill, in Init()
180 &nsStyleSVG::mStroke, aImgParams); in Init()
227 return mFillPaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mFill, aCTM, in GetFillPattern()
234 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
240 StyleSVGPaint nsStyleSVG::*aFillOrStroke, const gfxMatrix& aCTM, in GetPattern()
H A DSVGPatternFrame.h48 const gfxMatrix& aContextMatrix, StyleSVGPaint nsStyleSVG::*aFillOrStroke,
101 StyleSVGPaint nsStyleSVG::*aFillOrStroke, float aGraphicOpacity,
H A DSVGObserverUtils.cpp1177 nsIFrame* aFrame, const StyleUrlOrNone nsStyleSVG::*aMarker) { in GetMarkerURI()
1199 markerURL = GetMarkerURI(aMarkedFrame, &nsStyleSVG::mMarker##type); \ in GetAndObserveMarkers()
1535 nsIFrame* aPaintedFrame, StyleSVGPaint nsStyleSVG::*aPaint) { in GetAndObservePaintServer()
1549 const nsStyleSVG* svgStyle = paintedFrame->StyleSVG(); in GetAndObservePaintServer()
1557 MOZ_ASSERT(aPaint == &nsStyleSVG::mFill || aPaint == &nsStyleSVG::mStroke); in GetAndObservePaintServer()
1559 (aPaint == &nsStyleSVG::mFill) ? FillProperty() : StrokeProperty(); in GetAndObservePaintServer()
1603 GetMarkerURI(aFrame, &nsStyleSVG::mMarkerStart); in UpdateEffects()
1605 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerMid); in UpdateEffects()
1607 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerEnd); in UpdateEffects()
H A DSVGUtils.cpp1183 const nsStyleSVG* style = aFrame->StyleSVG(); in CanOptimizeOpacity()
1292 const nsStyleSVG* style = aFrame->StyleSVG(); in PathExtentsToMaxStrokeExtents()
1307 const ComputedStyle& aStyle, StyleSVGPaint nsStyleSVG::*aFillOrStroke) { in GetFallbackOrPaintColor()
1350 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeFillPatternFor()
1367 SVGObserverUtils::GetAndObservePaintServer(aFrame, &nsStyleSVG::mFill); in MakeFillPatternFor()
1372 &nsStyleSVG::mFill, fillOpacity, aImgParams); in MakeFillPatternFor()
1407 GetFallbackOrPaintColor(*aFrame->Style(), &nsStyleSVG::mFill))); in MakeFillPatternFor()
1417 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeStrokePatternFor()
1438 aFrame, dt, aContext->CurrentMatrixDouble(), &nsStyleSVG::mStroke, in MakeStrokePatternFor()
1474 GetFallbackOrPaintColor(*aFrame->Style(), &nsStyleSVG::mStroke))); in MakeStrokePatternFor()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGContextPaint.cpp102 StyleSVGPaint nsStyleSVG::*aFillOrStroke, in SetupInheritablePaint()
104 const nsStyleSVG* style = aFrame->StyleSVG(); in SetupInheritablePaint()
153 const nsStyleSVG* style = aFrame->StyleSVG(); in Init()
163 aOuterContextPaint, mFillPaint, &nsStyleSVG::mFill, in Init()
180 &nsStyleSVG::mStroke, aImgParams); in Init()
227 return mFillPaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mFill, aCTM, in GetFillPattern()
234 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
240 StyleSVGPaint nsStyleSVG::*aFillOrStroke, const gfxMatrix& aCTM, in GetPattern()
H A DSVGPatternFrame.h48 const gfxMatrix& aContextMatrix, StyleSVGPaint nsStyleSVG::*aFillOrStroke,
101 StyleSVGPaint nsStyleSVG::*aFillOrStroke, float aGraphicOpacity,
H A DSVGObserverUtils.cpp1171 nsIFrame* aFrame, const StyleUrlOrNone nsStyleSVG::*aMarker) { in GetMarkerURI()
1193 markerURL = GetMarkerURI(aMarkedFrame, &nsStyleSVG::mMarker##type); \ in GetAndObserveMarkers()
1529 nsIFrame* aPaintedFrame, StyleSVGPaint nsStyleSVG::*aPaint) { in GetAndObservePaintServer()
1543 const nsStyleSVG* svgStyle = paintedFrame->StyleSVG(); in GetAndObservePaintServer()
1551 MOZ_ASSERT(aPaint == &nsStyleSVG::mFill || aPaint == &nsStyleSVG::mStroke); in GetAndObservePaintServer()
1553 (aPaint == &nsStyleSVG::mFill) ? FillProperty() : StrokeProperty(); in GetAndObservePaintServer()
1597 GetMarkerURI(aFrame, &nsStyleSVG::mMarkerStart); in UpdateEffects()
1599 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerMid); in UpdateEffects()
1601 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerEnd); in UpdateEffects()
H A DSVGUtils.cpp1187 const nsStyleSVG* style = aFrame->StyleSVG(); in CanOptimizeOpacity()
1296 const nsStyleSVG* style = aFrame->StyleSVG(); in PathExtentsToMaxStrokeExtents()
1311 const ComputedStyle& aStyle, StyleSVGPaint nsStyleSVG::*aFillOrStroke) { in GetFallbackOrPaintColor()
1354 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeFillPatternFor()
1371 SVGObserverUtils::GetAndObservePaintServer(aFrame, &nsStyleSVG::mFill); in MakeFillPatternFor()
1376 &nsStyleSVG::mFill, fillOpacity, aImgParams); in MakeFillPatternFor()
1411 GetFallbackOrPaintColor(*aFrame->Style(), &nsStyleSVG::mFill))); in MakeFillPatternFor()
1421 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeStrokePatternFor()
1442 aFrame, dt, aContext->CurrentMatrixDouble(), &nsStyleSVG::mStroke, in MakeStrokePatternFor()
1478 GetFallbackOrPaintColor(*aFrame->Style(), &nsStyleSVG::mStroke))); in MakeStrokePatternFor()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DSVGContextPaint.cpp87 StyleSVGPaint nsStyleSVG::*aFillOrStroke, in SetupInheritablePaint()
89 const nsStyleSVG* style = aFrame->StyleSVG(); in SetupInheritablePaint()
138 const nsStyleSVG* style = aFrame->StyleSVG(); in Init()
148 aOuterContextPaint, mFillPaint, &nsStyleSVG::mFill, in Init()
165 &nsStyleSVG::mStroke, aImgParams); in Init()
211 return mFillPaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mFill, aCTM, in GetFillPattern()
218 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
224 StyleSVGPaint nsStyleSVG::*aFillOrStroke, const gfxMatrix& aCTM, in GetPattern()
H A DnsSVGPatternFrame.h44 mozilla::StyleSVGPaint nsStyleSVG::*aFillOrStroke, float aGraphicOpacity,
102 mozilla::StyleSVGPaint nsStyleSVG::*aFillOrStroke, float aGraphicOpacity,
H A DSVGObserverUtils.cpp1138 nsIFrame* aFrame, const StyleUrlOrNone nsStyleSVG::*aMarker) { in GetMarkerURI()
1160 markerURL = GetMarkerURI(aMarkedFrame, &nsStyleSVG::mMarker##type); \ in GetAndObserveMarkers()
1494 nsIFrame* aPaintedFrame, mozilla::StyleSVGPaint nsStyleSVG::*aPaint) { in GetAndObservePaintServer()
1508 const nsStyleSVG* svgStyle = paintedFrame->StyleSVG(); in GetAndObservePaintServer()
1516 MOZ_ASSERT(aPaint == &nsStyleSVG::mFill || aPaint == &nsStyleSVG::mStroke); in GetAndObservePaintServer()
1518 (aPaint == &nsStyleSVG::mFill) ? FillProperty() : StrokeProperty(); in GetAndObservePaintServer()
1562 GetMarkerURI(aFrame, &nsStyleSVG::mMarkerStart); in UpdateEffects()
1564 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerMid); in UpdateEffects()
1566 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerEnd); in UpdateEffects()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DSVGContextPaint.cpp97 nsStyleSVGPaint nsStyleSVG::*aFillOrStroke, in SetupInheritablePaint()
100 const nsStyleSVG* style = aFrame->StyleSVG(); in SetupInheritablePaint()
147 const nsStyleSVG* style = aFrame->StyleSVG(); in Init()
157 aOuterContextPaint, mFillPaint, &nsStyleSVG::mFill, in Init()
175 &nsStyleSVG::mStroke, in Init()
222 return mFillPaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mFill, aCTM, in GetFillPattern()
229 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
235 nsStyleSVGPaint nsStyleSVG::*aFillOrStroke, const gfxMatrix& aCTM, in GetPattern()
H A DSVGObserverUtils.cpp534 nsIFrame* aTargetFrame, nsStyleSVGPaint nsStyleSVG::*aPaint, in GetPaintServer()
549 const nsStyleSVG* svgStyle = frame->StyleSVG(); in GetPaintServer()
658 GetMarkerURI(aFrame, &nsStyleSVG::mMarkerStart); in UpdateEffects()
660 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerMid); in UpdateEffects()
662 markerURL = GetMarkerURI(aFrame, &nsStyleSVG::mMarkerEnd); in UpdateEffects()
884 nsIFrame* aFrame, RefPtr<css::URLValue> nsStyleSVG::*aMarker) { in GetMarkerURI()
914 nsIFrame* aFrame, nsStyleSVGPaint nsStyleSVG::*aPaint) { in GetPaintURI()
915 const nsStyleSVG* svgStyle = aFrame->StyleSVG(); in GetPaintURI()
H A DnsSVGUtils.cpp1202 const nsStyleSVG* style = aFrame->StyleSVG(); in CanOptimizeOpacity()
1309 const nsStyleSVG* style = aFrame->StyleSVG(); in PathExtentsToMaxStrokeExtents()
1366 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeFillPatternFor()
1384 aFrame, &nsStyleSVG::mFill, SVGObserverUtils::FillProperty()); in MakeFillPatternFor()
1424 GetFallbackOrPaintColor(aFrame->StyleContext(), &nsStyleSVG::mFill))); in MakeFillPatternFor()
1432 const nsStyleSVG* style = aFrame->StyleSVG(); in MakeStrokePatternFor()
1450 aFrame, &nsStyleSVG::mStroke, SVGObserverUtils::StrokeProperty()); in MakeStrokePatternFor()
1454 aFrame, dt, aContext->CurrentMatrixDouble(), &nsStyleSVG::mStroke, in MakeStrokePatternFor()
1490 GetFallbackOrPaintColor(aFrame->StyleContext(), &nsStyleSVG::mStroke))); in MakeStrokePatternFor()
1527 const nsStyleSVG* style = aFrame->StyleSVG(); in HasStroke()
[all …]
H A DnsSVGPatternFrame.h46 nsStyleSVGPaint nsStyleSVG::*aFillOrStroke, float aOpacity,
98 nsStyleSVGPaint nsStyleSVG::*aFillOrStroke, float aGraphicOpacity,
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DGeckoBindings.h425 void Gecko_nsStyleSVG_SetDashArrayLength(nsStyleSVG* svg, uint32_t len);
427 void Gecko_nsStyleSVG_CopyDashArray(nsStyleSVG* dst, const nsStyleSVG* src);
429 void Gecko_nsStyleSVG_SetContextPropertiesLength(nsStyleSVG* svg, uint32_t len);
431 void Gecko_nsStyleSVG_CopyContextProperties(nsStyleSVG* dst,
432 const nsStyleSVG* src);
/dports/www/firefox/firefox-99.0/layout/style/
H A DGeckoBindings.h419 void Gecko_nsStyleSVG_SetDashArrayLength(nsStyleSVG* svg, uint32_t len);
421 void Gecko_nsStyleSVG_CopyDashArray(nsStyleSVG* dst, const nsStyleSVG* src);
423 void Gecko_nsStyleSVG_SetContextPropertiesLength(nsStyleSVG* svg, uint32_t len);
425 void Gecko_nsStyleSVG_CopyContextProperties(nsStyleSVG* dst,
426 const nsStyleSVG* src);

123456