Home
last modified time | relevance | path

Searched defs:yBottom (Results 1 – 25 of 99) sorted by relevance

1234

/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/game/
H A DEllipseBrush.h35 int yTop = ry+1, yBottom, i; in GenerateBitmap() local
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DTileScalingTextureMapper.cpp124 …const qreal yBottom = ( 4.0 * radius ) * ( ( tileY + 1 ) / (qreal)numTilesY - yNormalizedCenter ) … in mapTexture() local
147 …const qreal yBottom = ( 4.0 * radius ) * ( ( tileY + 1 ) / (qreal)numTilesY - yNormalizedCenter ) … in mapTexture() local
H A DGenericScanlineTextureMapper.cpp47 …QImage *canvasImage, const ViewportParams *viewport, MapQuality mapQuality, int yTop, int yBottom ) in RenderJob()
119 const int yBottom = ( yTop == 0 ) ? imageHeight - skip in mapTexture() local
H A DSphericalScanlineTextureMapper.cpp46 …QImage *canvasImage, const ViewportParams *viewport, MapQuality mapQuality, int yTop, int yBottom ) in RenderJob()
119 const int yBottom = ( yTop == 0 ) ? imageHeight - skip in mapTexture() local
H A DTextureColorizer.cpp242 int yBottom = imgheight; in colorize() local
290 const int yBottom = ( yTop == 0 ) ? imgheight : imgry + radius; in colorize() local
H A DMercatorScanlineTextureMapper.cpp47 …QImage *canvasImage, const ViewportParams *viewport, MapQuality mapQuality, int yTop, int yBottom ) in RenderJob()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/debug/
H A DElementPopulation.cpp21 int yBottom = YRES-10; in Draw() local
/dports/graphics/xpdf/xpdf-4.03/splash/
H A DSplashXPathScanner.h81 SplashCoord yTop, yBottom; variable
/dports/graphics/xpdf4/xpdf-4.03/splash/
H A DSplashXPathScanner.h81 SplashCoord yTop, yBottom; variable
/dports/astro/marble/marble-21.12.3/src/lib/marble/projections/
H A DMercatorProjection.cpp196 const int yBottom = yTop + 4 * radius; in geoCoordinates() local
264 int yBottom = yTop + 4 * radius; in mapCoversViewport() local
H A DEquirectProjection.cpp172 const int yBottom = yTop + 2 * radius; in geoCoordinates() local
265 int yBottom = yTop + 2 * radius; in mapCoversViewport() local
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/placement/
H A Djuce_RectanglePlacement.h80 yBottom = 16, enumerator
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/placement/
H A Djuce_RectanglePlacement.h80 yBottom = 16, enumerator
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dgraphicshandler.h63 int yBottom; variable
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DWinHelper.h70 …inline CRect(int xLeft, int yTop, int xRight, int yBottom) { Set( xLeft, yTop, xRight, yBottom ); } in CRect()
85 …inline void Set( int xLeft, int yTop, int xRight, int yBottom) { top = yTop; bottom = yBottom; rig… in Set()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DWinHelper.h70 …inline CRect(int xLeft, int yTop, int xRight, int yBottom) { Set( xLeft, yTop, xRight, yBottom ); } in CRect()
85 …inline void Set( int xLeft, int yTop, int xRight, int yBottom) { top = yTop; bottom = yBottom; rig… in Set()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DSqrtCell.cpp230 int yBottom = point.y + m_innerCell->GetMaxDrop() - 3.2 * m_signTop; in Draw() local
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/src/area/
H A DZLTextArea.cpp79 int yBottom = -1; in paragraphIndexByCoordinates() local
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/View/
H A DViewProfileDivider.cpp145 double yBottom = rect().top() + rect().height() / 2.0 + ARROW_HEIGHT / 2.0; in setX() local
/dports/games/aklabeth/aklabeth-1.0/src/
H A Ddraw2.c17 int xLeft,xRight,yBottom, /* Slanted drawing constants */ variable
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libshell/src/
H A Dlogwidget.cpp222 int yBottom = buf.height() + d->visibleOffset; in draw() local
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dregion.c113 HGDI_RECT gdi_CreateRect(INT32 xLeft, INT32 yTop, INT32 xRight, INT32 yBottom) in gdi_CreateRect()
462 INLINE BOOL gdi_SetRect(HGDI_RECT rc, INT32 xLeft, INT32 yTop, INT32 xRight, INT32 yBottom) in gdi_SetRect()
/dports/math/stp/stp-2.3.3/lib/Simplifier/constantBitP/
H A DConstantBitP_Multiplication.cpp416 int yBottom = y.leastUnfixed(); in useInversesToSolve() local
512 int yBottom = y.leastUnfixed(); in useTrailingFixedToFix() local
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_render.cpp273 const int yBottom = pos[1] + size[1] - bottomHeight; in UI_DrawPanel() local
335 const int yBottom = pos[1] + size[1] - bottomHeight; in UI_DrawBorderedPanel() local
/dports/games/powder-toy/The-Powder-Toy-95.0/src/graphics/
H A DOpenGLDrawMethods.inl315 int yTop = ry, yBottom, i, j; local
345 int yTop = ry+1, yBottom, i, j; local

1234