Home
last modified time | relevance | path

Searched refs:getWidth (Results 1 – 25 of 8288) sorted by relevance

12345678910>>...332

/dports/devel/p5-Tree-Simple/Tree-Simple-1.33/t/
H A D16_Tree_Simple_width_test.t26 cmp_ok($D->getWidth(), '==', 1, '... D has a width of 1');
38 cmp_ok($D->getWidth(), '==', 1, '... D has a width of 1');
39 cmp_ok($E->getWidth(), '==', 1, '... E has a width of 1');
53 cmp_ok($D->getWidth(), '==', 1, '... D has a width of 1');
54 cmp_ok($E->getWidth(), '==', 1, '... E has a width of 1');
55 cmp_ok($F->getWidth(), '==', 1, '... F has a width of 1');
69 cmp_ok($D->getWidth(), '==', 2, '... D has a width of 2');
70 cmp_ok($E->getWidth(), '==', 1, '... E has a width of 1');
71 cmp_ok($F->getWidth(), '==', 1, '... F has a width of 1');
72 cmp_ok($C->getWidth(), '==', 1, '... C has a width of 1');
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.tips.tests/src/org/eclipse/tips/util/
H A DImageUtilTest.java68 assertTrue(ImageUtil.getWidth(1, 100, 99) == 99); in testGetWidth()
69 assertTrue(ImageUtil.getWidth(1, 100, 98) == 98); in testGetWidth()
71 assertTrue(ImageUtil.getWidth(1, 99, 100) == 99); in testGetWidth()
72 assertTrue(ImageUtil.getWidth(1, 77, 77) == 77); in testGetWidth()
76 assertTrue(ImageUtil.getWidth(1, 11, 10) == 10); in testGetWidth()
84 assertTrue(ImageUtil.getWidth(0.5, 77, 77) == 38); in testGetWidth()
88 assertTrue(ImageUtil.getWidth(0.5, 11, 10) == 5); in testGetWidth()
94 assertTrue(ImageUtil.getWidth(2, 100, 49) == 98); in testGetWidth()
97 assertTrue(ImageUtil.getWidth(2, 99, 100) == 99); in testGetWidth()
98 assertTrue(ImageUtil.getWidth(2, 77, 77) == 77); in testGetWidth()
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/test/image/
H A Dcommon.hpp84 if (I1.getHeight() != I2.getHeight() || I1.getWidth() != I2.getWidth()) { in almostEqual()
108 if (I1.getHeight() != I2.getHeight() || I1.getWidth() != I2.getWidth()) { in almostEqual()
206 const float scaleX = Isrc.getWidth() / static_cast<float>(Idst.getWidth()); in resizeRef()
233 const float scaleX = Isrc.getWidth() / static_cast<float>(Idst.getWidth()); in resizeRef()
357 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageAddRef()
361 if ((I1.getHeight() != Ires.getHeight()) || (I1.getWidth() != Ires.getWidth())) { in imageAddRef()
377 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageSubtractRef()
381 if ((I1.getHeight() != Ires.getHeight()) || (I1.getWidth() != Ires.getWidth())) { in imageSubtractRef()
415 J[i][J.getWidth() - 1] = null_value; in imageErosionRef()
420 …unsigned int offset[5] = {1, J.getWidth(), J.getWidth() + 1, J.getWidth() + 2, J.getWidth() * 2 + … in imageErosionRef()
[all …]
H A DperfColorConversion.cpp82 vpImage<vpRGBa> I_color(I.getHeight(), I.getWidth());
95 vpImage<vpRGBa> I_color(I.getHeight(), I.getWidth());
121 vpImage<vpRGBa> I_merge(I.getHeight(), I.getWidth());
199 vpImage<vpRGBa> I_bench(I.getHeight(), I.getWidth());
216 vpImage<vpRGBa> ref(I.getHeight(), I.getWidth());
219 vpImage<vpRGBa> rgba(I.getHeight(), I.getWidth());
226 vpImage<vpRGBa> I_rgba(I.getHeight(), I.getWidth());
254 vpImage<vpRGBa> I_bench(I.getHeight(), I.getWidth());
271 vpImage<vpRGBa> ref(I.getHeight(), I.getWidth());
274 vpImage<vpRGBa> rgba(I.getHeight(), I.getWidth());
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/src/image/
H A DvpImageTools.cpp141 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageDifference()
167 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageDifference()
194 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageDifferenceAbsolute()
218 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageDifferenceAbsolute()
247 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageDifferenceAbsolute()
285 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageAdd()
294 View img1(I1.getWidth(), I1.getHeight(), I1.getWidth(), View::Gray8, I1.bitmap); in imageAdd()
295 View img2(I2.getWidth(), I2.getHeight(), I2.getWidth(), View::Gray8, I2.bitmap); in imageAdd()
317 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in imageSubtract()
491 if ((I1.getHeight() != I2.getHeight()) || (I1.getWidth() != I2.getWidth())) { in normalizedCorrelation()
[all …]
H A DvpImageFilter.cpp350 dIx.resize(I.getHeight(), I.getWidth()); in filterX()
359 for (unsigned int j = I.getWidth() - (size - 1) / 2; j < I.getWidth(); j++) { in filterX()
368 dIx.resize(I.getHeight(), I.getWidth()); in filterX()
380 for (unsigned int j = I.getWidth() - (size - 1) / 2; j < I.getWidth(); j++) { in filterX()
398 for (unsigned int j = I.getWidth() - (size - 1) / 2; j < I.getWidth(); j++) { in filterX()
635 for (unsigned int j = I.getWidth() - 3; j < I.getWidth(); j++) { in getGradX()
674 for (unsigned int j = I.getWidth() - (size - 1) / 2; j < I.getWidth(); j++) { in getGradX()
690 for (unsigned int j = I.getWidth() - (size - 1) / 2; j < I.getWidth(); j++) { in getGradX()
819 GI[i][(int)((I.getWidth()+1.)/2.)-1]=I[i][2*((int)((I.getWidth()+1.)/2.)-1)]; in getGaussXPyramidal()
822 unsigned int w = I.getWidth() / 2; in getGaussXPyramidal()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/impl/
H A Dlzf_image_io.hpp88 cloud.width = getWidth (); in read()
91 cloud.resize (getWidth () * getHeight ()); in read()
154 cloud.width = getWidth (); in readOMP()
157 cloud.resize (getWidth () * getHeight ()); in readOMP()
234 cloud.width = getWidth (); in read()
283 cloud.width = getWidth (); in readOMP()
339 cloud.width = getWidth (); in read()
343 int wh2 = getWidth () * getHeight () / 2; in read()
397 cloud.width = getWidth (); in readOMP()
469 cloud.width = getWidth (); in read()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/controls/
H A Dctrl_text.cpp137 return( x >= 0 && x < getPosition()->getWidth() in mouseOver()
141 return( x >= 0 && x < getPosition()->getWidth() in mouseOver()
145 return( x >= 0 && x < getPosition()->getWidth() in mouseOver()
165 getPosition()->getWidth() ); in draw()
268 if( m_pImg->getWidth() < getPosition()->getWidth() ) in updateContext()
299 getPosition()->getWidth() < m_pImg->getWidth() ) in updateContext()
301 m_xPos = getPosition()->getWidth() - m_pImg->getWidth(); in updateContext()
304 getPosition()->getWidth() < m_pImg->getWidth() ) in updateContext()
306 m_xPos = (getPosition()->getWidth() - m_pImg->getWidth()) / 2; in updateContext()
397 position %= m_pImgDouble->getWidth() - m_pImg->getWidth(); in adjust()
[all …]
/dports/math/gfan/gfan0.6.2/src/
H A Dmatrix.h35 assert(i<getWidth()); in column()
56 assert(getWidth()==m.getWidth()); in append()
77 assert(v.size()==getWidth()); in setRow()
79 for(int j=0;j<getWidth();j++)data[i*getWidth()+j]=v.v[j]; in setRow()
84 for(int j=0;j<getWidth();j++)ret.v[j]=data[i*getWidth()+j]; in getRow()
95 assert(v.size()==getWidth()); in dotRow()
390 assert(bottom.getWidth()==top.getWidth()); in combineOnTop()
406 Matrix ret(left.getHeight(),left.getWidth()+right.getWidth()); in combineLeftRight()
409 … for(int j=0;j<left.getWidth();j++)ret.data[i*ret.getWidth()+j]=left.data[i*left.getWidth()+j]; in combineLeftRight()
410 …for(int j=0;j<right.getWidth();j++)ret.data[i*ret.getWidth()+j+left.getWidth()]=right.data[i*right… in combineLeftRight()
[all …]
/dports/math/gfanlib/gfan0.6.2/src/
H A Dmatrix.h35 assert(i<getWidth()); in column()
56 assert(getWidth()==m.getWidth()); in append()
77 assert(v.size()==getWidth()); in setRow()
79 for(int j=0;j<getWidth();j++)data[i*getWidth()+j]=v.v[j]; in setRow()
84 for(int j=0;j<getWidth();j++)ret.v[j]=data[i*getWidth()+j]; in getRow()
95 assert(v.size()==getWidth()); in dotRow()
390 assert(bottom.getWidth()==top.getWidth()); in combineOnTop()
406 Matrix ret(left.getHeight(),left.getWidth()+right.getWidth()); in combineLeftRight()
409 … for(int j=0;j<left.getWidth();j++)ret.data[i*ret.getWidth()+j]=left.data[i*left.getWidth()+j]; in combineLeftRight()
410 …for(int j=0;j<right.getWidth();j++)ret.data[i*ret.getWidth()+j+left.getWidth()]=right.data[i*right… in combineLeftRight()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ScrollViewBase.cpp43 …mScrollViewClient->setSize(mScrollViewClient->getWidth() - mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
55 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
63 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
86 …mScrollViewClient->setSize(mScrollViewClient->getWidth() + mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
98 mHScroll->setSize(mHScroll->getWidth() + mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
106 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() + mHScroll->getHeight()); in updateScrollSize()
143 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
150 …mScrollViewClient->setSize(mScrollViewClient->getWidth() - mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
151 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
193 …mScrollViewClient->setSize(mScrollViewClient->getWidth() + mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ScrollViewBase.cpp43 …mScrollViewClient->setSize(mScrollViewClient->getWidth() - mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
55 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
63 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
86 …mScrollViewClient->setSize(mScrollViewClient->getWidth() + mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
98 mHScroll->setSize(mHScroll->getWidth() + mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
106 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() + mHScroll->getHeight()); in updateScrollSize()
143 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
150 …mScrollViewClient->setSize(mScrollViewClient->getWidth() - mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
151 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
193 …mScrollViewClient->setSize(mScrollViewClient->getWidth() + mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ScrollViewBase.cpp43 …mScrollViewClient->setSize(mScrollViewClient->getWidth() - mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
55 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
63 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
86 …mScrollViewClient->setSize(mScrollViewClient->getWidth() + mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
98 mHScroll->setSize(mHScroll->getWidth() + mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
106 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() + mHScroll->getHeight()); in updateScrollSize()
143 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
150 …mScrollViewClient->setSize(mScrollViewClient->getWidth() - mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
151 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
193 …mScrollViewClient->setSize(mScrollViewClient->getWidth() + mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ScrollViewBase.cpp43 …mScrollViewClient->setSize(mScrollViewClient->getWidth() - mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
55 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
63 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
86 …mScrollViewClient->setSize(mScrollViewClient->getWidth() + mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
98 mHScroll->setSize(mHScroll->getWidth() + mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
106 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() + mHScroll->getHeight()); in updateScrollSize()
143 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
150 …mScrollViewClient->setSize(mScrollViewClient->getWidth() - mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
151 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
193 …mScrollViewClient->setSize(mScrollViewClient->getWidth() + mVScroll->getWidth(), mScrollViewClient… in updateScrollSize()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/awt/image/
H A DConvolveOp.java196 if (src.getWidth() < kernel.getWidth() || in filter()
216 float[] vals = new float[src.getNumBands() * src.getWidth() in filter()
218 src.getPixels(src.getMinX(), src.getMinY(), src.getWidth(), in filter()
257 src.getPixels(src.getMinX() + src.getWidth() in filter()
258 - (kernel.getWidth() / 2), in filter()
259 y, kernel.getWidth() / 2, 1, t2); in filter()
260 dest.setPixels(src.getMinX() + src.getWidth() - (kernel.getWidth() / 2), in filter()
261 y, kernel.getWidth() / 2, 1, t2); in filter()
282 src.getWidth(), kernel.getHeight() / 2, zeros); in filter()
291 src.getWidth(), kernel.getHeight() / 2, vals); in filter()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Dimage_yuv422.cpp76 if (wrapper_->getWidth () != width && wrapper_->getHeight () != height) in fillRGB()
78 if (width > wrapper_->getWidth () || height > wrapper_->getHeight () ) in fillRGB()
81 if ( wrapper_->getWidth () % width != 0 || wrapper_->getHeight () % height != 0 in fillRGB()
82 || (wrapper_->getWidth () / width) & 0x01 || (wrapper_->getHeight () / height & 0x01) ) in fillRGB()
92 if (wrapper_->getWidth () == width && wrapper_->getHeight () == height) in fillRGB()
113 unsigned yuv_step = wrapper_->getWidth () / width; in fillRGB()
115 unsigned yuv_skip = (wrapper_->getHeight () / height - 1) * ( wrapper_->getWidth () << 1 ); in fillRGB()
137 if (width > wrapper_->getWidth () || height > wrapper_->getHeight ()) in fillGrayscale()
140 if (wrapper_->getWidth () % width != 0 || wrapper_->getHeight () % height != 0) in fillGrayscale()
147 unsigned yuv_step = wrapper_->getWidth () / width; in fillGrayscale()
[all …]
H A Dimage_depth.cpp122 pcl::io::DepthImage::getWidth () const in getWidth() function in pcl::io::DepthImage
124 return (wrapper_->getWidth ()); in getWidth()
160 if (width > wrapper_->getWidth () || height > wrapper_->getHeight ()) in fillDepthImageRaw()
163 if (wrapper_->getWidth () % width != 0 || wrapper_->getHeight () % height != 0) in fillDepthImageRaw()
180 unsigned xStep = wrapper_->getWidth () / width; in fillDepthImageRaw()
181 unsigned ySkip = (wrapper_->getHeight () / height - 1) * wrapper_->getWidth (); in fillDepthImageRaw()
214 if (width > wrapper_->getWidth () || height > wrapper_->getHeight ()) in fillDepthImage()
217 if (wrapper_->getWidth () % width != 0 || wrapper_->getHeight () % height != 0) in fillDepthImage()
227 unsigned xStep = wrapper_->getWidth () / width; in fillDepthImage()
261 if (width > wrapper_->getWidth () || height > wrapper_->getHeight ()) in fillDisparityImage()
[all …]
/dports/misc/visp/visp-3.4.0/modules/imgproc/src/
H A DvpMorph.cpp74 vpImage<unsigned char> mask(I.getHeight() + 2, I.getWidth() + 2, 255); in fillHoles()
77 for (unsigned int j = 0; j < I.getWidth(); j++) { in fillHoles()
82 vpImage<unsigned char> marker(I.getHeight() + 2, I.getWidth() + 2, 0); in fillHoles()
86 for (unsigned int j = 0; j < marker.getWidth(); j++) { in fillHoles()
91 marker[i][marker.getWidth() - 1] = 255; in fillHoles()
99 for (unsigned int j = 0; j < I.getWidth(); j++) { in fillHoles()
105 vpImage<unsigned char> flood_fill_mask(I.getHeight() + 2, I.getWidth() + 2, 0); in fillHoles()
115 vpImage<unsigned char> mask(I.getHeight(), I.getWidth()); in fillHoles()
121 vpImage<unsigned char> I_white(I.getHeight(), I.getWidth(), 255), I_holes; in fillHoles()
148 if (marker.getHeight() != mask.getHeight() || marker.getWidth() != mask.getWidth()) { in reconstruct()
[all …]
/dports/x11/runner/runner-1.1/src/aguix/
H A Dbubblewindow.cc163 getWidth(), in prepareHelpText()
170 getWidth(), in prepareHelpText()
174 move( linked_widget_x - getWidth() - 10, in prepareHelpText()
178 getWidth(), in prepareHelpText()
182 move( linked_widget_x - getWidth() - 10, in prepareHelpText()
186 getWidth(), in prepareHelpText()
196 getWidth(), in prepareHelpText()
204 getWidth(), in prepareHelpText()
208 move( mouse_root_x - getWidth() - 10, in prepareHelpText()
212 getWidth(), in prepareHelpText()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dbubblewindow.cc163 getWidth(), in prepareHelpText()
170 getWidth(), in prepareHelpText()
174 move( linked_widget_x - getWidth() - 10, in prepareHelpText()
178 getWidth(), in prepareHelpText()
182 move( linked_widget_x - getWidth() - 10, in prepareHelpText()
186 getWidth(), in prepareHelpText()
196 getWidth(), in prepareHelpText()
204 getWidth(), in prepareHelpText()
208 move( mouse_root_x - getWidth() - 10, in prepareHelpText()
212 getWidth(), in prepareHelpText()
[all …]
/dports/games/scorched3d/scorched/src/client/GLEXT/
H A DGLImageModifier.cpp82 int srcX = i % src.getWidth(); in tileBitmap()
271 destBitmap.getWidth(), in addHeightToBitmap()
279 destBitmap.getWidth(), in addHeightToBitmap()
285 destBitmap.getWidth(), in addHeightToBitmap()
479 int srcx = x % src->getWidth(); in addTexturesToBitmap()
497 DIALOG_ASSERT(srcBitmap.getWidth() == destBitmap.getWidth() && in removeWaterFromBitmap()
498 srcBitmap.getWidth() == alphaBitmap.getWidth()); in removeWaterFromBitmap()
559 destBitmap.getWidth(), in addWaterToBitmap()
671 …if (borderWidth + borderX >= destBitmap.getWidth()) borderWidth = destBitmap.getWidth() - borderX … in addBorderToBitmap()
720 DIALOG_ASSERT(output.getWidth() == input.getWidth()); in makeBitmapTransparent()
[all …]
/dports/biology/jalview/jalview/src/jalview/gui/
H A DOverviewCanvas.java87 setSize(od.getWidth(), od.getHeight()); in OverviewCanvas()
192 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
199 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
204 if ((getWidth() > 0) && (getHeight() > 0) in paintComponent()
205 && ((getWidth() != od.getWidth()) in paintComponent()
213 od.getWidth(), od.getSequencesHeight()); in paintComponent()
215 od.getSequencesHeight(), od.getWidth(), in paintComponent()
220 od.setWidth(getWidth()); in paintComponent()
228 lg.drawImage(topImage, 0, 0, od.getWidth(), in paintComponent()
231 od.getWidth(), od.getGraphHeight(), this); in paintComponent()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/layout/
H A DAbstractColumnLayoutTest.java82 assertTrue(col1.getWidth() > 100); in testIgnoreMinimumSize()
83 assertTrue(col1.getWidth() == col2.getWidth()); in testIgnoreMinimumSize()
84 assertTrue(Math.abs(col1.getWidth() - 2 * col3.getWidth()) <= 1); in testIgnoreMinimumSize()
112 assertTrue(col1.getWidth() >= 40); in testRecalculatePreferredSize()
113 assertTrue(col2.getWidth() >= 200); in testRecalculatePreferredSize()
114 assertTrue(col3.getWidth() >= 30); in testRecalculatePreferredSize()
115 assertTrue(Math.abs(col1.getWidth() - 2 * col3.getWidth()) <= 1); in testRecalculatePreferredSize()
137 assertTrue(col1.getWidth() >= 40); in testComputeSize()
138 assertTrue(col2.getWidth() >= 200); in testComputeSize()
140 int width1 = col1.getWidth(); in testComputeSize()
[all …]
/dports/math/stp/stp-2.3.3/lib/Simplifier/constantBitP/
H A DConstantBitP_Comparison.cpp143 assert(c0.getWidth() == c1.getWidth()); in fast_exit()
144 for (int i = (int)c0.getWidth() - 1; i >= 0; i--) in fast_exit()
181 assert(c0.getWidth() == c1.getWidth()); in bvSignedLessThanBothWays()
236 const int msb = c0.getWidth() - 1; in bvSignedLessThanBothWays()
326 assert(c0.getWidth() == c1.getWidth()); in bvSignedLessThanEqualsBothWays()
379 const int msb = c0.getWidth() - 1; in bvSignedLessThanEqualsBothWays()
474 assert(c0.getWidth() == c1.getWidth()); in bvLessThanBothWays()
535 for (int i = (int)c0.getWidth() - 1; i >= 0; i--) in bvLessThanBothWays()
555 for (int i = (int)c1.getWidth() - 1; i >= 0; i--) in bvLessThanBothWays()
581 assert(c0.getWidth() == c1.getWidth()); in bvLessThanEqualsBothWays()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx236 if (pParentSvgSvgNode->getWidth().isSet()) in seekReferenceWidth()
332 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode()
365 fWReference = aChildRange.getWidth(); in decomposeSvgNode()
375 … fW = (getWidth().isSet() ? getWidth().getNumber() *0.01 : 1.0) * fWReference; in decomposeSvgNode()
497 …const bool bWidthInvalid(getWidth().isSet() && basegfx::fTools::lessOrEqual(getWidth().getNumber()… in decomposeSvgNode()
516 … const bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode()
586 … const bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode()
679 && !getWidth().isSet() in decomposeSvgNode()
743 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in getCurrentViewPort()
775 … fW = (getWidth().isSet() ? getWidth().getNumber() *0.01 : 1.0) * fWReference; in getCurrentViewPort()
[all …]

12345678910>>...332