Home
last modified time | relevance | path

Searched refs:setScaleX (Results 1 – 25 of 126) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/header/
H A DAssistantStepProgressBar.java128 mPulsor.setScaleX(0f); in createPulseAnimation()
148 mPulsor.setScaleX(scale); in createPulseAnimation()
182 mIcon.setScaleX(0f); in startEnabledAnimation()
189 mIcon.setScaleX(1f); in startEnabledAnimation()
195 mIcon.setScaleX(animatedValue); in startEnabledAnimation()
317 line.setScaleX(0f); in addForegroundLine()
323 mLineForeground.setScaleX(enabled ? 1f : 0f); in setEnabled()
339 mLineForeground.setScaleX(0f); in startAnimation()
345 mLineForeground.setScaleX(1f); in startAnimation()
351 mLineForeground.setScaleX(animatedValue); in startAnimation()
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_transform2/tests/
H A Dtest_animated_transform_parameters.cpp44 args.setScaleX(0.75); in testTransformKeyframing()
52 args.setScaleX(0.5); in testTransformKeyframing()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/animator/
H A DSkDrawMatrix.cpp187 fMatrix.setScaleX(vals[0]); in onEndElement()
235 fMatrix.setScaleX(temp.getScaleX()); in setProperty()
241 fMatrix.setScaleX(number); in setProperty()
245 fMatrix.setScaleX(number); in setProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DToolbarProgressBarAnimatingView.java176 setScaleX(0.0f); in startAnimation()
235 setScaleX(animatingWidth); in updateAnimation()
253 setScaleX(0.0f); in cancelAnimation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/skia/x11/
H A Dtextrender.cxx53 font.setScaleX(1.0 * nWidth / nHeight); in DrawTextLayout()
64 verticalFont.setScaleX(1.0 * nHeight / nWidth); in DrawTextLayout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DMatrix_setScaleX.cpp14 matrix.setScaleX(3);
H A DCanvas_concat.cpp9 font.setScaleX(.3f); in draw()
H A DTextBlob_uniqueID.cpp18 font.setScaleX(0.5);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dtext_scale_skew.cpp25 font.setScaleX(scale);
H A Dbmpfilterqualityrepeat.cpp74 lm.setScaleX(scaleX); in drawAll()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dtext_scale_skew.cpp25 font.setScaleX(scale);
H A Dbmpfilterqualityrepeat.cpp74 lm.setScaleX(scaleX); in drawAll()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides/
H A DAffineTransform.php28 public function setScaleX($scaleX) function in Google_Service_Slides_AffineTransform
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Slides/
H A DAffineTransform.php28 public function setScaleX($scaleX) function in Google_Service_Slides_AffineTransform
/dports/cad/uranium/Uranium-3ed9c4de/plugins/Tools/ScaleTool/tests/
H A DTestScaleTool.py163 scale_tool.setScaleX(90)
170 scale_tool.setScaleX(90)
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/features/settings/ui/
H A DSettingsFrameLayout.java50 setScaleX(visibleness); in setVisibleness()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/misc/
H A DLisumAboutWindow.java39 iv.setScaleX(.8); in LisumAboutWindow()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DCSGScale.cpp213 CSGScale::setScaleX(double scaleX) in setScaleX() function in CSGScale
594 return_value = setScaleX(value); in setAttribute()
988 return (csgs != NULL) ? csgs->setScaleX(scaleX) : LIBSBML_INVALID_OBJECT; in CSGScale_setScaleX()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/ui/infine/
H A Dfinalewidget.h76 FinaleWidget &setScaleX(float newScaleX, int steps = 0);
/dports/graphics/krita/krita-4.4.8/plugins/tools/tool_transform2/
H A Dkis_tool_transform.h102 Q_PROPERTY(double scaleX READ scaleX WRITE setScaleX NOTIFY freeTransformChanged)
205 void setScaleX(double scaleX);
/dports/graphics/qgis/qgis-3.22.3/src/core/effects/
H A Dqgstransformeffect.h144 void setScaleX( const double scaleX ) { mScaleX = scaleX; } in setScaleX() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/effects/
H A Dqgstransformeffect.h144 void setScaleX( const double scaleX ) { mScaleX = scaleX; } in setScaleX() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/skia/
H A Dskia_utils.cc205 result.setScaleX(WebCoreDoubleToSkScalar(source.A())); in AffineTransformToSkMatrix()
225 result.setScaleX(WebCoreDoubleToSkScalar(source.M11())); in TransformationMatrixToSkMatrix()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/customtabs/features/toolbar/
H A DCustomTabToolbarAnimationDelegate.java101 mUrlBar.setScaleX(scale); in startTitleAnimation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dskia_paint_util.cc41 shader_scale.setScaleX(local_matrix.getScaleX() / scale); in CreateImageRepShaderForScale()

123456