Home
last modified time | relevance | path

Searched refs:modY (Results 1 – 13 of 13) sorted by relevance

/dports/astro/merkaartor/merkaartor-0.19.0/src/PaintStyle/
H A DPrimitivePainter.cpp335 int modY = 0; in drawPointLabel() local
344 modY = - pm.height(); in drawPointLabel()
346 modY -= BG_SPACING; in drawPointLabel()
348 textPath.addText(modX, modY, font, str); in drawPointLabel()
356 modY = - pm.height(); in drawPointLabel()
358 modY -= BG_SPACING; in drawPointLabel()
361 textPath.addText(modX, modY, font, strBg); in drawPointLabel()
442 int modY = 0; in drawLabel() local
452 modY = (metrics.ascent()/2)-3; in drawLabel()
492 int modY = 0; in drawLabel() local
[all …]
H A DFeaturePainter.cpp620 int modY = 0; in drawPointLabel() local
629 modY = - pm.height(); in drawPointLabel()
631 modY -= BG_SPACING; in drawPointLabel()
633 textPath.addText(modX, modY, font, str); in drawPointLabel()
641 modY = - pm.height(); in drawPointLabel()
643 modY -= BG_SPACING; in drawPointLabel()
646 textPath.addText(modX, modY, font, strBg); in drawPointLabel()
742 qreal modY = 0; in drawLabel() local
796 int modY = 0; in drawLabel() local
804 modY = (metrics.ascent()/2); in drawLabel()
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DRootTheme.cc138 const std::string &modY() const { return m_mod_y; } in modY() function in BackgroundItem
248 cmd += "-mod " + m_background->modX() + " " + m_background->modY(); in reconfigTheme()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkLinearBitmapPipeline_tile.h336 Sk4s modY = *ys - divY.floor() * fYsMax; in tileYPoints() local
337 *ys = modY; in tileYPoints()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/data/styles/
H A DArtwiz109 background.modY: 4
H A DResults112 background.modY: 4
H A DOutcomes112 background.modY: 4
H A DMerleyKay136 background.modY: 5
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/sequence/
H A Dsequences_eob.cpp507 static const int8 modY[] = { -4, -8, -2, -2, 1, 0, 0, 0 }; in king() local
527 dy[i] += modY[stepY[i]]; in king()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dumlscene.cpp3628 int modY = y % gridY; in snappedY() local
3629 y -= modY; in snappedY()
3630 if (modY >= gridY / 2) in snappedY()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/sequence/
H A Dsequences_eob.cpp785 static const int8 modY[] = { -4, -8, -2, -2, 1, 0, 0, 0 }; in king() local
805 dy[i] += modY[stepY[i]]; in king()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/series/
H A DBarSeries.as1496 var modY:Number = y + _renderData.renderedYOffset;
/dports/x11-wm/fluxbox/fluxbox-1.3.7/
H A DChangeLog1515 must also set `background.modX' and `background.modY' to integers