Home
last modified time | relevance | path

Searched refs:Svg (Results 1 – 25 of 1233) sorted by relevance

12345678910>>...50

/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/svg/1.0.1/src/
H A DSvg.elm1 module Svg exposing module
115 map : (a -> msg) -> Svg a -> Svg msg
183 mpath : List (Attribute msg) -> List (Svg msg) -> Svg msg
189 set : List (Attribute msg) -> List (Svg msg) -> Svg msg
200 a : List (Attribute msg) -> List (Svg msg) -> Svg msg
206 defs : List (Attribute msg) -> List (Svg msg) -> Svg msg
212 g : List (Attribute msg) -> List (Svg msg) -> Svg msg
224 mask : List (Attribute msg) -> List (Svg msg) -> Svg msg
252 desc : List (Attribute msg) -> List (Svg msg) -> Svg msg
264 title : List (Attribute msg) -> List (Svg msg) -> Svg msg
[all …]
/dports/graphics/kdegraphics-svgpart/svgpart-21.12.3/src/
H A Dsvgpart.desktop.in3 Name=Svg Part
4 Name[ar]=جزء Svg
5 Name[bg]=Модул за Svg
10 Name[da]=Svg Part
24 Name[hr]=Svg Part
33 Name[ku]=Beşa Svg
34 Name[lt]=Svg Part
35 Name[lv]=Svg daļa
37 Name[mr]=Svg भाग
38 Name[nb]=Svg-del
[all …]
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/svg/1.0.1/src/Svg/
H A DLazy.elm1 module Svg.Lazy exposing
7 about building `Svg` that utilize this fact.
20 import Svg exposing (Svg)
32 lazy : (a -> Svg msg) -> a -> Svg msg
39 lazy2 : (a -> b -> Svg msg) -> a -> b -> Svg msg
46 lazy3 : (a -> b -> c -> Svg msg) -> a -> b -> c -> Svg msg
53 lazy4 : (a -> b -> c -> d -> Svg msg) -> a -> b -> c -> d -> Svg msg
60 lazy5 : (a -> b -> c -> d -> e -> Svg msg) -> a -> b -> c -> d -> e -> Svg msg
67 lazy6 : (a -> b -> c -> d -> e -> f -> Svg msg) -> a -> b -> c -> d -> e -> f -> Svg msg
74 lazy7 : (a -> b -> c -> d -> e -> f -> g -> Svg msg) -> a -> b -> c -> d -> e -> f -> g -> Svg msg
[all …]
H A DKeyed.elm1 module Svg.Keyed exposing ( node )
19 import Svg exposing (Attribute, Svg)
24 {-| Works just like `Svg.node`, but you add a unique identifier to each child
29 node : String -> List (Attribute msg) -> List ( String, Svg msg ) -> Svg msg
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/gl/
H A Dgl_drawvectorgraphic.cpp35 static Svg** svgs;
37 static Svg* svgForId(svgid_t id) in svgForId()
44 Svg* svg = svgs[i]; in svgForId()
53 static uint indexForSvg(Svg* svg) in indexForSvg()
70 static Svg* insertSvg(Svg* svg) in insertSvg()
74 svgs = (Svg**) M_Realloc(svgs, sizeof(*svgs) * ++svgCount); in insertSvg()
83 static Svg* removeSvg(Svg* svg) in removeSvg()
98 static void deleteSvg(Svg* svg) in deleteSvg()
152 Svg* svg = svgForId(id); in GL_DrawSvg3()
193 Svg* svg, *oldSvg; in R_NewSvg()
[all …]
H A Dsvg.cpp69 void Svg_Delete(Svg* svg) in Svg_Delete()
80 svgid_t Svg_UniqueId(Svg* svg) in Svg_UniqueId()
86 static void draw(const Svg* svg) in draw()
155 void Svg_Draw(Svg* svg) in Svg_Draw()
177 dd_bool Svg_Prepare(Svg *) in Svg_Prepare() argument
191 void Svg_Unload(Svg* svg) in Svg_Unload()
203 Svg* Svg_FromDef(svgid_t uniqueId, const def_svgline_t* lines, uint lineCount) in Svg_FromDef()
212 Svg* svg; in Svg_FromDef()
216 svg = (Svg*)malloc(sizeof(*svg)); in Svg_FromDef()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-svg-lib/src/Svg/
H A DDocument.php9 namespace Svg; namespace
13 use Svg\Tag\Anchor;
14 use Svg\Tag\Circle;
15 use Svg\Tag\Ellipse;
16 use Svg\Tag\Group;
18 use Svg\Tag\Image;
19 use Svg\Tag\Line;
21 use Svg\Tag\Path;
24 use Svg\Tag\Rect;
25 use Svg\Tag\Stop;
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/gl/
H A Dsvg.h35 typedef struct svg_s Svg; typedef
51 void Svg_Delete(Svg* svg);
53 void Svg_Draw(Svg* svg);
55 dd_bool Svg_Prepare(Svg* svg);
57 void Svg_Unload(Svg* svg);
60 svgid_t Svg_UniqueId(Svg* svg);
71 Svg* Svg_FromDef(svgid_t uniqueId, const def_svgline_t* lines, uint numLines);
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/plasma/extended/
H A Dpanelbackground.h67 bool hasMask(Plasma::Svg *svg) const;
70 QString element(Plasma::Svg *svg, const QString &id);
72 void updateMaxOpacity(Plasma::Svg *svg);
73 void updatePaddings(Plasma::Svg *svg);
74 void updateRoundness(Plasma::Svg *svg);
75 void updateShadow(Plasma::Svg *svg);
77 void updateRoundnessFromMask(Plasma::Svg *svg);
78 void updateRoundnessFromShadows(Plasma::Svg *svg);
79 void updateRoundnessFallback(Plasma::Svg *svg);
H A Dpanelbackground.cpp35 bool PanelBackground::hasMask(Plasma::Svg *svg) const in hasMask()
99 QString PanelBackground::element(Plasma::Svg *svg, const QString &id) in element()
116 void PanelBackground::updateMaxOpacity(Plasma::Svg *svg) in updateMaxOpacity()
150 void PanelBackground::updatePaddings(Plasma::Svg *svg) in updatePaddings()
164 void PanelBackground::updateRoundnessFromMask(Plasma::Svg *svg) in updateRoundnessFromMask()
322 void PanelBackground::updateRoundnessFromShadows(Plasma::Svg *svg) in updateRoundnessFromShadows()
503 void PanelBackground::updateRoundnessFallback(Plasma::Svg *svg) in updateRoundnessFallback()
562 void PanelBackground::updateShadow(Plasma::Svg *svg) in updateShadow()
668 void PanelBackground::updateRoundness(Plasma::Svg *svg) in updateRoundness()
688 Plasma::Svg *backSvg = new Plasma::Svg(this); in update()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dsvg.cpp886 Svg::Svg(QObject *parent) in Svg() function in Plasma::Svg
899 Svg::~Svg() in ~Svg()
922 qreal Svg::devicePixelRatio() in devicePixelRatio()
952 qreal Svg::scaleFactor() const in scaleFactor()
1024 QSize Svg::size() const in size()
1048 void Svg::resize() in resize()
1077 bool Svg::isValid() const in isValid()
1113 QString Svg::imagePath() const in imagePath()
1163 Theme *Svg::theme() const in theme()
1168 void Svg::setStatus(Plasma::Svg::Status status) in setStatus()
[all …]
H A Dsvg.h42 class PLASMA_EXPORT Svg : public QObject
51 Q_PROPERTY(Plasma::Svg::Status status READ status WRITE setStatus NOTIFY statusChanged)
74 explicit Svg(QObject *parent = nullptr);
75 ~Svg() override;
431 void setStatus(Svg::Status status);
437 Svg::Status status() const;
482 void statusChanged(Plasma::Svg::Status status);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem.adb655 Scope_Suppress := Svg;
665 Scope_Suppress (Suppress) := Svg;
696 Scope_Suppress := Svg;
706 Scope_Suppress (Suppress) := Svg;
937 Scope_Suppress := Svg;
947 Scope_Suppress (Suppress) := Svg;
999 Scope_Suppress := Svg;
1009 Scope_Suppress (Suppress) := Svg;
1060 Scope_Suppress := Svg;
1070 Scope_Suppress (Suppress) := Svg;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem.adb655 Scope_Suppress := Svg;
665 Scope_Suppress (Suppress) := Svg;
696 Scope_Suppress := Svg;
706 Scope_Suppress (Suppress) := Svg;
937 Scope_Suppress := Svg;
947 Scope_Suppress (Suppress) := Svg;
999 Scope_Suppress := Svg;
1009 Scope_Suppress (Suppress) := Svg;
1060 Scope_Suppress := Svg;
1070 Scope_Suppress (Suppress) := Svg;
[all …]
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/tests/
H A Dselected_svg.qml14 state: PlasmaCore.Svg.Normal
24 …onClicked: root.state = (root.state == PlasmaCore.Svg.Selected ? PlasmaCore.Svg.Normal : PlasmaCor…
28 svg: PlasmaCore.Svg {
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/declarativeimports/core/
H A Dsvgitem.h17 class Svg; variable
42 Q_PROPERTY(Plasma::Svg *svg READ svg WRITE setSvg NOTIFY svgChanged)
58 void setSvg(Plasma::Svg *svg);
59 Plasma::Svg *svg() const;
82 QPointer<Plasma::Svg> m_svg;
H A Dsvgitem.cpp71 void SvgItem::setSvg(Plasma::Svg *svg) in setSvg()
80 connect(svg, &Svg::repaintNeeded, this, &SvgItem::updateNeeded); in setSvg()
81 connect(svg, &Svg::repaintNeeded, this, &SvgItem::naturalSizeChanged); in setSvg()
82 connect(svg, &Svg::sizeChanged, this, &SvgItem::naturalSizeChanged); in setSvg()
98 Plasma::Svg *SvgItem::svg() const in svg()
H A Diconitem.h73 Q_PROPERTY(Plasma::Svg::Status status READ status WRITE setStatus NOTIFY statusChanged)
141 void setStatus(Plasma::Svg::Status status);
142 Plasma::Svg::Status status() const;
186 Plasma::Svg::Status m_status;
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/
H A Dtesticonutils.cpp40 …or(blackSvgDirPath + QStringLiteral("/") + blackImages.at(0), QColorConstants::Svg::red).isNull()); in testDrawSvgWithCustomFillColor()
42 …(blackSvgDirPath + QStringLiteral("/") + blackImages.at(0), QColorConstants::Svg::green).isNull()); in testDrawSvgWithCustomFillColor()
50 …r(whiteSvgDirPath + QStringLiteral("/") + whiteImages.at(0), QColorConstants::Svg::blue).isNull()); in testDrawSvgWithCustomFillColor()
60 …::IconUtils::createSvgImageWithCustomColor(blackImages.at(0), QColorConstants::Svg::red).isNull()); in testCreateSvgPixmapWithCustomColor()
62 …IconUtils::createSvgImageWithCustomColor(blackImages.at(0), QColorConstants::Svg::green).isNull()); in testCreateSvgPixmapWithCustomColor()
69 …:IconUtils::createSvgImageWithCustomColor(whiteImages.at(0), QColorConstants::Svg::blue).isNull()); in testCreateSvgPixmapWithCustomColor()
/dports/devel/elm-format/elm-format-0.8.3/tests/test-files/good/Elm-0.18/rtfeldman/dreamwriter/
H A DWordGraph.elm3 import Svg exposing (..)
4 import Svg.Attributes exposing (..)
36 bar : Day -> Float -> Svg
50 [ Svg.title [] [ text day.day ] ]
53 graph : Float -> List Day -> Svg
104 viewWordGraph : List Entry -> Svg
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/api/
H A Dapi_svg.h35 DENG_API_TYPEDEF(Svg) in DENG_API_TYPEDEF() argument
43 DENG_API_T(Svg);
53 DENG_USING_API(Svg);
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/autotests/
H A Diconitemtest.cpp116 Plasma::Svg *IconItemTest::findPlasmaSvg(QQuickItem *item) in findPlasmaSvg()
118 return item->findChild<Plasma::Svg *>(); in findPlasmaSvg()
183 Plasma::Svg svg; in usesPlasmaTheme()
291 Plasma::Svg *svg; in loadSvg()
311 Plasma::Svg *svg1 = item1->findChild<Plasma::Svg *>(); in themeChange()
324 Plasma::Svg *svg2 = item2->findChild<Plasma::Svg *>(); in themeChange()
338 QVERIFY(item1->findChild<Plasma::Svg *>()); in qiconFromTheme()
346 QVERIFY(item2->findChild<Plasma::Svg *>()); in qiconFromTheme()
357 Plasma::Svg *svg = item->findChild<Plasma::Svg *>(); in changeColorGroup()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsfilecontentsourcelineedit.cpp297 case Svg: in fileFilter()
317 case Svg: in selectFileTitle()
329 case Svg: in fileFromUrlTitle()
341 case Svg: in fileFromUrlText()
353 case Svg: in embedFileTitle()
365 case Svg: in extractFileTitle()
377 case Svg: in defaultSettingsKey()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-svg-lib/src/Svg/Tag/
H A DLinearGradient.php9 namespace Svg\Tag;
12 use Svg\Gradient;
13 use Svg\Style;
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Schema/Svg/
H A DSvgRelationSchema.php8 namespace PhpMyAdmin\Plugins\Schema\Svg;
14 use PhpMyAdmin\Plugins\Schema\Svg\Svg; alias
15 use PhpMyAdmin\Plugins\Schema\Svg\TableStatsSvg;
60 parent::__construct($db, new Svg());

12345678910>>...50