Home
last modified time | relevance | path

Searched defs:adjustedWidth (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Dframe.cpp235 int adjustedWidth, adjustedHeight; in DoSetClientSize() local
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_surface_state.cpp1186 uint32_t adjustedWidth = MOS_ALIGN_CEIL(m_width, alignUnitWidth); in SetPerPlaneParam() local
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_surface_state.cpp1175 uint32_t adjustedWidth = MOS_ALIGN_CEIL(m_width, alignUnitWidth); in SetPerPlaneParam() local
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DAISTargetAlertDialog.cpp311 int adjustedWidth = wxMax(GetClientSize().x, textWidth + GetCharHeight() * 2); in RecalculateSize() local
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/forms/
H A DnsHTMLButtonControlFrame.cpp250 nscoord adjustedWidth = in CloneReflowInputWithReducedContentBox() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Tools/SpritePacker/
H A DSpritePacker.cpp220 int adjustedWidth = imageWidth; in Run() local
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DImportedFurnitureWizardController.java513 float adjustedWidth = Math.max(width, 0.001f); in setWidth() local
520 this.propertyChangeSupport.firePropertyChange(Property.WIDTH.name(), oldWidth, adjustedWidth); in setWidth() local
H A DHomeFurnitureController.java1152 Float adjustedWidth = width != null in setWidth() local
1164 this.propertyChangeSupport.firePropertyChange(Property.WIDTH.name(), oldWidth, adjustedWidth); in setWidth() local
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpamtopdbimg.c464 unsigned int adjustedWidth, adjustedHeight; in imageInsertInit() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/dom/
H A DDomUtils.java1149 int adjustedWidth = computedWidth - RIGHT_CHARACTER_PAD; in getCharacterWidth() local