Home
last modified time | relevance | path

Searched refs:scaleMethod (Results 1 – 25 of 35) sorted by relevance

12

/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/joomla/image/src/
H A DImage.php734 * @param integer $scaleMethod Which method to use for scaling
741 public function resize($width, $height, $createNew = true, $scaleMethod = self::SCALE_INSIDE) argument
750 $dimensions = $this->prepareDimensions($width, $height, $scaleMethod);
757 if ($scaleMethod == self::SCALE_FIT)
1078 * @param integer $scaleMethod The method to use for scaling
1085 protected function prepareDimensions($width, $height, $scaleMethod) argument
1090 switch ($scaleMethod)
1104 if ($scaleMethod != self::SCALE_OUTSIDE)
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsmarkersymbol.h190 void setScaleMethod( Qgis::ScaleMethod scaleMethod );
196 Qgis::ScaleMethod scaleMethod();
H A Dqgsmarkersymbollayer.h105 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
227 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD,
483 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
536 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
727 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
H A Dqgsmarkersymbol.cpp366 void QgsMarkerSymbol::setScaleMethod( Qgis::ScaleMethod scaleMethod ) in setScaleMethod() argument
374 markerLayer->setScaleMethod( scaleMethod ); in setScaleMethod()
378 Qgis::ScaleMethod QgsMarkerSymbol::scaleMethod() in scaleMethod() function in QgsMarkerSymbol
387 return markerLayer->scaleMethod(); in scaleMethod()
H A Dqgsmarkersymbollayer.cpp106 mScaleMethod = scaleMethod; in QgsSimpleMarkerSymbolLayerBase()
842 : QgsSimpleMarkerSymbolLayerBase( shape, size, angle, scaleMethod ) in QgsSimpleMarkerSymbolLayer()
859 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD; in create() local
1724 : QgsSimpleMarkerSymbolLayerBase( shape, size, angle, scaleMethod ) in QgsFilledMarkerSymbolLayer()
1736 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD; in create() local
1943 mScaleMethod = scaleMethod; in QgsSvgMarkerSymbolLayer()
1958 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD; in create() local
1969 QgsSvgMarkerSymbolLayer *m = new QgsSvgMarkerSymbolLayer( name, size, angle, scaleMethod ); in create()
2783 mScaleMethod = scaleMethod; in QgsRasterMarkerSymbolLayer()
2794 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD; in create() local
[all …]
H A Dqgssymbollayer.h756 void setScaleMethod( Qgis::ScaleMethod scaleMethod ) { mScaleMethod = scaleMethod; } in setScaleMethod() argument
762 Qgis::ScaleMethod scaleMethod() const { return mScaleMethod; } in scaleMethod() function
H A Dqgssymbollayerutils.h205 static QString encodeScaleMethod( Qgis::ScaleMethod scaleMethod );
/dports/graphics/pear-Image_Transform/Image_Transform-0.9.5/Image/Transform/Driver/
H A DNetPBM.php111 $scaleMethod = $this->_getOption('scaleMethod', $options, 'smooth');
112 switch ($scaleMethod) {
214 $scaleMethod = $this->_getOption('scaleMethod', $options, 'smooth');
215 if ($scaleMethod != 'pixel') {
H A DGD.php394 $scaleMethod = $this->_getOption('scaleMethod', $options, 'smooth');
398 $trueColor = ($scaleMethod == 'pixel') ? null : true;
402 if ($scaleMethod != 'pixel' && function_exists('ImageCopyResampled')) {
H A DImagick3.php128 $scaleMethod = $this->_getOption('scaleMethod', $options, 'smooth');
129 $blur = ($scaleMethod == 'pixel') ? 0 : 1;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsmarkersymbollayer.h99 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
219 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD,
449 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
499 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
670 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
H A Dqgsmarkersymbollayer.cpp101 mScaleMethod = scaleMethod; in QgsSimpleMarkerSymbolLayerBase()
802 : QgsSimpleMarkerSymbolLayerBase( shape, size, angle, scaleMethod ) in QgsSimpleMarkerSymbolLayer()
817 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD; in create() local
847 scaleMethod = QgsSymbolLayerUtils::decodeScaleMethod( props[QStringLiteral( "scale_method" )] ); in create()
1664 : QgsSimpleMarkerSymbolLayerBase( shape, size, angle, scaleMethod ) in QgsFilledMarkerSymbolLayer()
1674 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD; in create() local
1876 mScaleMethod = scaleMethod; in QgsSvgMarkerSymbolLayer()
1890 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD; in create() local
1901 QgsSvgMarkerSymbolLayer *m = new QgsSvgMarkerSymbolLayer( name, size, angle, scaleMethod ); in create()
2689 mScaleMethod = scaleMethod; in QgsRasterMarkerSymbolLayer()
[all …]
H A Dqgssymbollayer.h711 void setScaleMethod( QgsSymbol::ScaleMethod scaleMethod ) { mScaleMethod = scaleMethod; } in setScaleMethod() argument
717 QgsSymbol::ScaleMethod scaleMethod() const { return mScaleMethod; } in scaleMethod() function
H A Dqgssymbol.h1092 void setScaleMethod( QgsSymbol::ScaleMethod scaleMethod );
1093 ScaleMethod scaleMethod();
H A Dqgssymbol.cpp1869 void QgsMarkerSymbol::setScaleMethod( QgsSymbol::ScaleMethod scaleMethod ) in setScaleMethod() argument
1877 markerLayer->setScaleMethod( scaleMethod ); in setScaleMethod()
1881 QgsSymbol::ScaleMethod QgsMarkerSymbol::scaleMethod() in scaleMethod() function in QgsMarkerSymbol
1890 return markerLayer->scaleMethod(); in scaleMethod()
H A Dqgssymbollayerutils.h205 static QString encodeScaleMethod( QgsSymbol::ScaleMethod scaleMethod );
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpamenlarge.c669 enum ScaleMethod const scaleMethod = in enlargePbm()
685 if (scaleMethod == METHOD_USEINPUT) in enlargePbm()
691 scaleMethod == METHOD_GENERAL ? 0 : (xScaleFactor - 1) * 8; in enlargePbm()
695 if (scaleMethod == METHOD_GENERAL) in enlargePbm()
710 switch (scaleMethod) { in enlargePbm()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A DBitmapScaleTest.cxx92 for (BmpScaleFlag scaleMethod : scaleMethods) in testScale() local
119 + OString::number(static_cast<int>(scaleMethod)); in testScale()
145 CPPUNIT_ASSERT(bitmap.Scale(scaleSize.destSize, scaleMethod)); in testScale()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/symbology/
H A Dqgsmarkersymbol.sip.in220 void setScaleMethod( Qgis::ScaleMethod scaleMethod );
224 :param scaleMethod: scale method
226 .. seealso:: :py:func:`scaleMethod`
229 Qgis::ScaleMethod scaleMethod();
H A Dqgsmarkersymbollayer.sip.in78 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
85 :param scaleMethod: scaling method for data defined scaling
212 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD,
222 :param scaleMethod: scaling method for data defined scaling
519 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
526 :param scaleMethod: size scaling method
585 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
797 Qgis::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
H A Dqgssymbollayer.sip.in773 void setScaleMethod( Qgis::ScaleMethod scaleMethod );
777 :param scaleMethod: scale method
779 .. seealso:: :py:func:`scaleMethod`
782 Qgis::ScaleMethod scaleMethod() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A DBitmapScaleTest.cxx91 for (BmpScaleFlag scaleMethod : scaleMethods) in testScale() local
122 + OString::number(static_cast<int>(scaleMethod)); in testScale()
150 CPPUNIT_ASSERT(bitmap.Scale(scaleSize.destSize, scaleMethod)); in testScale()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/symbology/
H A Dqgsmarkersymbollayer.sip.in74 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
81 :param scaleMethod: scaling method for data defined scaling
206 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD,
216 :param scaleMethod: scaling method for data defined scaling
477 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
484 :param scaleMethod: size scaling method
541 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
728 QgsSymbol::ScaleMethod scaleMethod = DEFAULT_SCALE_METHOD );
H A Dqgssymbollayer.sip.in726 void setScaleMethod( QgsSymbol::ScaleMethod scaleMethod );
730 :param scaleMethod: scale method
732 .. seealso:: :py:func:`scaleMethod`
735 QgsSymbol::ScaleMethod scaleMethod() const;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/gl/
H A Dtexturecontent.cpp195 int scaleMethod = GL_ChooseSmartFilter(image.size.x, image.size.y, 0); in prepareImageAsTexture() local
217 newPixels = GL_SmartFilter(scaleMethod, image.pixels, image.size.x, image.size.y, in prepareImageAsTexture()

12