Home
last modified time | relevance | path

Searched refs:getHeight (Results 1 – 25 of 9505) sorted by relevance

12345678910>>...381

/dports/devel/p5-Tree-Simple/Tree-Simple-1.33/t/
H A D15_Tree_Simple_height_test.t26 cmp_ok($D->getHeight(), '==', 1, '... D has a height of 1');
38 cmp_ok($D->getHeight(), '==', 2, '... D has a height of 2');
39 cmp_ok($E->getHeight(), '==', 1, '... E has a height of 1');
53 cmp_ok($D->getHeight(), '==', 3, '... D has a height of 3');
54 cmp_ok($E->getHeight(), '==', 2, '... E has a height of 2');
55 cmp_ok($F->getHeight(), '==', 1, '... F has a height of 1');
69 cmp_ok($D->getHeight(), '==', 3, '... D has a height of 3');
70 cmp_ok($E->getHeight(), '==', 2, '... E has a height of 2');
71 cmp_ok($F->getHeight(), '==', 1, '... F has a height of 1');
72 cmp_ok($C->getHeight(), '==', 1, '... C has a height 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.java109 assertTrue(ImageUtil.getHeight(1, 100, 99) == 99); in testGetHeight()
110 assertTrue(ImageUtil.getHeight(1, 100, 98) == 98); in testGetHeight()
112 assertTrue(ImageUtil.getHeight(1, 99, 100) == 99); in testGetHeight()
113 assertTrue(ImageUtil.getHeight(1, 77, 77) == 77); in testGetHeight()
117 assertTrue(ImageUtil.getHeight(1, 11, 10) == 10); in testGetHeight()
133 assertTrue(ImageUtil.getHeight(2, 100, 99) == 50); in testGetHeight()
134 assertTrue(ImageUtil.getHeight(2, 100, 50) == 50); in testGetHeight()
135 assertTrue(ImageUtil.getHeight(2, 100, 49) == 49); in testGetHeight()
136 assertTrue(ImageUtil.getHeight(2, 100, 98) == 50); in testGetHeight()
139 assertTrue(ImageUtil.getHeight(2, 77, 77) == 38); in testGetHeight()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DShape.cpp108 dz_dx = (getHeight(c+1,r)-getHeight(c,r))/getXInterval(); in getNormal()
112 dz_dx = (getHeight(c,r)-getHeight(c-1,r))/getXInterval(); in getNormal()
116 dz_dx = 0.5f*(getHeight(c+1,r)-getHeight(c-1,r))/getXInterval(); in getNormal()
122 dz_dy = (getHeight(c,r+1)-getHeight(c,r))/getYInterval(); in getNormal()
126 dz_dy = (getHeight(c,r)-getHeight(c,r-1))/getYInterval(); in getNormal()
145 heightDelta.x() = (getHeight(c+1,r)-getHeight(c,r)); in getHeightDelta()
149 heightDelta.x() = (getHeight(c,r)-getHeight(c-1,r)); in getHeightDelta()
153 heightDelta.x() = 0.5f*(getHeight(c+1,r)-getHeight(c-1,r)); in getHeightDelta()
158 heightDelta.y() = (getHeight(c,r+1)-getHeight(c,r)); in getHeightDelta()
162 heightDelta.y() = (getHeight(c,r)-getHeight(c,r-1)); in getHeightDelta()
[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()
145 if ((I1.getHeight() != Idiff.getHeight()) || (I1.getWidth() != Idiff.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()
289 if ((I1.getHeight() != Ires.getHeight()) || (I1.getWidth() != Ires.getWidth())) { 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()
368 dIx.resize(I.getHeight(), I.getWidth()); in filterX()
418 for (unsigned int i = I.getHeight() - (size - 1) / 2; i < I.getHeight(); i++) { in filterY()
442 for (unsigned int i = I.getHeight() - (size - 1) / 2; i < I.getHeight(); i++) { in filterY()
463 for (unsigned int i = I.getHeight() - (size - 1) / 2; i < I.getHeight(); i++) { in filterY()
655 for (unsigned int i = I.getHeight() - 3; i < I.getHeight(); i++) { in getGradY()
713 for (unsigned int i = I.getHeight() - (size - 1) / 2; i < I.getHeight(); i++) { in getGradY()
734 for (unsigned int i = I.getHeight() - (size - 1) / 2; i < I.getHeight(); i++) { in getGradY()
824 GI.resize(I.getHeight(), w); in getGaussXPyramidal()
845 GI[(int)((I.getHeight() + 1.) / 2.) - 1][j] = I[2 * ((int)((I.getHeight() + 1.) / 2.) - 1)][j]; in getGaussYPyramidal()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/impl/
H A Dlzf_image_io.hpp89 cloud.height = getHeight (); in read()
91 cloud.resize (getWidth () * getHeight ()); in read()
155 cloud.height = getHeight (); in readOMP()
157 cloud.resize (getWidth () * getHeight ()); in readOMP()
235 cloud.height = getHeight (); in read()
284 cloud.height = getHeight (); in readOMP()
340 cloud.height = getHeight (); in read()
343 int wh2 = getWidth () * getHeight () / 2; in read()
398 cloud.height = getHeight (); in readOMP()
470 cloud.height = getHeight (); in read()
[all …]
/dports/misc/visp/visp-3.4.0/modules/core/test/image/
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 …]
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()
207 const float scaleY = Isrc.getHeight() / static_cast<float>(Idst.getHeight()); in resizeRef()
234 const float scaleY = Isrc.getHeight() / static_cast<float>(Idst.getHeight()); 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()
362 Ires.resize(I1.getHeight(), I1.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()
408 if (i == 0 || i == J.getHeight() - 1) { in imageErosionRef()
[all …]
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ScrollViewBase.cpp55 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
62 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() - mHScroll->getHeight()); in updateScrollSize()
63 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
98 mHScroll->setSize(mHScroll->getWidth() + mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
105 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() + mHScroll->getHeight()); in updateScrollSize()
106 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() + mHScroll->getHeight()); in updateScrollSize()
131 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() - mHScroll->getHeight()); in updateScrollSize()
143 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
151 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
174 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() + mHScroll->getHeight()); in updateScrollSize()
[all …]
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ScrollViewBase.cpp55 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
62 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() - mHScroll->getHeight()); in updateScrollSize()
63 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
98 mHScroll->setSize(mHScroll->getWidth() + mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
105 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() + mHScroll->getHeight()); in updateScrollSize()
106 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() + mHScroll->getHeight()); in updateScrollSize()
131 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() - mHScroll->getHeight()); in updateScrollSize()
143 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
151 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
174 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() + mHScroll->getHeight()); in updateScrollSize()
[all …]
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ScrollViewBase.cpp55 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
62 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() - mHScroll->getHeight()); in updateScrollSize()
63 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
98 mHScroll->setSize(mHScroll->getWidth() + mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
105 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() + mHScroll->getHeight()); in updateScrollSize()
106 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() + mHScroll->getHeight()); in updateScrollSize()
131 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() - mHScroll->getHeight()); in updateScrollSize()
143 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
151 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
174 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() + mHScroll->getHeight()); in updateScrollSize()
[all …]
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/src/
H A DMyGUI_ScrollViewBase.cpp55 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
62 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() - mHScroll->getHeight()); in updateScrollSize()
63 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
98 mHScroll->setSize(mHScroll->getWidth() + mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
105 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() + mHScroll->getHeight()); in updateScrollSize()
106 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() + mHScroll->getHeight()); in updateScrollSize()
131 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() - mHScroll->getHeight()); in updateScrollSize()
143 mVScroll->setSize(mVScroll->getWidth(), mVScroll->getHeight() - mHScroll->getHeight()); in updateScrollSize()
151 mHScroll->setSize(mHScroll->getWidth() - mVScroll->getWidth(), mHScroll->getHeight()); in updateScrollSize()
174 …nt->setSize(mScrollViewClient->getWidth(), mScrollViewClient->getHeight() + mHScroll->getHeight()); in updateScrollSize()
[all …]
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dwidgets.cpp539 int textY = getHeight() / 2 - getFont()->getHeight() / 2; in draw()
598 if (getWidth() == getHeight() && getWidth() > 64 && getHeight() > 64) { in draw()
781 int textY = getHeight() / 2 - getFont()->getHeight() / 2; in draw()
1537 if (y + widget->getHeight() > container.getHeight()) { in add()
1566 finished = (container.getHeight() == getHeight()); in restart()
1605 if (y + widget->getHeight() > container.getHeight()) { in add()
1823 fontHeight = std::max<int>(getFont()->getHeight(), img->getHeight()); in draw()
1877 …cted(y / (itemImage ? std::max<int>(getFont()->getHeight(), itemImage->getHeight()) : getFont()->g… in mousePress()
1914 …height = (itemImage ? std::max<int>(getFont()->getHeight(), itemImage->getHeight()) : getFont()->g… in setSelected()
2560 h = getHeight(); in draw()
[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()
76 for (unsigned int i = 0; i < I.getHeight(); i++) { in fillHoles()
82 vpImage<unsigned char> marker(I.getHeight() + 2, I.getWidth() + 2, 0); in fillHoles()
84 for (unsigned int i = 0; i < marker.getHeight(); i++) { in fillHoles()
85 if (i == 0 || i == marker.getHeight() - 1) { in fillHoles()
98 for (unsigned int i = 0; i < I.getHeight(); i++) { in fillHoles()
107 for (unsigned int i = 0; i < I.getHeight(); i++) { in fillHoles()
115 vpImage<unsigned char> mask(I.getHeight(), I.getWidth()); in fillHoles()
116 for (unsigned int i = 0; i < mask.getHeight(); i++) { in fillHoles()
148 if (marker.getHeight() != mask.getHeight() || marker.getWidth() != mask.getWidth()) { in reconstruct()
[all …]
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DIconPadButton.hpp70 button.setWidth (getHeight()); in setWidth()
71 icon.moveTo (getHeight(), 0); in setWidth()
72 icon.setWidth (getWidth() - getHeight()); in setWidth()
79 button.setWidth (getHeight()); in setHeight()
80 icon.moveTo (getHeight(), 0); in setHeight()
81 icon.setWidth (getWidth() - getHeight()); in setHeight()
87 icon.moveTo (icon.getHeight(), 0); in resize()
89 button.resize (icon.getHeight(), icon.getHeight()); in resize()
99 button.resize (getHeight(), getHeight()); in resize()
100 icon.moveTo (getHeight(), 0); in resize()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/android/src/org/yabause/android/
H A DYabausePad.java195 float yu = (float) getHeight() / 160; in onMeasure()
197 …t.BUTTON_UP].updateRect((int) (20 * xu), (int) (getHeight() - 70 * yu), (int) (28 * xu), (int) (ge… in onMeasure()
198 …UTTON_RIGHT].updateRect((int) (30 * xu), (int) (getHeight() - 47 * yu), (int) (42 * xu), (int) (ge… in onMeasure()
199 …BUTTON_DOWN].updateRect((int) (20 * xu), (int) (getHeight() - 30 * yu), (int) (28 * xu), (int) (ge… in onMeasure()
200 ….BUTTON_LEFT].updateRect((int) (6 * xu), (int) (getHeight() - 47 * yu), (int) (18 * xu), (int) (ge… in onMeasure()
204 …ect((int) (getWidth() - 46 * xu), (int) (getHeight() - 24 * yu), (int) (getWidth() - 38 * xu), (in… in onMeasure()
205 …ect((int) (getWidth() - 31 * xu), (int) (getHeight() - 41 * yu), (int) (getWidth() - 23 * xu), (in… in onMeasure()
206 …Rect((int) (getWidth() - 14 * xu), (int) (getHeight() - 51 * yu), (int) (getWidth() - 6 * xu), (in… in onMeasure()
208 …ect((int) (getWidth() - 55 * xu), (int) (getHeight() - 46 * yu), (int) (getWidth() - 49 * xu), (in… in onMeasure()
209 …ect((int) (getWidth() - 40 * xu), (int) (getHeight() - 63 * yu), (int) (getWidth() - 34 * xu), (in… in onMeasure()
[all …]
/dports/x11/runner/runner-1.1/src/aguix/
H A Dbubblewindow.cc164 getHeight(), in prepareHelpText()
171 getHeight(), in prepareHelpText()
179 getHeight(), in prepareHelpText()
183 linked_widget_y - getHeight() - 10); in prepareHelpText()
187 getHeight(), in prepareHelpText()
197 getHeight(), in prepareHelpText()
205 getHeight(), in prepareHelpText()
213 getHeight(), in prepareHelpText()
217 mouse_root_y - getHeight() - 10 ); in prepareHelpText()
221 getHeight(), in prepareHelpText()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dbubblewindow.cc164 getHeight(), in prepareHelpText()
171 getHeight(), in prepareHelpText()
179 getHeight(), in prepareHelpText()
183 linked_widget_y - getHeight() - 10); in prepareHelpText()
187 getHeight(), in prepareHelpText()
197 getHeight(), in prepareHelpText()
205 getHeight(), in prepareHelpText()
213 getHeight(), in prepareHelpText()
217 mouse_root_y - getHeight() - 10 ); in prepareHelpText()
221 getHeight(), in prepareHelpText()
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/guichan/widgets/
H A Dimagebutton.cpp70 setHeight(mImage->getHeight() + mImage->getHeight() / 2); in ImageButton()
78 setHeight(mImage->getHeight() + mImage->getHeight() / 2); in ImageButton()
132 getHeight() - 1)); in draw()
136 graphics->drawLine(0, 1, 0, getHeight() - 1); in draw()
139 graphics->drawLine(getWidth() - 1, 1, getWidth() - 1, getHeight() - 1); in draw()
140 graphics->drawLine(1, getHeight() - 1, getWidth() - 1, getHeight() - 1); in draw()
145 const int textY = (getHeight() - (mImage ? mImage->getHeight() : 0) ) / 2; in draw()
162 getHeight() - 4)); in draw()
/dports/devel/guichan/guichan-0.8.2/src/widgets/
H A Dimagebutton.cpp70 setHeight(mImage->getHeight() + mImage->getHeight() / 2); in ImageButton()
78 setHeight(mImage->getHeight() + mImage->getHeight() / 2); in ImageButton()
132 getHeight() - 1)); in draw()
136 graphics->drawLine(0, 1, 0, getHeight() - 1); in draw()
139 graphics->drawLine(getWidth() - 1, 1, getWidth() - 1, getHeight() - 1); in draw()
140 graphics->drawLine(1, getHeight() - 1, getWidth() - 1, getHeight() - 1); in draw()
145 const int textY = (getHeight() - (mImage ? mImage->getHeight() : 0) ) / 2; in draw()
162 getHeight() - 4)); in draw()
/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()
115 unsigned yuv_skip = (wrapper_->getHeight () / height - 1) * ( wrapper_->getWidth () << 1 ); in fillRGB()
117 …for (unsigned yIdx = 0; yIdx < wrapper_->getHeight (); yIdx += yuv_step, yuv_buffer += yuv_skip, r… in fillRGB()
137 if (width > wrapper_->getWidth () || height > wrapper_->getHeight ()) in fillGrayscale()
140 if (wrapper_->getWidth () % width != 0 || wrapper_->getHeight () % height != 0) in fillGrayscale()
149 unsigned yuv_skip = (wrapper_->getHeight () / height - 1) * ( wrapper_->getWidth () << 1 ); in fillGrayscale()
[all …]
H A Dimage_depth.cpp129 pcl::io::DepthImage::getHeight () const in getHeight() function in pcl::io::DepthImage
131 return (wrapper_->getHeight ()); in getHeight()
160 if (width > wrapper_->getWidth () || height > wrapper_->getHeight ()) in fillDepthImageRaw()
163 if (wrapper_->getWidth () % width != 0 || wrapper_->getHeight () % height != 0) 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()
228 unsigned ySkip = (wrapper_->getHeight () / height - 1) * wrapper_->getWidth (); in fillDepthImage()
261 if (width > wrapper_->getWidth () || height > wrapper_->getHeight ()) in fillDisparityImage()
264 if (wrapper_->getWidth () % width != 0 || wrapper_->getHeight () % height != 0) in fillDisparityImage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx278 if (pParentSvgSvgNode->getHeight().isSet()) in seekReferenceHeight()
335 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
399 fHReference = aChildRange.getHeight(); in decomposeSvgNode()
410 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in decomposeSvgNode()
498 …const bool bHeightInvalid(getHeight().isSet() && basegfx::fTools::lessOrEqual(getHeight().getNumbe… in decomposeSvgNode()
517 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
587 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode()
680 && !getHeight().isSet()) in decomposeSvgNode()
745 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in getCurrentViewPort()
793 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in getCurrentViewPort()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx276 if (pParentSvgSvgNode->getHeight().isSet()) in seekReferenceHeight()
333 … bool bHeightIsAbsolute(getHeight().isSet() && SvgUnit::percent != getHeight().getUnit()); in decomposeSvgNode()
397 fHReference = aChildRange.getHeight(); in decomposeSvgNode()
408 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in decomposeSvgNode()
496 …const bool bHeightInvalid(getHeight().isSet() && basegfx::fTools::lessOrEqual(getHeight().getNumbe… in decomposeSvgNode()
515 … const bool bHeightIsAbsolute(getHeight().isSet() && SvgUnit::percent != getHeight().getUnit()); in decomposeSvgNode()
585 … const bool bHeightIsAbsolute(getHeight().isSet() && SvgUnit::percent != getHeight().getUnit()); in decomposeSvgNode()
678 && !getHeight().isSet()) in decomposeSvgNode()
743 … bool bHeightIsAbsolute(getHeight().isSet() && SvgUnit::percent != getHeight().getUnit()); in getCurrentViewPort()
791 … fH = (getHeight().isSet() ? getHeight().getNumber() *0.01 : 1.0) * fHReference; in getCurrentViewPort()
[all …]
/dports/games/stratagus/stratagus-3.2.0/src/ui/
H A Dwidgets.cpp342 int textY = getHeight() / 2 - getFont()->getHeight() / 2; in draw()
445 graphics->drawImage(img, 0, 0, 0, (getHeight() - img->getHeight()) / 2, in drawBox()
609 graphics->drawImage(img, 0, 0, 0, (getHeight() - img->getHeight()) / 2, in drawBox()
1065 if (y + widget->getHeight() > container.getHeight()) { in add()
1094 finished = (container.getHeight() == getHeight()); in restart()
1133 if (y + widget->getHeight() > container.getHeight()) { in add()
1349 fontHeight = std::max<int>(getFont()->getHeight(), img->getHeight()); in draw()
1403 …cted(y / (itemImage ? std::max<int>(getFont()->getHeight(), itemImage->getHeight()) : getFont()->g… in mousePress()
1440 …height = (itemImage ? std::max<int>(getFont()->getHeight(), itemImage->getHeight()) : getFont()->g… in setSelected()
2085 h = getHeight(); in draw()
[all …]

12345678910>>...381