Home
last modified time | relevance | path

Searched refs:mStrokeDasharray (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGContentUtils.cpp95 const nsTArray<nsStyleCoord>& dasharray = aStyleSVG->mStrokeDasharray; in GetStrokeDashData()
96 dashArrayLength = aStyleSVG->mStrokeDasharray.Length(); in GetStrokeDashData()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGContentUtils.cpp100 const nsTArray<nsStyleCoord>& dasharray = aStyleSVG->mStrokeDasharray; in GetStrokeDashData()
101 dashArrayLength = aStyleSVG->mStrokeDasharray.Length(); in GetStrokeDashData()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGContentUtils.cpp161 if (aStyleSVG->mStrokeDasharray.IsContextValue()) { in GetStrokeDashData()
182 const auto dasharray = aStyleSVG->mStrokeDasharray.AsValues().AsSpan(); in GetStrokeDashData()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGContentUtils.cpp169 if (aStyleSVG->mStrokeDasharray.IsContextValue()) { in GetStrokeDashData()
190 const auto dasharray = aStyleSVG->mStrokeDasharray.AsValues().AsSpan(); in GetStrokeDashData()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGContentUtils.cpp160 if (aStyleSVG->mStrokeDasharray.IsContextValue()) { in GetStrokeDashData()
181 const auto dasharray = aStyleSVG->mStrokeDasharray.AsValues().AsSpan(); in GetStrokeDashData()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGContentUtils.cpp161 if (aStyleSVG->mStrokeDasharray.IsContextValue()) { in GetStrokeDashData()
182 const auto dasharray = aStyleSVG->mStrokeDasharray.AsValues().AsSpan(); in GetStrokeDashData()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.cpp1708 aSvg->mStrokeDasharray.Clear(); in Gecko_nsStyleSVG_SetDashArrayLength()
1709 aSvg->mStrokeDasharray.SetLength(aLen); in Gecko_nsStyleSVG_SetDashArrayLength()
1713 aDst->mStrokeDasharray = aSrc->mStrokeDasharray; in Gecko_nsStyleSVG_CopyDashArray()
H A DnsStyleStruct.cpp811 mStrokeDasharray(aSource.mStrokeDasharray), in nsStyleSVG()
903 mStrokeDasharray != aNewData.mStrokeDasharray || in CalcDifference()
H A DnsRuleNode.cpp8530 svg->mStrokeDasharray = parentSVG->mStrokeDasharray; in ComputeSVGData()
8538 svg->mStrokeDasharray.Clear(); in ComputeSVGData()
8544 svg->mStrokeDasharray.Clear(); in ComputeSVGData()
8550 svg->mStrokeDasharray.Clear(); in ComputeSVGData()
8558 svg->mStrokeDasharray.SetLength(strokeDasharrayLength); in ComputeSVGData()
8562 SetCoord(value->mValue, svg->mStrokeDasharray[i++], nsStyleCoord(), in ComputeSVGData()
H A DStyleAnimationValue.cpp4068 if (!svg->mStrokeDasharray.IsEmpty()) { in ExtractComputedValue()
4071 for (uint32_t i = 0, i_end = svg->mStrokeDasharray.Length(); in ExtractComputedValue()
4077 const nsStyleCoord& coord = svg->mStrokeDasharray[i]; in ExtractComputedValue()
H A DnsComputedDOMStyle.cpp5585 if (svg->mStrokeDasharray.IsEmpty()) { in DoGetStrokeDasharray()
5593 for (uint32_t i = 0; i < svg->mStrokeDasharray.Length(); i++) { in DoGetStrokeDasharray()
5595 SetValueToCoord(dash, svg->mStrokeDasharray[i], true); in DoGetStrokeDasharray()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsStyleStruct.cpp780 mStrokeDasharray(StyleSVGStrokeDashArray::Values({})),
810 mStrokeDasharray(aSource.mStrokeDasharray), in nsStyleSVG()
899 mStrokeDasharray != aNewData.mStrokeDasharray || in CalcDifference()
H A DnsStyleStruct.h1827 mozilla::StyleSVGStrokeDashArray mStrokeDasharray; member
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsStyleStruct.cpp774 mStrokeDasharray(StyleSVGStrokeDashArray::Values({})),
804 mStrokeDasharray(aSource.mStrokeDasharray), in nsStyleSVG()
893 mStrokeDasharray != aNewData.mStrokeDasharray || in CalcDifference()
H A DnsStyleStruct.h1887 mozilla::StyleSVGStrokeDashArray mStrokeDasharray; member
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsStyleStruct.cpp780 mStrokeDasharray(StyleSVGStrokeDashArray::Values({})),
810 mStrokeDasharray(aSource.mStrokeDasharray), in nsStyleSVG()
899 mStrokeDasharray != aNewData.mStrokeDasharray || in CalcDifference()
H A DnsStyleStruct.h1827 mozilla::StyleSVGStrokeDashArray mStrokeDasharray; member
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsStyleStruct.cpp811 mStrokeDasharray(StyleSVGStrokeDashArray::Values({})),
841 mStrokeDasharray(aSource.mStrokeDasharray), in nsStyleSVG()
930 mStrokeDasharray != aNewData.mStrokeDasharray || in CalcDifference()
H A DnsStyleStruct.h1770 mozilla::StyleSVGStrokeDashArray mStrokeDasharray; member
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleStruct.cpp928 , mStrokeDasharray(aSource.mStrokeDasharray) in nsStyleSVG()
1026 mStrokeDasharray != aNewData.mStrokeDasharray || in CalcDifference()
H A DnsRuleNode.cpp9522 svg->mStrokeDasharray = parentSVG->mStrokeDasharray; in ComputeSVGData()
9530 svg->mStrokeDasharray.Clear(); in ComputeSVGData()
9536 svg->mStrokeDasharray.Clear(); in ComputeSVGData()
9542 svg->mStrokeDasharray.Clear(); in ComputeSVGData()
9550 svg->mStrokeDasharray.SetLength(strokeDasharrayLength); in ComputeSVGData()
9555 svg->mStrokeDasharray[i++], nsStyleCoord(), in ComputeSVGData()
H A DStyleAnimationValue.cpp4109 if (!svg->mStrokeDasharray.IsEmpty()) { in ExtractComputedValue()
4112 for (uint32_t i = 0, i_end = svg->mStrokeDasharray.Length(); in ExtractComputedValue()
4118 const nsStyleCoord &coord = svg->mStrokeDasharray[i]; in ExtractComputedValue()
H A DnsComputedDOMStyle.cpp5678 if (svg->mStrokeDasharray.IsEmpty()) { in DoGetStrokeDasharray()
5686 for (uint32_t i = 0; i < svg->mStrokeDasharray.Length(); i++) { in DoGetStrokeDasharray()
5688 SetValueToCoord(dash, svg->mStrokeDasharray[i], true); in DoGetStrokeDasharray()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGUtils.cpp1628 uint32_t count = style->mStrokeDasharray.Length(); in GetStrokeDashData()
1643 const nsTArray<nsStyleCoord>& dasharray = style->mStrokeDasharray; in GetStrokeDashData()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/properties/
H A Dgecko.mako.rs5127 for (gecko, servo) in self.gecko.mStrokeDasharray.iter_mut().zip(v) { in set_stroke_dasharray()
5165 debug_assert_eq!(self.gecko.mStrokeDasharray.len(), 0); in clone_stroke_dasharray()
5169 for gecko in self.gecko.mStrokeDasharray.iter() { in clone_stroke_dasharray()

12