Home
last modified time | relevance | path

Searched refs:isSVG (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/www/mediawiki135/mediawiki-1.35.5/includes/media/
H A DSVGReader.php144 $isSVG = ( $this->reader->namespaceURI == self::NS_SVG );
148 if ( $isSVG && $tag == 'svg' && $type == XMLReader::END_ELEMENT
152 } elseif ( $isSVG && $tag == 'title' ) {
154 } elseif ( $isSVG && $tag == 'desc' ) {
156 } elseif ( $isSVG && $tag == 'metadata' && $type == XMLReader::ELEMENT ) {
158 } elseif ( $isSVG && $tag == 'script' ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/media/
H A DSVGReader.php143 $isSVG = ( $this->reader->namespaceURI == self::NS_SVG );
147 if ( $isSVG && $tag == 'svg' && $type == XMLReader::END_ELEMENT
151 } elseif ( $isSVG && $tag == 'title' ) {
153 } elseif ( $isSVG && $tag == 'desc' ) {
155 } elseif ( $isSVG && $tag == 'metadata' && $type == XMLReader::ELEMENT ) {
157 } elseif ( $isSVG && $tag == 'script' ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/media/
H A DSVGReader.php143 $isSVG = ( $this->reader->namespaceURI == self::NS_SVG );
147 if ( $isSVG && $tag == 'svg' && $type == XMLReader::END_ELEMENT
151 } elseif ( $isSVG && $tag == 'title' ) {
153 } elseif ( $isSVG && $tag == 'desc' ) {
155 } elseif ( $isSVG && $tag == 'metadata' && $type == XMLReader::ELEMENT ) {
157 } elseif ( $isSVG && $tag == 'script' ) {
/dports/graphics/lximage-qt/lximage-qt-1.0.0/src/
H A Dimageview.cpp53 isSVG(false), in ImageView()
288 if(gifMovie_ || isSVG) { in rotateImage()
325 setImage(image_, !gifMovie_ && !isSVG); in rotateImage()
331 if(gifMovie_ || isSVG) { in flipImage()
364 setImage(image_, !gifMovie_ && !isSVG); in flipImage()
375 if(!isSVG) { // with SVG, we get a sharp image below in resizeImage()
379 if(gifMovie_ || isSVG) { in resizeImage()
398 if(isSVG) { in resizeImage()
450 isSVG = false; in setImage()
562 isSVG = true; in setSVG()
[all …]
H A Dimageview.h145 bool isSVG; // is the image an SVG file? variable
/dports/games/libkmahjongg/libkmahjongg-21.12.3/src/
H A Dkmahjonggbackground.cpp37 , isSVG(false) in KMahjonggBackgroundPrivate()
57 bool isSVG; member in KMahjonggBackgroundPrivate
90 d->isSVG = false; in load()
158 d->isSVG = true; in loadGraphics()
H A Dkmahjonggtileset.cpp57 : isSVG(false) in KMahjonggTilesetPrivate()
70 bool isSVG; member in KMahjonggTilesetPrivate
217 d->isSVG = true; in loadTileset()
242 if (d->isSVG) { in loadGraphics()
268 if (d->isSVG) { in reloadTileset()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgstextformatwidget.cpp1589 mShapeSVGPathFrame->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1607 mShapeFillColorLabel->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1608 mShapeFillColorLabel->setEnabled( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1609 mShapeFillColorBtn->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1610 mShapeFillColorBtn->setEnabled( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1611 mShapeFillColorDDBtn->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1612 mShapeFillColorDDBtn->setEnabled( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1615 mShapeStrokeColorBtn->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1627 mShapeSVGParamsBtn->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1628 if ( isSVG ) in mShapeTypeCmbBx_currentIndexChanged()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/skin/legacy/
H A Dpixmapsource.h14 bool isSVG() const;
H A Dpixmapsource.cpp32 bool PixmapSource::isSVG() const { in isSVG() function in PixmapSource
/dports/print/texinfo/texinfo-6.8/js/
H A Dmodernizr.js209 var isSVG = docElement.nodeName.toLowerCase() === 'svg'; variable
228 } else if (isSVG) {
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgstextformatwidget.cpp1583 mShapeSVGPathFrame->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1588 mShapeSizeYLabel->setVisible( !isSVG && !isMarker ); in mShapeTypeCmbBx_currentIndexChanged()
1589 mShapeSizeYSpnBx->setVisible( !isSVG && !isMarker ); in mShapeTypeCmbBx_currentIndexChanged()
1590 mShapeSizeYDDBtn->setVisible( !isSVG && !isMarker ); in mShapeTypeCmbBx_currentIndexChanged()
1594 mShapeFillColorBtn->setAllowOpacity( !isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1596 mShapeStrokeColorBtn->setAllowOpacity( !isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1620 mShapeSVGParamsBtn->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1621 if ( isSVG ) in mShapeTypeCmbBx_currentIndexChanged()
1628 mShapeSVGUnitsLabel->setVisible( isSVG ); in mShapeTypeCmbBx_currentIndexChanged()
1629 mShapeStrokeUnitsDDBtn->setVisible( !isSVG && !isMarker ); in mShapeTypeCmbBx_currentIndexChanged()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGElement.h79 virtual bool isSVG() const { return false; } in isSVG() function
H A DSVGSVGElement.h135 virtual bool isSVG() const { return true; } in isSVG() function
H A DSVGLength.cpp331 if (viewportElement && viewportElement->isSVG()) { in determineViewport()
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwimagestore.cpp60 if (source.isSVG()) { in getImageNoCache()
H A Dpaintable.cpp52 if (!source.isSVG()) {
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DSVG_Handler.cpp69 bool isSVG = false; in SVG_CheckFormat() local
83 isSVG = true; in SVG_CheckFormat()
91 return isSVG; in SVG_CheckFormat()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGSVGElement.h57 bool isSVG() const override in isSVG() function
H A DSVGLength.cpp305 } else if (viewportElement && viewportElement->isSVG()) { in PercentageOfViewport()
H A DSVGElement.h219 virtual bool isSVG() const in isSVG() function
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DXMP.pm3426 my $isSVG = $$et{XMP_IS_SVG};
3651 if ($isSVG) {
3863 my ($buff, $fmt, $hasXMP, $isXML, $isRDF, $isSVG);
3957 $isSVG = 1;
3967 $isSVG = 1;
3973 if ($isSVG and $$et{XMP_CAPTURE}) {
4003 if ($isSVG) {
4094 my $dirType = $isSVG ? 'SVG' : $$tagTablePtr{GROUPS}{1};
4107 $$et{XMP_IS_SVG} = $isSVG;
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DXMP.pm3382 my $isSVG = $$et{XMP_IS_SVG};
3607 if ($isSVG) {
3818 my ($buff, $fmt, $hasXMP, $isXML, $isRDF, $isSVG);
3915 $isSVG = 1;
3925 $isSVG = 1;
3931 if ($isSVG and $$et{XMP_CAPTURE}) {
3961 if ($isSVG) {
4050 my $dirType = $isSVG ? 'SVG' : $$tagTablePtr{GROUPS}{1};
4063 $$et{XMP_IS_SVG} = $isSVG;
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/svg/
H A Dsvgfilter.cxx744 bool isSVG() in isSVG() function in __anon197979b80211::SVGFileInfo
801 if(aSVGFileInfo.isSVG()) in detect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/svg/
H A Dsvgfilter.cxx751 bool isSVG() in isSVG() function in SVGFileInfo
806 if(aSVGFileInfo.isSVG()) in detect()

1234567