Home
last modified time | relevance | path

Searched defs:maxW (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/dports/graphics/krita/krita-4.4.8/libs/ui/widgets/
H A Dkis_cmb_gradient.cpp65 int maxW = 7 * fm.horizontalAdvance(QChar('x')) + 18; in sizeHint() local
67 int maxW = 7 * fm.width(QChar('x')) + 18; in sizeHint() local
/dports/graphics/krita/krita-4.4.8/plugins/impex/raw/3rdparty/libkdcraw/src/
H A Dsqueezedcombobox.cpp97 int maxW = count() ? 18 : 7 * fm.horizontalAdvance(QChar('x')) + 18; in sizeHint() local
99 int maxW = count() ? 18 : 7 * fm.width(QChar('x')) + 18; in sizeHint() local
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dbbox.c38 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dbbox.c37 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/combo/
H A Dsqueezedcombobox.cpp124 int maxW = count() ? 18 : 7 * fm.horizontalAdvance(QLatin1Char('x')) + 18; in sizeHint() local
128 int maxW = count() ? 18 : 7 * fm.width(QLatin1Char('x')) + 18; in sizeHint() local
/dports/games/traingame/traingame-cb6513e/src/gui/
H A DWindow.cpp55 int maxW = 0; in adjust_for_theme() local
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DTTFFont.h78 float maxW; variable
H A DDebugFont.h47 float maxW; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/teenagent/
H A Dfont.cpp115 uint maxW = render(NULL, 0, 0, str, false); in render() local
140 uint w = 0, maxW = 0; in render() local
/dports/games/scummvm/scummvm-2.5.1/engines/teenagent/
H A Dfont.cpp115 uint maxW = render(NULL, 0, 0, str, false); in render() local
140 uint w = 0, maxW = 0; in render() local
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/OES/
H A Dprimitive_bounding_box.py17 def glPrimitiveBoundingBoxOES(minX,minY,minZ,minW,maxX,maxY,maxZ,maxW):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/EXT/
H A Dprimitive_bounding_box.py17 def glPrimitiveBoundingBoxEXT(minX,minY,minZ,minW,maxX,maxY,maxZ,maxW):pass argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Toolkit/ScreenInsetsTest/
H A DScreenInsetsTest.java65 int maxW = gcBounds.width / 3; in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/Toolkit/ScreenInsetsTest/
H A DScreenInsetsTest.java65 int maxW = gcBounds.width / 3; in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/Toolkit/ScreenInsetsTest/
H A DScreenInsetsTest.java65 int maxW = gcBounds.width / 3; in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/Toolkit/ScreenInsetsTest/
H A DScreenInsetsTest.java65 int maxW = gcBounds.width / 3; in main() local

12345678910>>...36