Home
last modified time | relevance | path

Searched refs:realWidth (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/utils/
H A Dflowlayout.cpp126 int realWidth = qMin(wid->maximumWidth(), rect.width() / columns - horizontalSpacing()); in doLayout() local
127 realWidth -= realWidth % 40; in doLayout()
128 realWidth = qMax(realWidth, wid->minimumWidth()); in doLayout()
129 …rect.y() + mrg.bottom() + qCeil(double(m_itemList.size()) / columns) * (realWidth + verticalSpacin… in doLayout()
130 m_minimumSize = QSize(columns * realWidth, totalHeight); in doLayout()
131 QSize hint = QSize(realWidth, realWidth); in doLayout()
140 x = effectiveRect.x() + (itemCount % columns) * (realWidth + horizontalSpacing()); in doLayout()
141 … y = effectiveRect.y() + qFloor(double(itemCount) / columns) * (realWidth + verticalSpacing()); in doLayout()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/guichan/opengl/
H A Dopenglimageloader.cpp121 int realWidth = 1, realHeight = 1; in finalize() local
123 while(realWidth < width) in finalize()
125 realWidth *= 2; in finalize()
133 unsigned int *realData = new unsigned int[realWidth*realHeight]; in finalize()
138 for (x = 0; x < realWidth; x++) in finalize()
144 realData[x+y*realWidth] = 0x00000000; in finalize()
148 realData[x+y*realWidth] = rawData[x+y*width]; in finalize()
153 realData[x+y*realWidth] = 0; in finalize()
165 realWidth, in finalize()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/ds9/
H A Dabstractvideorenderer.cpp93 const qreal realWidth = size.width(), in internalNotifyResize() local
102 if ((realWidth / realHeight > ratio && scaleMode == Phonon::VideoWidget::FitInView) in internalNotifyResize()
103 … || (realWidth / realHeight < ratio && scaleMode == Phonon::VideoWidget::ScaleAndCrop)) { in internalNotifyResize()
106 m_dstX = qRound((realWidth - realHeight * ratio) / 2.); in internalNotifyResize()
108 m_dstHeight = qRound(realWidth / ratio); in internalNotifyResize()
109 m_dstY = qRound((realHeight - realWidth / ratio) / 2.); in internalNotifyResize()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dpassthrustep.cpp224 realWidth = colType.colWidth; in PassThruStep()
239 realWidth = rhs.realWidth; in PassThruStep()
259 realWidth = rhs.realWidth; in PassThruStep()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dpassthrustep.cpp224 realWidth = colType.colWidth; in PassThruStep()
239 realWidth = rhs.realWidth; in PassThruStep()
259 realWidth = rhs.realWidth; in PassThruStep()
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/factory/objects/
H A DBasicStrokeObjectDescription.java97 Float realWidth = (Float) getParameter("width"); in createObject() local
99 if (realWidth == null || dashes == null) { in createObject()
107 return new BasicStroke(realWidth.floatValue(), in createObject()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/props/
H A DPseudospectrum.hpp424 const Real realStep = realWidth/realSize; in TriangularPseudospectrum()
426 const C corner = center + C(-realWidth/2,imagWidth/2); in TriangularPseudospectrum()
452 Complex<Real> center, Real realWidth, Real imagWidth, in QuasiTriangularPseudospectrum() argument
462 const Real realStep = realWidth/realSize; in QuasiTriangularPseudospectrum()
500 const Real realStep = realWidth/realSize; in HessenbergPseudospectrum()
538 const Real realStep = realWidth/realSize; in TriangularPseudospectrum()
568 Complex<Real> center, Real realWidth, Real imagWidth, in QuasiTriangularPseudospectrum() argument
579 const Real realStep = realWidth/realSize; in QuasiTriangularPseudospectrum()
621 const Real realStep = realWidth/realSize; in HessenbergPseudospectrum()
661 const Real realStep = realWidth/realSize; in Pseudospectrum()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2n64/src/
H A DTextures.c429 cache.dummy->realWidth = 2; in TextureCache_Init()
601 uint32_t maskWidth, clampWidth, width, realWidth; member
687 _sizes->realWidth = _sizes->clampWidth; in _calcTileSizes()
689 _sizes->realWidth = _sizes->maskWidth; in _calcTileSizes()
691 _sizes->realWidth = _sizes->width; in _calcTileSizes()
702 _sizes->realWidth = pow2(_sizes->realWidth); in _calcTileSizes()
750 for (x = 0; x < pTexture->realWidth; x++) { in _loadBackground()
985 if (tmptex.realWidth > 1) in _load()
986 tmptex.realWidth >>= 1; in _load()
1183 pCurrent->realWidth = gSP.bgImage.width; in _updateBackground()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/pageapp/
H A DKoPAUtil.cpp37 const qreal realWidth = zoomHandler.resolutionX() * pageLayout.width; in setSizeAndZoom() local
40 const qreal widthScale = thumbnailSize.width() / realWidth; in setSizeAndZoom()
45 const int thumbnailWidth = qMin(thumbnailSize.width(), qRound(realWidth*heightScale)); in setSizeAndZoom()
/dports/cad/cura/Cura-58bae31/plugins/UM3NetworkPrinting/resources/qml/
H A DGenericPopUp.qml170 const realWidth = contentItem.implicitWidth + leftPadding + rightPadding
174 x: target.x + target.width / 2 - realWidth / 2,
185 x = target.x - realWidth
204 const realWidth = contentItem.implicitWidth + leftPadding + rightPadding
219 direction = availableSpace < realWidth ? "left" : originalDirection
223 direction = availableSpace < realWidth ? "right" : originalDirection
/dports/graphics/libgltext/gltext-0.3.1/src/
H A DGLTextureGlyph.cpp138 float realWidth = float(mWidth) / mTexWidth; in render() local
143 glTexCoord2f(realWidth, 0); glVertex2i(mWidth, 0); in render()
144 glTexCoord2f(realWidth, realHeight); glVertex2i(mWidth, mHeight); in render()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mobile/
H A DiosUtils.cpp6 int *height, int *width, int *realWidth) in getBitmapFromString() argument
8 getBitmap(objc, text, textsize, map, height, width, realWidth); in getBitmapFromString()
H A DiosUtils.h11 int *height, int *width, int *realWidth = NULL);
13 int *height, int *width, int *realWidth = NULL);
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/examples/lapack-like/
H A DTriangularPseudospectrum.cpp45 const Real realWidth = Input("--realWidth","x width of image",0.); in main() local
194 if( realWidth != 0. && imagWidth != 0. ) in main()
200 ( AReal, invNormMap, center, realWidth, imagWidth, in main()
204 ( AReal, invNormMap, center, realWidth, imagWidth, in main()
209 ( ACpx, invNormMap, center, realWidth, imagWidth, in main()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/
H A Dsafeopenglimagehelper.cpp146 int realWidth = powerOfTwo(width); in convertSurfaceNormalize() local
149 if (realWidth < width || realHeight < height) in convertSurfaceNormalize()
179 || realWidth != width || realHeight != height in convertSurfaceNormalize()
189 tmpImage = MSDL_CreateRGBSurface(SDL_SWSURFACE, realWidth, realHeight, in convertSurfaceNormalize()
327 const int realWidth = tmpImage->w; in glLoad() local
400 return new Image(texture, width, height, realWidth, realHeight); in glLoad()
H A Dopenglimagehelper.cpp146 int realWidth = powerOfTwo(width); in convertSurfaceNormalize() local
149 if (realWidth < width || realHeight < height) in convertSurfaceNormalize()
179 || realWidth != width || realHeight != height in convertSurfaceNormalize()
189 tmpImage = MSDL_CreateRGBSurface(SDL_SWSURFACE, realWidth, realHeight, in convertSurfaceNormalize()
329 const int realWidth = tmpImage->w; in glLoad() local
429 return new Image(texture, width, height, realWidth, realHeight); in glLoad()
/dports/games/scummvm/scummvm-2.5.1/backends/graphics/openglsdl/
H A Dopenglsdl-graphics.h69 int realWidth, realHeight; in getGraphicsModeScale() local
70 SDL_GL_GetDrawableSize(_window->getSDLWindow(), &realWidth, &realHeight); in getGraphicsModeScale()
71 int scale = realWidth / windowWidth; in getGraphicsModeScale()
/dports/mail/roundcube-umich/umich-20090813/
H A Dpngbehavior.htc22 var realSrc, realHeight, realWidth;
43 realWidth = element.width;
46 element.style.width = realWidth + 'px';
/dports/mail/roundcube-mobilecube/MobileCubeBeta#030110A/MobileCube/
H A Dpngbehavior.htc22 var realSrc, realHeight, realWidth;
43 realWidth = element.width;
46 element.style.width = realWidth + 'px';
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/sdl/
H A DDisplayDevice_SDL.cpp101 realWidth(width), realHeight(height), in PPDisplayDevice()
104 adjust(realWidth, realHeight); in PPDisplayDevice()
151 y = realWidth - 1 - h; in transform()
173 x = realWidth - y; in transformInverse()
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/plasmoidviewer/
H A Dmain.cpp110 const int realWidth = realSize.at(0).toInt(); in main() local
112 if (realWidth != 0 && realHeight != 0) { in main()
113 v->setWidth(realWidth); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/opengl/gl2paintengineex/
H A Dqtriangulatingstroker.cpp84 float realWidth = qpen_widthf(pen); in process() local
85 if (realWidth == 0) in process()
86 realWidth = 1; in process()
88 m_width = realWidth / 2; in process()
120 if (realWidth < 2.5 && (cosmetic || m_inv_scale == 1)) { in process()
129 m_curvyness_add = realWidth / 2; in process()
131 m_roundness = qMax<int>(4, realWidth * CURVE_FLATNESS); in process()
135 m_roundness = qMax<int>(4, realWidth * m_curvyness_mul); in process()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqtriangulatingstroker.cpp91 float realWidth = qpen_widthf(pen); in process() local
92 if (realWidth == 0) in process()
93 realWidth = 1; in process()
95 m_width = realWidth / 2; in process()
126 if (realWidth < 2.5 && (cosmetic || m_inv_scale == 1)) { in process()
135 m_curvyness_add = realWidth / 2; in process()
137 m_roundness = qMax<int>(4, realWidth * CURVE_FLATNESS); in process()
141 m_roundness = qMax<int>(4, realWidth * m_curvyness_mul); in process()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqtriangulatingstroker.cpp91 float realWidth = qpen_widthf(pen); in process() local
92 if (realWidth == 0) in process()
93 realWidth = 1; in process()
95 m_width = realWidth / 2; in process()
126 if (realWidth < 2.5 && (cosmetic || m_inv_scale == 1)) { in process()
135 m_curvyness_add = realWidth / 2; in process()
137 m_roundness = qMax<int>(4, realWidth * CURVE_FLATNESS); in process()
141 m_roundness = qMax<int>(4, realWidth * m_curvyness_mul); in process()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqtriangulatingstroker.cpp91 float realWidth = qpen_widthf(pen); in process() local
92 if (realWidth == 0) in process()
93 realWidth = 1; in process()
95 m_width = realWidth / 2; in process()
126 if (realWidth < 2.5 && (cosmetic || m_inv_scale == 1)) { in process()
135 m_curvyness_add = realWidth / 2; in process()
137 m_roundness = qMax<int>(4, realWidth * CURVE_FLATNESS); in process()
141 m_roundness = qMax<int>(4, realWidth * m_curvyness_mul); in process()

12345678