Home
last modified time | relevance | path

Searched refs:elementBounds (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/effects/effectClasses/
H A DSeriesZoomInstance.as225 seriesRenderData.elementBounds;
230 var n:int = elementBounds.length;
264 v = elementBounds[i];
276 v = elementBounds[i];
288 v = elementBounds[i];
311 var n:int = elementBounds.length;
332 v = elementBounds[i];
349 v = elementBounds[i];
364 v = elementBounds[i];
402 var n:int = elementBounds.length;
[all …]
H A DSeriesSlideInstance.as117 var startingBounds:Array /* of Rectangle */ = seriesRenderData.elementBounds;
199 startingBounds = seriesRenderData.elementBounds;
237 seriesRenderData.elementBounds = activeBounds;
252 var activeBounds:Array /* of Rectangle */ = seriesRenderData.elementBounds;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/supportClasses/
H A DListItemDragProxy.as122 var elementBounds:Rectangle;
126 elementBounds = new Rectangle(0, 0,
131 elementBounds = MatrixUtil.projectBounds(elementBounds,
138 … if (!scrollRect.containsRect(elementBounds) && !scrollRect.intersects(elementBounds))
181 static private var elementBounds:Rectangle;
188 if (!elementBounds)
189 elementBounds = new Rectangle();
190 elementBounds.x = element.getLayoutBoundsX();
191 elementBounds.y = element.getLayoutBoundsY();
192 elementBounds.width = element.getLayoutBoundsWidth();
[all …]
/dports/science/cdk/cdk-cdk-2.3/display/renderbasic/src/test/java/org/openscience/cdk/renderer/generators/standard/
H A DStandardAtomGeneratorTest.java57 Rectangle2D elementBounds = element.getBounds(); in positionHydrogenAbove() local
67 Rectangle2D elementBounds = element.getBounds(); in positionHydrogenBelow() local
70 assertThat(elementBounds.getMinY(), lessThan(hydrogenBounds.getMaxY())); in positionHydrogenBelow()
77 Rectangle2D elementBounds = element.getBounds(); in positionHydrogenToLeft() local
88 Rectangle2D elementBounds = element.getBounds(); in positionHydrogenToRight() local
112 Rectangle2D elementBounds = element.getBounds(); in positionMassLabel() local
115 assertThat(massBounds.getMaxX(), lessThan(elementBounds.getMinX())); in positionMassLabel()
143 Rectangle2D elementBounds = element.getBounds(); in positionOfChargeWhenNoHydrogensAreRight() local
158 Rectangle2D elementBounds = element.getBounds(); in positionOfChargeWhenHydrogensAreLeft() local
171 Rectangle2D elementBounds = element.getBounds(); in positionOfChargeWhenHydrogensAreBelow() local
[all …]
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgUtil.cpp148 const QRectF &elementBounds, in parseViewBox() argument
181 QTransform::fromScale(elementBounds.width() / viewBoxRect.width(), in parseViewBox()
182 elementBounds.height() / viewBoxRect.height()) * in parseViewBox()
183 QTransform::fromTranslate(elementBounds.x(), elementBounds.y()); in parseViewBox()
188 parseAspectRatio(p, elementBounds, viewBoxRect, &viewBoxTransform); in parseViewBox()
196 void SvgUtil::parseAspectRatio(const PreserveAspectRatioParser &p, const QRectF &elementBounds, con… in parseAspectRatio() argument
202 const qreal tan2 = elementBounds.height() / elementBounds.width(); in parseAspectRatio()
206 elementBounds.height() / viewBoxRect.height() : in parseAspectRatio()
207 elementBounds.width() / viewBoxRect.width(); in parseAspectRatio()
212 QTransform::fromTranslate(elementBounds.x(), elementBounds.y()); in parseAspectRatio()
[all …]
H A DSvgUtil.h96 …static bool parseViewBox(const KoXmlElement &e, const QRectF &elementBounds, QRectF *_viewRect, QT…
99 …static void parseAspectRatio(const PreserveAspectRatioParser &p, const QRectF &elementBounds, cons…
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dmovie.cpp120 Common::Rect elementBounds; in draw() local
121 getBounds(elementBounds); in draw()
123 worldBounds.moveTo(elementBounds.left, elementBounds.top); in draw()
127 r2.translate(_movieBox.left - elementBounds.left, _movieBox.top - elementBounds.top); in draw()
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dmovie.cpp120 Common::Rect elementBounds; in draw() local
121 getBounds(elementBounds); in draw()
123 worldBounds.moveTo(elementBounds.left, elementBounds.top); in draw()
127 r2.translate(_movieBox.left - elementBounds.left, _movieBox.top - elementBounds.top); in draw()
/dports/science/cdk/cdk-cdk-2.3/display/renderbasic/src/main/java/org/openscience/cdk/renderer/generators/standard/
H A DStandardAtomGenerator.java421 final Rectangle2D elementBounds = element.getBounds(); in positionHydrogenLabel() local
425 … return hydrogen.translate(0, (elementBounds.getMinY() - padding) - hydrogenBounds.getMaxY()); in positionHydrogenLabel()
427 … return hydrogen.translate((elementBounds.getMaxX() + padding) - hydrogenBounds.getMinX(), 0); in positionHydrogenLabel()
429 … return hydrogen.translate(0, (elementBounds.getMaxY() + padding) - hydrogenBounds.getMinY()); in positionHydrogenLabel()
431 … return hydrogen.translate((elementBounds.getMinX() - padding) - hydrogenBounds.getMaxX(), 0); in positionHydrogenLabel()
506 final Rectangle2D elementBounds = elementLabel.getBounds(); in positionMassLabel() local
508 return massLabel.translate((elementBounds.getMinX() - padding) - massBounds.getMaxX(), in positionMassLabel()
509 … (elementBounds.getMinY() - (massBounds.getHeight() / 2)) - massBounds.getMinY()); in positionMassLabel()
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DComponentDemo.h114 Rectangle<int> elementBounds (x * stepX, y * stepY, stepX, stepY); in resized()
117 toggleLights[x + numX * y].setBounds (elementBounds); in resized()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.h61 WebCore::IntRect elementBounds() const;
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/series/
H A DAreaSeries.as958 var elementBounds:Array /* of Rectangle */;
979 transitionRenderData.elementBounds)
981 elementBounds = renderData.elementBounds;
982 sampleCount = elementBounds.length;
987 rcBounds = elementBounds[i];
997 elementBounds = renderData.elementBounds;
998 sampleCount = elementBounds.length;
1033 renderData.elementBounds)
1035 elementBounds = renderData.elementBounds;
1050 rc = elementBounds[i];
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleNodeHandle.cpp61 return toAPI(toImpl(elementHandleRef)->elementBounds()); in WKBundleNodeHandleGetElementBounds()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqpathclipper_p.h213 const QRectF &elementBounds(int index) const;
387 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqpathclipper_p.h208 const QRectF &elementBounds(int index) const;
383 inline const QRectF &QPathSegments::elementBounds(int index) const in elementBounds() function

123