Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/inc/base/
H A Dbufferedgraphicdevicebase.hxx152 maBounds = transformBounds( mxWindow->getPosSize() ); in setWindow()
176 css::awt::Rectangle transformBounds( const css::awt::Rectangle& rBounds ) in transformBounds() function in canvas::BufferedGraphicDeviceBase
193 transformBounds( css::awt::Rectangle( e.X, in boundsChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/canvas/base/
H A Dbufferedgraphicdevicebase.hxx153 maBounds = transformBounds( mxWindow->getPosSize() ); in setWindow()
177 css::awt::Rectangle transformBounds( const css::awt::Rectangle& rBounds ) in transformBounds() function in canvas::BufferedGraphicDeviceBase
194 transformBounds( css::awt::Rectangle( e.X, in boundsChanged()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/basic/
H A DBasicCompositor.cpp566 Rect transformBounds; in DrawQuad() local
582transformBounds = aTransform.TransformAndClipBounds(aRect, Rect(offset.x, offset.y, buffer->GetSiz… in DrawQuad()
583 transformBounds.RoundOut(); in DrawQuad()
585 if (transformBounds.IsEmpty()) { in DrawQuad()
725 … dest->CreateSimilarDrawTarget(IntSize::Truncate(transformBounds.width, transformBounds.height), in DrawQuad()
727 new3DTransform.PostTranslate(-transformBounds.x, -transformBounds.y, 0); in DrawQuad()
736 sourceTransform.PostTranslate(transformBounds.TopLeft()); in DrawQuad()
745 buffer->PushClipRect(transformBounds); in DrawQuad()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/basic/
H A DBasicCompositor.cpp602 Rect transformBounds; in DrawGeometry() local
620 transformBounds = aTransform.TransformAndClipBounds( in DrawGeometry()
623 transformBounds.RoundOut(); in DrawGeometry()
625 if (transformBounds.IsEmpty()) { in DrawGeometry()
768 IntSize::Truncate(transformBounds.Width(), transformBounds.Height()), in DrawGeometry()
770 new3DTransform.PostTranslate(-transformBounds.X(), -transformBounds.Y(), in DrawGeometry()
780 sourceTransform.PostTranslate(transformBounds.TopLeft()); in DrawGeometry()
790 buffer->PushClipRect(transformBounds); in DrawGeometry()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/basic/
H A DBasicCompositor.cpp640 Rect transformBounds; in DrawGeometry() local
663 transformBounds = aTransform.TransformAndClipBounds( in DrawGeometry()
665 transformBounds.RoundOut(); in DrawGeometry()
667 if (transformBounds.IsEmpty()) { in DrawGeometry()
817 IntSize::Truncate(transformBounds.Width(), transformBounds.Height()), in DrawGeometry()
819 new3DTransform.PostTranslate(-transformBounds.X(), -transformBounds.Y(), in DrawGeometry()
829 sourceTransform.PostTranslate(transformBounds.TopLeft()); in DrawGeometry()
839 buffer->PushClipRect(transformBounds); in DrawGeometry()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/basic/
H A DBasicCompositor.cpp623 Rect transformBounds; in DrawGeometry() local
646 transformBounds = aTransform.TransformAndClipBounds( in DrawGeometry()
648 transformBounds.RoundOut(); in DrawGeometry()
650 if (transformBounds.IsEmpty()) { in DrawGeometry()
796 IntSize::Truncate(transformBounds.Width(), transformBounds.Height()), in DrawGeometry()
798 new3DTransform.PostTranslate(-transformBounds.X(), -transformBounds.Y(), in DrawGeometry()
808 sourceTransform.PostTranslate(transformBounds.TopLeft()); in DrawGeometry()
818 buffer->PushClipRect(transformBounds); in DrawGeometry()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/basic/
H A DBasicCompositor.cpp640 Rect transformBounds; in DrawGeometry() local
663 transformBounds = aTransform.TransformAndClipBounds( in DrawGeometry()
665 transformBounds.RoundOut(); in DrawGeometry()
667 if (transformBounds.IsEmpty()) { in DrawGeometry()
817 IntSize::Truncate(transformBounds.Width(), transformBounds.Height()), in DrawGeometry()
819 new3DTransform.PostTranslate(-transformBounds.X(), -transformBounds.Y(), in DrawGeometry()
829 sourceTransform.PostTranslate(transformBounds.TopLeft()); in DrawGeometry()
839 buffer->PushClipRect(transformBounds); in DrawGeometry()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/core/
H A DLayoutElementUIComponentUtils.as292 MatrixUtil.transformBounds(fitSize.x, fitSize.y,
326 MatrixUtil.transformBounds(fitSize.x, fitSize.y,
362 width = MatrixUtil.transformBounds(width, height,
391 height = MatrixUtil.transformBounds(width, height,
424 MatrixUtil.transformBounds(width, height,
448 MatrixUtil.transformBounds(width, height,
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/primitives/
H A DEllipse.as303 var fitWidth:Number = MatrixUtil.transformBounds(newWidth, newHeight, m).x;
304 var fitHeight:Number = MatrixUtil.transformBounds(newWidth, newHeight, m).y;
H A DRect.as680 var fitWidth:Number = MatrixUtil.transformBounds(newWidth, newHeight, m).x;
681 var fitHeight:Number = MatrixUtil.transformBounds(newWidth, newHeight, m).y;
H A DPath.as883 var fitWidth:Number = MatrixUtil.transformBounds(newWidth, newHeight, m).x;
884 var fitHeight:Number = MatrixUtil.transformBounds(newWidth, newHeight, m).y;
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DWakeupOnCollisionExit.java367 group.transformBounds(armingPath, vwcBounds); in updateCollisionBounds()
H A DWakeupOnCollisionMovement.java373 group.transformBounds(armingPath, vwcBounds); in updateCollisionBounds()
H A DWakeupOnCollisionEntry.java431 group.transformBounds(armingPath, vwcBounds); in updateCollisionBounds()
H A DNodeRetained.java332 void transformBounds(SceneGraphPath path, Bounds bound) { in transformBounds() method in NodeRetained
H A DTransformGroupRetained.java1038 void transformBounds(SceneGraphPath path, Bounds bound) { in transformBounds() method in TransformGroupRetained
/dports/lang/smalltalk/smalltalk-3.2.5/packages/cairo/
H A DCairoTransform.st234 transformBounds: rect [
604 transformBounds: rect [
689 transformBounds: rect [
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/utils/
H A DBitmapUtil.as78 var size:Point = MatrixUtil.transformBounds(width + padding * 2,
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/core/
H A DSpriteVisualElement.as2421 MatrixUtil.transformBounds(width, height, m, topLeft);
2440 MatrixUtil.transformBounds(width, height, m, topLeft);
2563 MatrixUtil.transformBounds(preferredWidth, preferredHeight, m, topLeft);
2582 MatrixUtil.transformBounds(preferredWidth, preferredHeight, m, topLeft);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/
H A DPopUpAnchor.as551 …var size:Point = MatrixUtil.transformBounds(popUpAsDisplayObject.width, popUpAsDisplayObject.heigh…
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/graphics/
H A DBitmapFill.as963 var bitmapSize:Point = MatrixUtil.transformBounds(
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/primitives/supportClasses/
H A DGraphicElement.as4124 MatrixUtil.transformBounds(newSize.x, newSize.y, m, topLeft);
4160 MatrixUtil.transformBounds(newSize.x, newSize.y, m, topLeft);
4182 MatrixUtil.transformBounds(_width, _height, m, topLeft);
4204 MatrixUtil.transformBounds(_width, _height, m, topLeft);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/chartClasses/
H A DCartesianChart.as1702 // Calculate the transformBounds
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mobilecomponents/src/spark/components/
H A DCallout.as1592 var size:Point = MatrixUtil.transformBounds(calloutWidth, calloutHeight, matrix, topLeft);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphics2D.java2904 protected Rectangle transformBounds(Rectangle rect, in transformBounds() method in SunGraphics2D

12