Home
last modified time | relevance | path

Searched refs:oldWidth (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/dports/graphics/krita/krita-4.4.8/plugins/dockers/throttle/qml/
H A Dslider.qml15 property int oldWidth: 0
31 if (oldWidth === 0) {
32 oldWidth = width;
36 var desiredPercent = slider.x * 100 / (oldWidth - 32)
38 oldWidth = width
/dports/www/choqok/choqok-1.7.0/choqok/
H A Dsystrayicon.cpp76 int oldWidth = 22; in updateUnreadCount() local
85 if (w > (oldWidth - 2)) { in updateUnreadCount()
86 pointSize *= float(oldWidth - 2) / float(w); in updateUnreadCount()
98 boundingRect.setHeight(qMin(boundingRect.height(), oldWidth)); in updateUnreadCount()
99 boundingRect.moveTo((oldWidth - boundingRect.width()) / 2, in updateUnreadCount()
100 ((oldWidth - boundingRect.height()) / 2) - 1); in updateUnreadCount()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/events/
H A DResizeEvent.as47 … * <tr><td><code>oldWidth</code></td><td>The previous width of the object, in pixels.</td></tr>
75 * @param oldWidth The previous width of the object, in pixels.
81 oldWidth:Number = NaN, oldHeight:Number = NaN)
85 this.oldWidth = oldWidth;
105 // oldWidth
111 public var oldWidth:Number; variable in ResizeEvent
124 return new ResizeEvent(type, bubbles, cancelable, oldWidth, oldHeight);
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/events/
H A DResizeEvent.as52 … * <tr><td><code>oldWidth</code></td><td>The previous width of the object, in pixels.</td></tr>
85 * @param oldWidth The previous width of the object, in pixels.
96 oldWidth:Number = NaN, oldHeight:Number = NaN)
100 this.oldWidth = oldWidth;
125 // oldWidth
136 public var oldWidth:Number; variable in ResizeEvent
149 return new ResizeEvent(type, bubbles, cancelable, oldWidth, oldHeight);
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/vigra_ext/
H A DStitchWatershed.h207 const int oldWidth = labels.width(); in MergeImages() local
209 vigra::BImage labelsWrapped(oldWidth * 2, oldHeight); in MergeImages()
211 …erRight(), labels.accessor(), labelsWrapped.upperLeft() + vigra::Diff2D(oldWidth, 0), labelsWrappe… in MergeImages()
212 vigra::BImage diffWrapped(oldWidth * 2, diffByte.height()); in MergeImages()
214 …erRight(), diffByte.accessor(), diffWrapped.upperLeft() + vigra::Diff2D(oldWidth, 0), diffWrapped.… in MergeImages()
222 …labelsWrapped.upperLeft() + vigra::Diff2D(oldWidth / 2, 0), labelsWrapped.upperLeft() + vigra::Dif… in MergeImages()
223 labels.upperLeft() + vigra::Diff2D(oldWidth / 2, 0), labels.accessor()); in MergeImages()
224 …elsWrapped.upperLeft() + vigra::Diff2D(oldWidth, 0), labelsWrapped.upperLeft() + vigra::Diff2D(old… in MergeImages()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Plugins/Plugin_BerkeliumWidget/
H A DBuffer.h41 int oldWidth = mWidthVisible; in resize() local
64 int width_bytes_source = oldWidth * BIT_IN_COLOUR; in resize()
68 if (oldWidth < mWidthVisible) in resize()
82 else if (oldWidth > mWidthVisible) in resize()
118 int width_bytes_source = oldWidth * BIT_IN_COLOUR; in resize()
123 if (oldWidth < mWidthVisible) in resize()
138 else if (oldWidth > mWidthVisible) in resize()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Plugins/Plugin_BerkeliumWidget/
H A DBuffer.h41 int oldWidth = mWidthVisible; in resize() local
64 int width_bytes_source = oldWidth * BIT_IN_COLOUR; in resize()
68 if (oldWidth < mWidthVisible) in resize()
82 else if (oldWidth > mWidthVisible) in resize()
118 int width_bytes_source = oldWidth * BIT_IN_COLOUR; in resize()
123 if (oldWidth < mWidthVisible) in resize()
138 else if (oldWidth > mWidthVisible) in resize()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Plugins/Plugin_BerkeliumWidget/
H A DBuffer.h41 int oldWidth = mWidthVisible; in resize() local
64 int width_bytes_source = oldWidth * BIT_IN_COLOUR; in resize()
68 if (oldWidth < mWidthVisible) in resize()
82 else if (oldWidth > mWidthVisible) in resize()
118 int width_bytes_source = oldWidth * BIT_IN_COLOUR; in resize()
123 if (oldWidth < mWidthVisible) in resize()
138 else if (oldWidth > mWidthVisible) in resize()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Plugins/Plugin_BerkeliumWidget/
H A DBuffer.h41 int oldWidth = mWidthVisible; in resize() local
64 int width_bytes_source = oldWidth * BIT_IN_COLOUR; in resize()
68 if (oldWidth < mWidthVisible) in resize()
82 else if (oldWidth > mWidthVisible) in resize()
118 int width_bytes_source = oldWidth * BIT_IN_COLOUR; in resize()
123 if (oldWidth < mWidthVisible) in resize()
138 else if (oldWidth > mWidthVisible) in resize()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/
H A DkpTool_Utilities.cpp246 bool kpTool::warnIfBigImageSize (int oldWidth, int oldHeight, in warnIfBigImageSize() argument
255 << " old: w=" << oldWidth << " h=" << oldWidth in warnIfBigImageSize()
266 if (!(newWidth > oldWidth || newHeight > oldHeight)) in warnIfBigImageSize()
272 if (kpCommandSize::PixmapSize (oldWidth, oldHeight, QPixmap::defaultDepth ()) >= in warnIfBigImageSize()
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/golang.org/x/image/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/vp8l/
H A Dtransform.go32 oldWidth int32 member
50 if t.oldWidth == 0 || h == 0 {
56 for x := int32(1); x < t.oldWidth; x++ {
64 top, tilesPerRow := 0, nTiles(t.oldWidth, t.bits)
76 for x := int32(1); x < t.oldWidth; x++ {
192 p, mask, tilesPerRow := int32(0), int32(1)<<t.bits-1, nTiles(t.oldWidth, t.bits)
195 for x := int32(0); x < t.oldWidth; x++ {
247 d, p, v, dst := 0, 0, uint32(0), make([]byte, 4*t.oldWidth*h)
249 for x := int32(0); x < t.oldWidth; x++ {
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/edit_fit/
H A Dbox.h42 float oldWidth; variable
69 oldWidth=0; in Box()
131 if(width!=oldWidth){ in Sampling()
132 scaleX= ((width/2)/(oldWidth/2)); in Sampling()
133 oldWidth=width; in Sampling()
213 oldWidth=width; in InitSampling()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DImageUtils.cpp32 const int oldWidth = static_cast<int>(oldSize.x() / div); in resizeMips() local
34 const int oldPitch = oldWidth * 3; in resizeMips()
37 …FIBITMAP* oldBitmap = FreeImage_ConvertFromRawBits(oldPtr, oldWidth, oldHeight, oldPitch, 24, 0xFF… in resizeMips()
/dports/multimedia/cineencoder/cine-encoder-3.5.2/app/
H A Dsettings.cpp396 oldWidth = this->width(); in eventFilter()
409 …if ((mouseClickCoordinate.x() > 6) && (mouseClickCoordinate.x() < (oldWidth - 120)) && (mouseClick… in eventFilter()
414 … if ((mouseClickCoordinate.x() > (oldWidth - 6)) && (mouseClickCoordinate.y() < 6)) in eventFilter()
419 …if ((mouseClickCoordinate.x() > (oldWidth - 6)) && (mouseClickCoordinate.y() > 62) && (mouseClickC… in eventFilter()
424 … if ((mouseClickCoordinate.x() > (oldWidth - 6)) && (mouseClickCoordinate.y() > (oldHeight - 6))) in eventFilter()
429 …if ((mouseClickCoordinate.x() > 6) && (mouseClickCoordinate.x() < (oldWidth - 6)) && (mouseClickCo… in eventFilter()
464 … this->setGeometry(this->pos().x(), deltaY, oldWidth, this->height() - deltaHeight); in eventFilter()
469 … this->setGeometry(this->pos().x(), deltaY, oldWidth + deltaWidth, this->height() - deltaHeight); in eventFilter()
474 … this->setGeometry(this->pos().x(), this->pos().y(), oldWidth + deltaWidth, oldHeight); in eventFilter()
479 …this->setGeometry(this->pos().x(), this->pos().y(), oldWidth + deltaWidth, oldHeight + deltaHeight… in eventFilter()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/
H A DComponentPaintCache.java36 private int oldWidth; field in ComponentPaintCache
66 if (cachedImage == null || (oldWidth != width) || (oldHeight != height)) { in paintComponent()
67 oldWidth = width; in paintComponent()

12345678910>>...41