Home
last modified time | relevance | path

Searched refs:getHeight (Results 126 – 150 of 18849) sorted by relevance

12345678910>>...754

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DRectangle.java82 public int getHeight() in getHeight() method in Rectangle
116 return new Rectangle(x, y, getWidth(), getHeight()); in move()
185 (getHeight() - height) / 2, in createCenteredRect()
227 vertDir > 0 ? avoidee.getTop() - this.getHeight() in avoidBounds()
249 this.getHeight()); in avoidBounds()
288 if (getHeight() <= container.getHeight()) in attemptToMoveInto()
291 container.getBottom() - getHeight()); in attemptToMoveInto()
295 newY = container.getTop() - (getHeight()-container.getHeight())/2; in attemptToMoveInto()
298 return new Rectangle(newX, newY, getWidth(), getHeight()); in attemptToMoveInto()
/dports/audio/bshapr-lv2/BShapr-0.13/src/
H A DMonitorWidget.cpp65 if (isVisible ()) postRedisplay (BUtilities::RectArea (xabs + x1, yabs, w, getHeight())); in redrawRange()
91 pat = cairo_pattern_create_linear (0, 0, 0, getHeight()); in makePattern()
111 cairo_rectangle (cr, x0, 0, x1 - x0, getHeight()); in drawData()
119 …cairo_move_to (cr, getWidth() * double (start) / (MONITORBUFFERSIZE - 1), getHeight() * (0.5 - (0… in drawData()
122 …cairo_line_to (cr, getWidth() * double (i) / (MONITORBUFFERSIZE - 1), getHeight() * (0.5 - (0.48 … in drawData()
127 … cairo_line_to (cr, getWidth() * double (end) / (MONITORBUFFERSIZE - 1), getHeight() * 0.5); in drawData()
128 … cairo_line_to (cr, getWidth() * double (start) / (MONITORBUFFERSIZE - 1), getHeight() * 0.5); in drawData()
134 …cairo_move_to (cr, getWidth() * double (start) / (MONITORBUFFERSIZE - 1), getHeight() * (0.5 - (0… in drawData()
137 …cairo_line_to (cr, getWidth() * double (i) / (MONITORBUFFERSIZE - 1), getHeight() * (0.5 - (0.48 … in drawData()
142 … cairo_line_to (cr, getWidth() * double (end) / (MONITORBUFFERSIZE - 1), getHeight() * 0.5); in drawData()
[all …]
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/
H A DGtkSplitPane.java132 height = splitpane.getHeight() + insets.top + insets.bottom; in getPreferredSize()
135 height = Math.max(Math.max(left.getHeight(), right.getHeight()), 10); in getPreferredSize()
154 return new Dimension(up.getWidth(), up.getHeight()); in getArrowPreferredSize()
156 return new Dimension(down.getWidth(), down.getHeight()); in getArrowPreferredSize()
158 return new Dimension(left.getWidth(), left.getHeight()); in getArrowPreferredSize()
160 return new Dimension(right.getWidth(), right.getHeight()); in getArrowPreferredSize()
247 (d.height - h_thumb.getHeight()) / 2, in paintThumb()
249 h_thumb.getHeight(), splitpane); in paintThumb()
253 Math.max(0, (d.height - v_thumb.getHeight()) / 2), in paintThumb()
255 Math.min(d.height, v_thumb.getHeight()), splitpane); in paintThumb()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/splashscreen/impls/defaultsplashscreen2012/
H A DErrorPainterTest.java84 Assert.assertEquals(100, i1.getHeight()); in adjustForSizeTest()
88 Assert.assertEquals(20, bp.prerenderedStuff.getHeight()); in adjustForSizeTest()
90 Assert.assertFalse(i1.getHeight() == bp.prerenderedStuff.getHeight()); in adjustForSizeTest()
103 Assert.assertEquals(10, i1.getHeight()); in adjustForSizeTest2()
107 Assert.assertEquals(20, bp.prerenderedStuff.getHeight()); in adjustForSizeTest2()
109 Assert.assertFalse(i1.getHeight() == bp.prerenderedStuff.getHeight()); in adjustForSizeTest2()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/falagard/
H A DFrameComponent.cpp280 leftHeight = rightHeight = destRect.getHeight(); in render_impl()
318 bottomfactor = topfactor + finalRect.getHeight() / destRect.getHeight(); in render_impl()
349 bottomfactor = topfactor + finalRect.getHeight() / destRect.getHeight(); in render_impl()
380 bottomfactor = topfactor + finalRect.getHeight() / destRect.getHeight(); in render_impl()
410 bottomfactor = topfactor + finalRect.getHeight() / destRect.getHeight(); in render_impl()
439 bottomfactor = topfactor + finalRect.getHeight() / destRect.getHeight(); in render_impl()
470 bottomfactor = topfactor + finalRect.getHeight() / destRect.getHeight(); in render_impl()
501 bottomfactor = topfactor + finalRect.getHeight() / destRect.getHeight(); in render_impl()
532 bottomfactor = topfactor + finalRect.getHeight() / destRect.getHeight(); in render_impl()
551 bottomfactor = topfactor + backgroundRect.getHeight() / destRect.getHeight(); in render_impl()
[all …]
/dports/math/singular/Singular-Release-4-2-1/gfanlib/
H A Dgfanlib_matrix.h47 Vector<typ> ret(getHeight()); in column()
55 for(int j=0;j<getHeight();j++) in transposed()
323 if(getHeight()<b.getHeight())return true;
324 if(b.getHeight()<getHeight())return false;
326 for(int i=0;i<getHeight();i++)
350 for(int i=0;i<a.getHeight();i++)
729 if(getHeight()==0)return; in sortAndRemoveDuplicateRows()
732 for(int i=1;i<getHeight();i++) in sortAndRemoveDuplicateRows()
745 Matrix ret(top.getHeight()+bottom.getHeight(),top.getWidth()); in combineOnTop()
747 for(int i=0;i<bottom.getHeight();i++)ret[i+top.getHeight()]=bottom[i]; in combineOnTop()
[all …]
/dports/math/gfan/gfan0.6.2/src/
H A Dgfanlib_matrix.h47 Vector<typ> ret(getHeight()); in column()
55 for(int j=0;j<getHeight();j++) in transposed()
323 if(getHeight()<b.getHeight())return true;
324 if(b.getHeight()<getHeight())return false;
326 for(int i=0;i<getHeight();i++)
350 for(int i=0;i<a.getHeight();i++)
729 if(getHeight()==0)return; in sortAndRemoveDuplicateRows()
732 for(int i=1;i<getHeight();i++) in sortAndRemoveDuplicateRows()
745 Matrix ret(top.getHeight()+bottom.getHeight(),top.getWidth()); in combineOnTop()
747 for(int i=0;i<bottom.getHeight();i++)ret[i+top.getHeight()]=bottom[i]; in combineOnTop()
[all …]
/dports/math/gfanlib/gfan0.6.2/src/
H A Dgfanlib_matrix.h47 Vector<typ> ret(getHeight()); in column()
55 for(int j=0;j<getHeight();j++) in transposed()
323 if(getHeight()<b.getHeight())return true;
324 if(b.getHeight()<getHeight())return false;
326 for(int i=0;i<getHeight();i++)
350 for(int i=0;i<a.getHeight();i++)
729 if(getHeight()==0)return; in sortAndRemoveDuplicateRows()
732 for(int i=1;i<getHeight();i++) in sortAndRemoveDuplicateRows()
745 Matrix ret(top.getHeight()+bottom.getHeight(),top.getWidth()); in combineOnTop()
747 for(int i=0;i<bottom.getHeight();i++)ret[i+top.getHeight()]=bottom[i]; in combineOnTop()
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/common/
H A DCollisionMapTest.java46 assertThat(map.getHeight(), is(1)); in testCollissionMap()
49 assertThat(map2x2.getHeight(), is(2)); in testCollissionMap()
258 assertThat(map.getHeight(), is(4)); in testCreateLayerDefintion()
290 .getWidth(), (int) bob.getHeight())); in testCollidesEntity()
297 .getWidth(), (int) bob.getHeight())); in testCollidesEntity()
301 .getWidth(), (int) bob.getHeight())); in testCollidesEntity()
305 .getWidth(), (int) bob.getHeight())); in testCollidesEntity()
309 .getWidth(), (int) bob.getHeight())); in testCollidesEntity()
313 .getWidth(), (int) bob.getHeight())); in testCollidesEntity()
317 .getWidth(), (int) bob.getHeight())); in testCollidesEntity()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLHardwarePixelBuffer.cpp111 src.getHeight() != dstBox.getHeight() || in blitFromMemory()
148 dst.getHeight() == getHeight() && in blitToMemory()
163 srcBox.getHeight() != dst.getHeight() || in blitToMemory()
336 dest.getHeight(), in upload()
345 dest.getWidth(), dest.getHeight(), in upload()
359 dest.getHeight(), in upload()
401 format, dest.getWidth(), dest.getHeight(), in upload()
447 dest.getWidth(), dest.getHeight(), in upload()
473 data.getHeight() != getHeight() || in download()
630 srcBox.getHeight()==dstBox.getHeight() && in blitFromTexture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp45 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess()
55 tcu::IVec3(1, original.getWidth(), original.getHeight()), in fromSinglesampleAccess()
117 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleColorBuffer()
118 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleColorBuffer()
129 for (int y = 0; y < dst.getHeight(); y++) in resolveMultisampleColorBuffer()
143 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleDepthBuffer()
144 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleDepthBuffer()
158 for (int y = 0; y < dst.getHeight(); y++) in resolveMultisampleDepthBuffer()
172 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleStencilBuffer()
173 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleStencilBuffer()
[all …]
/dports/textproc/jdictionary/jdictionary/src-1_8/com/incors/plaf/kunststoff/
H A DKunststoffButtonUI.java33 …GradientPaint gradient1 = new GradientPaint(0.0f, (float) c.getHeight()/3, col1, 0.0f, 0.0f, col2); in paint()
34 Rectangle rec1 = new Rectangle(0, 0, c.getWidth(), c.getHeight()/3); in paint()
38 …tPaint gradient2 = new GradientPaint(0.0f, (float) c.getHeight()/3, col3, 0.0f, (float) c.getHeigh… in paint()
39 Rectangle rec2 = new Rectangle(0, c.getHeight()/3, c.getWidth(), c.getHeight()); in paint()
H A DKunststoffMenuBarUI.java29 …GradientPaint gradient1 = new GradientPaint(0.0f, (float) c.getHeight()/2, col1, 0.0f, 0.0f, col2); in paint()
30 Rectangle rec1 = new Rectangle(0, 0, c.getWidth(), c.getHeight()/2); in paint()
34 …tPaint gradient2 = new GradientPaint(0.0f, (float) c.getHeight()/2, col3, 0.0f, (float) c.getHeigh… in paint()
35 Rectangle rec2 = new Rectangle(0, c.getHeight()/2, c.getWidth(), c.getHeight()); in paint()
H A DKunststoffToolBarUI.java32 …GradientPaint gradient1 = new GradientPaint(0.0f, (float) c.getHeight()/3, col1, 0.0f, 0.0f, col2); in paint()
33 Rectangle rec1 = new Rectangle(0, 0, c.getWidth(), c.getHeight()/3); in paint()
37 …tPaint gradient2 = new GradientPaint(0.0f, (float) c.getHeight()/3, col3, 0.0f, (float) c.getHeigh… in paint()
38 Rectangle rec2 = new Rectangle(0, c.getHeight()/3, c.getWidth(), c.getHeight()); in paint()
H A DKunststoffRadioButtonUI.java32 …GradientPaint gradient1 = new GradientPaint(0.0f, (float) c.getHeight()/3, col1, 0.0f, 0.0f, col2); in paint()
33 Rectangle rec1 = new Rectangle(0, 0, c.getWidth(), c.getHeight()/3); in paint()
37 …tPaint gradient2 = new GradientPaint(0.0f, (float) c.getHeight()/3, col3, 0.0f, (float) c.getHeigh… in paint()
38 Rectangle rec2 = new Rectangle(0, c.getHeight()/3, c.getWidth(), c.getHeight()); in paint()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DValueSelect.cpp62 upClick.resize (getHeight(), getHeight()); in update()
64 display.moveTo (getHeight(), 0); in update()
65 display.resize (getWidth() - 2 * getHeight(), getHeight()); in update()
68 downClick.moveTo (getWidth() - getHeight(), 0); in update()
69 downClick.resize (getHeight(), getHeight()); in update()
/dports/devel/itext/itext-4.2.0/toolbox/com/lowagie/toolbox/plugins/
H A DNUp.java114 …) == 0 ? new Rectangle(pageSize.getWidth(), pageSize.getHeight()) : new Rectangle(pageSize.getHeig… in execute()
115 Rectangle unitSize = new Rectangle(pageSize.getWidth(), pageSize.getHeight()); in execute()
118 unitSize = new Rectangle(unitSize.getHeight() / 2, unitSize.getWidth()); in execute()
140 offsetY = newSize.getHeight() - (unitSize.getHeight() * (((i % n) / c) + 1)); in execute()
142 ….min(unitSize.getWidth() / currentSize.getWidth(), unitSize.getHeight() / currentSize.getHeight()); in execute()
144 offsetY += (unitSize.getHeight() - (currentSize.getHeight() * factor)) / 2f; in execute()
/dports/games/qonk/qonk-0.3.1/guichan/guichan/widgets/
H A Dbutton.cpp145 graphics->fillRectangle(Rectangle(1, 1, getDimension().width-1, getHeight() - 1)); in draw()
149 graphics->drawLine(0, 1, 0, getHeight() - 1); in draw()
152 graphics->drawLine(getWidth() - 1, 1, getWidth() - 1, getHeight() - 1); in draw()
153 graphics->drawLine(1, getHeight() - 1, getWidth() - 1, getHeight() - 1); in draw()
158 int textY = getHeight() / 2 - getFont()->getHeight() / 2; in draw()
188 getHeight() - 4)); in draw()
199 int height = getHeight() + getBorderSize() * 2 - 1; in drawBorder()
220 setHeight(getFont()->getHeight() + 8); in adjustSize()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_GlareGhostOperation.cpp102 for (y = 0; y < gbuf->getHeight() && (!breaked); y++) { in generateGlare()
103 v = ((float)y + 0.5f) / (float)gbuf->getHeight(); in generateGlare()
108 tbuf1->readBilinear(c, s * gbuf->getWidth(), t * gbuf->getHeight()); in generateGlare()
113 tbuf2->readBilinear(tc, s * gbuf->getWidth() - 0.5f, t * gbuf->getHeight() - 0.5f); in generateGlare()
126 tbuf1->getWidth() * tbuf1->getHeight() * COM_NUM_CHANNELS_COLOR * sizeof(float)); in generateGlare()
128 for (y = 0; y < gbuf->getHeight() && (!breaked); y++) { in generateGlare()
129 v = ((float)y + 0.5f) / (float)gbuf->getHeight(); in generateGlare()
137 gbuf->readBilinear(c, s * gbuf->getWidth() - 0.5f, t * gbuf->getHeight() - 0.5f); in generateGlare()
150 tbuf1->getWidth() * tbuf1->getHeight() * COM_NUM_CHANNELS_COLOR * sizeof(float)); in generateGlare()
154 gbuf->getWidth() * gbuf->getHeight() * COM_NUM_CHANNELS_COLOR * sizeof(float)); in generateGlare()
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpImageMorphology.h117 vpImage<Type> J(I.getHeight() + 2, I.getWidth() + 2); in erosion()
119 for (unsigned int i = 0; i < J.getHeight(); i++) { in erosion()
120 if (i == 0 || i == J.getHeight() - 1) { in erosion()
132 for (unsigned int i = 0; i < I.getHeight(); i++) { in erosion()
146 for (unsigned int i = 0; i < I.getHeight(); i++) { in erosion()
185 vpImage<Type> J(I.getHeight() + 2, I.getWidth() + 2); in dilatation()
187 for (unsigned int i = 0; i < J.getHeight(); i++) { in dilatation()
188 if (i == 0 || i == J.getHeight() - 1) { in dilatation()
200 for (unsigned int i = 0; i < I.getHeight(); i++) { in dilatation()
214 for (unsigned int i = 0; i < I.getHeight(); i++) { in dilatation()
/dports/games/stratagus/stratagus-3.2.0/src/guichan/widgets/
H A Dbutton.cpp143 graphics->fillRectangle(Rectangle(1, 1, getDimension().width-1, getHeight() - 1)); in draw()
147 graphics->drawLine(0, 1, 0, getHeight() - 1); in draw()
152 graphics->drawLine(getWidth() - 1, 1, getWidth() - 1, getHeight() - 1); in draw()
153 graphics->drawLine(1, getHeight() - 1, getWidth() - 1, getHeight() - 1); in draw()
160 int textY = getHeight() / 2 - getFont()->getHeight() / 2; in draw()
192 getHeight() - 4)); in draw()
203 int height = getHeight() + getBorderSize() * 2 - 1; in drawBorder()
224 setHeight(getFont()->getHeight() + 8); in adjustSize()
/dports/games/spacejunk/spacejunk-1.0.5/guichan/widgets/
H A Dradiobutton.cpp94 getHeight() - 1)); in draw()
106 if (getHeight()%2 == 0) in draw()
108 fh = getHeight() - 4; in draw()
112 fh = getHeight() - 3; in draw()
123 int h = getHeight() + getHeight() / 2; in draw()
132 if (getHeight()%2 == 0) in drawBox()
134 h = getHeight() - 4; in drawBox()
138 h = getHeight() - 3; in drawBox()
293 int height = getFont()->getHeight(); in adjustSize()
/dports/devel/guichan/guichan-0.8.2/src/widgets/
H A Dradiobutton.cpp94 getHeight() - 1)); in draw()
106 if (getHeight()%2 == 0) in draw()
108 fh = getHeight() - 4; in draw()
112 fh = getHeight() - 3; in draw()
123 int h = getHeight() + getHeight() / 2; in draw()
132 if (getHeight()%2 == 0) in drawBox()
134 h = getHeight() - 4; in drawBox()
138 h = getHeight() - 3; in drawBox()
293 int height = getFont()->getHeight(); in adjustSize()
/dports/java/jgraph/jgraph-java-5.13.0.4/src/com/jgraph/util/
H A DJGraphPrintingScrollPane.java142 .getHeight())) : new Dimension(1, 1); in updateMinimumSize()
144 int h = (int) (pageFormat.getHeight() * pageScale); in updateMinimumSize()
169 .getHeight() in computeWindowScale()
170 / (p.getY() + p.getHeight() + border)); in computeWindowScale()
185 (double) size.getHeight() / (double) p.getHeight()); in computePageScale()
223 int h = (int) (printFormat.getHeight() * pageScale); in print()
236 int dy = (int) ((page % rows) * printFormat.getHeight()); in print()
239 (int) (dy + printFormat.getHeight())); in print()
289 g2.fillRect(0, 0, graph.getWidth(), graph.getHeight()); in paintBackgroundImage()
309 pageFormat.getWidth(), pageFormat.getHeight())); in paintBackgroundPages()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/MouseAdapter/MouseAdapterUnitTest/
H A DMouseAdapterUnitTest.java105 robot.mouseMove(pt.x + b.getWidth()/2, pt.y + b.getHeight()/2); in testPressMouseButton()
119 robot.mouseMove(pt.x + b.getWidth()/2, pt.y + b.getHeight()/2); in testWheelMouseButton()
128 robot.mouseMove(pt.x + b.getWidth()/2, pt.y + b.getHeight()/2); in testDragMouseButton()
131 b.getHeight()/2, in testDragMouseButton()
133 pt.y + 2 * b.getHeight()); in testDragMouseButton()
145 b.getHeight()/2, in testMoveMouseButton()
147 pt.y + 2 * b.getHeight()); in testMoveMouseButton()
175 pt.y + b.getHeight()/2,
177 pt.y + 2 * b.getHeight());
180 pt.y + 2 * b.getHeight()/2,
[all …]

12345678910>>...754