Home
last modified time | relevance | path

Searched refs:mStroke (Results 1 – 25 of 88) sorted by relevance

1234

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/
H A Dvdrawable.cpp26 if (mStroke.enable) { in preprocess()
28 VDasher dasher(mStroke.mDash.data(), mStroke.mDash.size()); in preprocess()
31 mRasterizer.rasterize(std::move(mPath), mStroke.cap, mStroke.join, in preprocess()
32 mStroke.width, mStroke.miterLimit, clip); in preprocess()
49 if ((mStroke.cap == cap) && (mStroke.join == join) && in setStrokeInfo()
54 mStroke.enable = true; in setStrokeInfo()
55 mStroke.cap = cap; in setStrokeInfo()
56 mStroke.join = join; in setStrokeInfo()
57 mStroke.miterLimit = miterLimit; in setStrokeInfo()
58 mStroke.width = strokeWidth; in setStrokeInfo()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/
H A DGraphicalPrimitive1D.cpp84 ,mStroke("") in GraphicalPrimitive1D()
98 , mStroke ("") in GraphicalPrimitive1D()
171 ,mStroke("") in GraphicalPrimitive1D()
197 , mStroke ( orig.mStroke ) in GraphicalPrimitive1D()
214 mStroke = rhs.mStroke; in operator =()
258 return mStroke; in getStroke()
326 return (!this->mStroke.empty()) && (this->mStroke != "none"); in isSetStroke()
390 mStroke = stroke; in setStroke()
550 mStroke.erase(); in unsetStroke()
552 if (mStroke.empty() == true) in unsetStroke()
[all …]
H A DDefaultValues.cpp83 , mStroke ("none") in DefaultValues()
125 , mStroke("none") in DefaultValues()
168 , mStroke ( orig.mStroke ) in DefaultValues()
212 mStroke = rhs.mStroke; in operator =()
470 return mStroke; in getStroke()
823 return (mStroke.empty() == false); in isSetStroke()
1206 mStroke = stroke; in setStroke()
1805 mStroke.erase(); in unsetStroke()
1807 if (mStroke.empty() == true) in unsetStroke()
3221 assigned = attributes.readInto("stroke", mStroke); in readAttributes()
[all …]
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/lottie/
H A Dlottieitem_capi.cpp253 mCNode->mStroke.width = mStrokeInfo->width; in sync()
254 mCNode->mStroke.miterLimit = mStrokeInfo->miterLimit; in sync()
255 mCNode->mStroke.enable = 1; in sync()
259 mCNode->mStroke.cap = LOTCapStyle::CapFlat; in sync()
262 mCNode->mStroke.cap = LOTCapStyle::CapSquare; in sync()
265 mCNode->mStroke.cap = LOTCapStyle::CapRound; in sync()
271 mCNode->mStroke.join = LOTJoinStyle::JoinMiter; in sync()
274 mCNode->mStroke.join = LOTJoinStyle::JoinBevel; in sync()
277 mCNode->mStroke.join = LOTJoinStyle::JoinRound; in sync()
280 mCNode->mStroke.join = LOTJoinStyle::JoinMiter; in sync()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGContextPaint.cpp172 if (style->mStroke.kind.IsNone()) { in Init()
180 &nsStyleSVG::mStroke, aImgParams); in Init()
234 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
334 if (!mStroke) { in GetStrokePattern()
337 DeviceColor stroke = *mStroke; in GetStrokePattern()
354 if (mStroke) { in Hash()
355 hash = HashGeneric(hash, mStroke->ToABGR()); in Hash()
H A DSVGContextPaint.h244 return mFill == aOther.mFill && mStroke == aOther.mStroke &&
252 mStroke.emplace(gfx::ToDeviceColor(aStroke)); in SetStroke()
254 const Maybe<DeviceColor>& GetStroke() const { return mStroke; } in GetStroke()
280 Maybe<DeviceColor> mStroke; variable
H A DSVGImageContext.cpp54 style->mStroke.kind.IsColor()) { in MaybeStoreContextPaint()
57 style->mStroke.kind.AsColor().CalcColor(*aFromComputedStyle)); in MaybeStoreContextPaint()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGContextPaint.cpp172 if (style->mStroke.kind.IsNone()) { in Init()
180 &nsStyleSVG::mStroke, aImgParams); in Init()
234 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
334 if (!mStroke) { in GetStrokePattern()
337 DeviceColor stroke = *mStroke; in GetStrokePattern()
354 if (mStroke) { in Hash()
355 hash = HashGeneric(hash, mStroke->ToABGR()); in Hash()
H A DSVGContextPaint.h244 return mFill == aOther.mFill && mStroke == aOther.mStroke &&
252 mStroke.emplace(gfx::ToDeviceColor(aStroke)); in SetStroke()
254 const Maybe<DeviceColor>& GetStroke() const { return mStroke; } in GetStroke()
280 Maybe<DeviceColor> mStroke; variable
H A DSVGImageContext.cpp54 style->mStroke.kind.IsColor()) { in MaybeStoreContextPaint()
57 style->mStroke.kind.AsColor().CalcColor(*aFromComputedStyle)); in MaybeStoreContextPaint()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGContextPaint.cpp172 if (style->mStroke.kind.IsNone()) { in Init()
180 &nsStyleSVG::mStroke, aImgParams); in Init()
234 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
334 if (!mStroke) { in GetStrokePattern()
337 DeviceColor stroke = *mStroke; in GetStrokePattern()
354 if (mStroke) { in Hash()
355 hash = HashGeneric(hash, mStroke->ToABGR()); in Hash()
H A DSVGContextPaint.h244 return mFill == aOther.mFill && mStroke == aOther.mStroke &&
252 mStroke.emplace(gfx::ToDeviceColor(aStroke)); in SetStroke()
254 const Maybe<DeviceColor>& GetStroke() const { return mStroke; } in GetStroke()
280 Maybe<DeviceColor> mStroke; variable
H A DSVGImageContext.cpp54 style->mStroke.kind.IsColor()) { in MaybeStoreContextPaint()
57 style->mStroke.kind.AsColor().CalcColor(*aFromComputedStyle)); in MaybeStoreContextPaint()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DSVGContextPaint.cpp157 if (style->mStroke.kind.IsNone()) { in Init()
165 &nsStyleSVG::mStroke, aImgParams); in Init()
218 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
318 if (!mStroke) { in GetStrokePattern()
321 DeviceColor stroke = *mStroke; in GetStrokePattern()
338 if (mStroke) { in Hash()
339 hash = HashGeneric(hash, mStroke->ToABGR()); in Hash()
H A DSVGContextPaint.h245 return mFill == aOther.mFill && mStroke == aOther.mStroke &&
253 mStroke.emplace(gfx::ToDeviceColor(aStroke)); in SetStroke()
255 const Maybe<DeviceColor>& GetStroke() const { return mStroke; } in GetStroke()
281 Maybe<DeviceColor> mStroke; variable
H A DSVGImageContext.cpp54 style->mStroke.kind.IsColor()) { in MaybeStoreContextPaint()
57 style->mStroke.kind.AsColor().CalcColor(*aFromComputedStyle)); in MaybeStoreContextPaint()
/dports/devel/efl/efl-1.25.1/src/static_libs/vg_common/
H A Dvg_common_json.c80 if (node->mStroke.enable && node->mStroke.width == 0) in _construct_drawable_nodes()
123 if (node->mStroke.enable) in _construct_drawable_nodes()
126 efl_gfx_shape_stroke_width_set(shape, node->mStroke.width); in _construct_drawable_nodes()
130 switch (node->mStroke.cap) in _construct_drawable_nodes()
141 switch (node->mStroke.join) in _construct_drawable_nodes()
153 if (node->mStroke.dashArraySize > 0) in _construct_drawable_nodes()
155 int size = (node->mStroke.dashArraySize / 2); in _construct_drawable_nodes()
161 dash[i].length = node->mStroke.dashArray[i]; in _construct_drawable_nodes()
162 dash[i].gap = node->mStroke.dashArray[i + 1]; in _construct_drawable_nodes()
181 if (node->mStroke.enable) in _construct_drawable_nodes()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DSVGContextPaint.cpp166 if (style->mStroke.Type() == eStyleSVGPaintType_None) { in Init()
175 &nsStyleSVG::mStroke, in Init()
229 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, in GetStrokePattern()
348 if (!mStroke) { in GetStrokePattern()
351 Color stroke = *mStroke; in GetStrokePattern()
368 if (mStroke) { in Hash()
369 hash = HashGeneric(hash, mStroke->ToABGR()); in Hash()
H A DSVGContextPaint.h235 return mFill == aOther.mFill && mStroke == aOther.mStroke &&
243 mStroke.emplace(gfx::ToDeviceColor(aStroke)); in SetStroke()
245 const Maybe<Color>& GetStroke() const { return mStroke; } in GetStroke()
271 Maybe<Color> mStroke; variable
H A DSVGImageContext.cpp54 style->mStroke.Type() == eStyleSVGPaintType_Color) { in MaybeStoreContextPaint()
56 contextPaint->SetStroke(style->mStroke.GetColor()); in MaybeStoreContextPaint()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/example/
H A Dlottieview.h435 if (node->mStroke.enable) { in createVgNode()
437 evas_vg_shape_stroke_width_set(shape, node->mStroke.width); in createVgNode()
441 switch (node->mStroke.cap) { in createVgNode()
451 switch (node->mStroke.join) { in createVgNode()
460 if (node->mStroke.dashArraySize > 0) { in createVgNode()
461 int size = (node->mStroke.dashArraySize / 2); in createVgNode()
465 dash[i].length = node->mStroke.dashArray[i]; in createVgNode()
466 dash[i].gap = node->mStroke.dashArray[i + 1]; in createVgNode()
482 if (node->mStroke.enable) in createVgNode()
518 if (node->mStroke.enable) in createVgNode()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/lottie/
H A Dlottieitem.cpp1636 if (!mStroke.mDash.empty()) { in sync()
1637 VDasher dasher(mStroke.mDash.data(), mStroke.mDash.size()); in sync()
1651 if (mStroke.enable) { in sync()
1652 mCNode->mStroke.width = mStroke.width; in sync()
1653 mCNode->mStroke.miterLimit = mStroke.miterLimit; in sync()
1654 mCNode->mStroke.enable = 1; in sync()
1656 switch (mStroke.cap) { in sync()
1658 mCNode->mStroke.cap = LOTCapStyle::CapFlat; in sync()
1664 mCNode->mStroke.cap = LOTCapStyle::CapRound; in sync()
1668 switch (mStroke.join) { in sync()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DSVGContextPaint.cpp104 if (style->mStroke.Type() == eStyleSVGPaintType_None) { in auth_password()
113 mStrokePaint, &nsStyleSVG::mStroke, in auth_password()
162 return mStrokePaint.GetPattern(aDrawTarget, aOpacity, &nsStyleSVG::mStroke, aCTM);
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsCSSVisitedDependentPropList.h35 STYLE_STRUCT(SVG, (mFill, mStroke))
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsCSSVisitedDependentPropList.h35 STYLE_STRUCT(SVG, (mFill, mStroke))

1234