Home
last modified time | relevance | path

Searched refs:baseWidth (Results 176 – 200 of 343) sorted by relevance

12345678910>>...14

/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dplace.c838 np->width -= ((np->width - np->baseWidth) % np->xinc); in PlaceMaximizedClient()
844 np->width -= ((np->width - np->baseWidth) % np->xinc); in PlaceMaximizedClient()
850 np->width -= ((np->width - np->baseWidth) % np->xinc); in PlaceMaximizedClient()
/dports/cad/tkgate/tkgate-2.1/scripts/
H A Dipanel.tcl294 variable baseWidth 370
688 variable baseWidth
/dports/misc/dartsim/dart-6.11.1/dart/gui/
H A DOpenGLRenderInterface.cpp510 double baseWidth, double baseDepth, double height) in drawPyramid() argument
512 const double w = baseWidth; in drawPyramid()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/mwm/
H A Dwindows.c1509 int baseWidth, baseHeight; in WIN_ConstrainWindow() local
1519 baseWidth = tmp_win->hints.base_width; in WIN_ConstrainWindow()
1547 dwidth = ((dwidth - baseWidth) / xinc * xinc) + baseWidth; in WIN_ConstrainWindow()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp1485 int baseWidth = getBaseLevelWidth(); in isCubeComplete() local
1489 if (baseWidth <= 0 || baseWidth != baseHeight) in isCubeComplete()
1498 if (faceBaseImage.getWidth() != baseWidth || in isCubeComplete()
2582 int baseWidth = getLevelZeroWidth(); in initMipmapImages() local
2591 ASSERT((baseWidth >> level) > 0 || (baseHeight >> level) > 0); in initMipmapImages()
2592 gl::Extents levelLayerSize(std::max(baseWidth >> level, 1), in initMipmapImages()
/dports/lang/voc/voc-63008f6/src/test/gtk/
H A DGdk.Mod94 baseWidth*, baseHeight*,
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/cm/hal/
H A Dcm_hal_os.cpp392 uint32_t baseWidth = width; in HalCm_GetSurf2DUPBaseWidth() local
422 baseWidth = pitch/pixelSize; in HalCm_GetSurf2DUPBaseWidth()
423 return baseWidth; in HalCm_GetSurf2DUPBaseWidth()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/cm/hal/
H A Dcm_hal_os.cpp391 uint32_t baseWidth = width; in HalCm_GetSurf2DUPBaseWidth() local
421 baseWidth = pitch/pixelSize; in HalCm_GetSurf2DUPBaseWidth()
422 return baseWidth; in HalCm_GetSurf2DUPBaseWidth()
/dports/games/warzone2100/warzone2100/src/
H A Dcomponent.cpp142 return MAX(psStructure->pStructureType->baseWidth, psStructure->pStructureType->baseBreadth); in getStructureSizeMax()
148 return MAX(Stats->baseWidth, Stats->baseBreadth); in getStructureStatSizeMax()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxmathplot/
H A Dmathplot.cpp308 const int baseWidth = (mpLEGEND_MARGIN*2 + mpLEGEND_LINEWIDTH); in Plot() local
309 int textX = baseWidth, textY = mpLEGEND_MARGIN; in Plot()
321 textX = (textX > (tmpX + baseWidth)) ? textX : (tmpX + baseWidth + mpLEGEND_MARGIN); in Plot()
350 … dc.DrawText(label, m_dim.x + baseWidth, m_dim.y + mpLEGEND_MARGIN + plotCount*tmpY); in Plot()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcbeditor.cpp287 static int CalcWidth(cbStyledTextCtrl* control, int baseWidth, int minWidth, in CalcWidth()
290 int width = baseWidth * (defaultPointSize + control->GetZoom()) / defaultPointSize; in CalcWidth()
297 void SetColumnWidth(int marginId, int baseWidth, int minWidth, bool both) in SetColumnWidth()
302 const int width = CalcWidth(m_pOwner->m_pControl, baseWidth, minWidth, pointSize); in SetColumnWidth()
306 const int width = CalcWidth(m_pOwner->m_pControl2, baseWidth, minWidth, pointSize); in SetColumnWidth()
313 const int width = CalcWidth(control, baseWidth, minWidth, pointSize); in SetColumnWidth()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1821 int baseWidth; in extendEdge() local
1828 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1833 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2220 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2225 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2390 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2395 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1821 int baseWidth; in extendEdge() local
1828 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1833 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2220 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2225 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2390 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2395 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1821 int baseWidth; in extendEdge() local
1828 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1833 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2220 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2225 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2390 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2395 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1820 int baseWidth; in extendEdge() local
1827 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1832 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2219 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2224 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2389 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2394 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1821 int baseWidth; in extendEdge() local
1828 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1833 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2220 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2225 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2390 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2395 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1821 int baseWidth; in extendEdge() local
1828 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1833 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2220 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2225 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2390 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2395 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1821 int baseWidth; in extendEdge() local
1828 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1833 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2220 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2225 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2390 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2395 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1821 int baseWidth; in extendEdge() local
1828 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1833 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2220 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2225 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2390 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2395 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c1821 int baseWidth; in extendEdge() local
1828 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1833 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2220 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2225 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2390 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2395 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1820 int baseWidth; in extendEdge() local
1827 baseWidth = (*env)->GetIntField(env, jbaseraster, g_RasterWidthID); in extendEdge()
1832 if (xOff + rasterP->width < baseXoff + baseWidth) { in extendEdge()
2219 baseWidth = rasterP->baseRasterWidth; in allocateArray()
2224 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateArray()
2389 baseWidth = rasterP->baseRasterWidth; in allocateRasterArray()
2394 if (rasterP->minX + rasterP->width < baseXoff + baseWidth) { in allocateRasterArray()
/dports/x11-toolkits/qt5-quickcontrols/kde-qtquickcontrols-5.15.2p3/src/controls/Private/
H A Dqquickstyleitem.cpp1010 int baseWidth = metrics.horizontalAdvance(box->text) in sizeFromContents() local
1014 baseWidth += qApp->style()->pixelMetric(QStyle::PM_IndicatorWidth); in sizeFromContents()
1015 baseWidth += qApp->style()->pixelMetric(QStyle::PM_CheckBoxLabelSpacing); in sizeFromContents()
1018 …tyle()->sizeFromContents(QStyle::CT_GroupBox, m_styleoption, QSize(qMax(baseWidth, m_contentWidth)… in sizeFromContents()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrGpu.h559 static bool MipMapsAreCorrect(int baseWidth, int baseHeight, GrMipMapped,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrGpu.h559 static bool MipMapsAreCorrect(int baseWidth, int baseHeight, GrMipMapped,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrGpu.h559 static bool MipMapsAreCorrect(int baseWidth, int baseHeight, GrMipMapped,

12345678910>>...14