Home
last modified time | relevance | path

Searched refs:topPos (Results 1 – 25 of 85) sorted by relevance

1234

/dports/misc/xtar/xtar-1.4/Xbr/
H A DXbrCreate.h46 rightPos, topAt, topPos, botAt, botPos) \ argument
50 XmNtopAttachment, topAt, XmNtopPosition, topPos, \
56 rightPos, topAt, topPos, botAt, botPos) \ argument
60 XmNtopAttachment, topAt, XmNtopPosition, topPos, \
66 rightPos, topAt, topPos, botAt, botPos) \ argument
70 XmNtopAttachment, topAt, XmNtopPosition, topPos, \
76 topAt, topPos, botAt, botPos) \ argument
106 rightPos, topAt, topPos, botAt, botPos) \ argument
111 XmNtopAttachment, topAt, XmNtopPosition, topPos, \
116 rightPos, topAt, topPos, botAt, botPos) \ argument
[all …]
H A DXbrCreate.c39 unsigned char topAt, int topPos, unsigned char botAt, int botPos) in XbrCreateList() argument
50 XmNtopAttachment, topAt, XmNtopPosition, topPos, in XbrCreateList()
66 unsigned char rightAt, int rightPos, unsigned char topAt, int topPos, in XbrCreateText() argument
81 XmNtopAttachment, topAt, XmNtopPosition, topPos, in XbrCreateText()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Actions/
H A DProcessMonitor.cpp182 double topPos, leftPos, bottomPos, rightPos, rightProgressPos; in updateProgressMeterVertices() local
242 progressMeterVertices[2]->vertexPosition.coord.y = topPos; in updateProgressMeterVertices()
250 progressMeterVertices[3]->vertexPosition.coord.y = topPos; in updateProgressMeterVertices()
279 progressMeterOutlineVertices[2]->vertexPosition.coord.y = topPos; in updateProgressMeterVertices()
303 double topPos; in setupProgressMeterVertices() local
353 coordPoint.y = topPos; in setupProgressMeterVertices()
369 coordPoint.y = topPos; in setupProgressMeterVertices()
417 coordPoint.y = topPos; in setupProgressMeterVertices()
433 coordPoint.y = topPos; in setupProgressMeterVertices()
483 coordPoint.y = topPos; in setupProgressMeterVertices()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/
H A DBC_TwoDimWriter.cpp31 int32_t topPos = 0; in RenderDeviceResult() local
34 topPos = (m_Height - m_output->GetHeight()) / 2; in RenderDeviceResult()
47 rect.AppendRect((FX_FLOAT)leftPos + x, (FX_FLOAT)topPos + y, in RenderDeviceResult()
48 (FX_FLOAT)(leftPos + x + 1), (FX_FLOAT)(topPos + y + 1)); in RenderDeviceResult()
74 int32_t topPos = 0; in RenderBitmapResult() local
77 topPos = (m_Height - m_output->GetHeight()) / 2; in RenderBitmapResult()
82 pOutBitmap->SetPixel(leftPos + x, topPos + y, m_barColor); in RenderBitmapResult()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/py_lib/seqan/dox/tpl/css/
H A Drules.less38 .bullet-icon(@content, before, @topPos, @rightPos, @bottomPos, @leftPos) {
41 .bullet-icon-content(@content, @topPos, @rightPos, @bottomPos, @leftPos);
44 .bullet-icon(@content, after, @topPos, @rightPos, @bottomPos, @leftPos) {
47 .bullet-icon-content(@content, @topPos, @rightPos, @bottomPos, @leftPos);
50 .bullet-icon-content(@content, @topPos, @rightPos, @bottomPos, @leftPos) {
52 top: @topPos;
/dports/biology/seqan/seqan-library-2.4.0/share/doc/seqan/html/css/
H A Drules.less38 .bullet-icon(@content, before, @topPos, @rightPos, @bottomPos, @leftPos) {
41 .bullet-icon-content(@content, @topPos, @rightPos, @bottomPos, @leftPos);
44 .bullet-icon(@content, after, @topPos, @rightPos, @bottomPos, @leftPos) {
47 .bullet-icon-content(@content, @topPos, @rightPos, @bottomPos, @leftPos);
50 .bullet-icon-content(@content, @topPos, @rightPos, @bottomPos, @leftPos) {
52 top: @topPos;
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dgridcanvas.cpp56 const qreal topPos = rowHeight * .5; // also top margin in paintEvent() local
58 const qreal bottomPos = h - topPos; // bottom end position of graph in paintEvent()
75 painter.drawLine(xpos, topPos, xpos, bottomPos); in paintEvent()
80 int ypos = topPos + i * rowHeight; in paintEvent()
90 …auto getPosition = [this, columnWidth, rowHeight, leftPos, topPos, bottomPos] (const PitchValue& v… in paintEvent()
94 y = topPos + rowHeight * (m_rows - 1) * .5; in paintEvent()
H A Deaseinoutcanvas.cpp60 const qreal topPos = leftPos; // also top margin in paintEvent() local
127 painter.drawLine(xPos, topPos, xPos, bottomPos); in paintEvent()
136 qreal yPos = topPos + (static_cast<qreal>(i) / pitchDelta) * graphHeight; in paintEvent()
150 …QPointF pos = { 4, topPos + fontHeight * 0.3 + (1.0 - (static_cast<qreal>(i) / pitchDelta)) * grap… in paintEvent()
176 prevPoint = { leftPos, m_pitchDelta > 0 ? bottomPos : topPos }; in paintEvent()
/dports/games/cake/cake_src/cake/
H A Dconsole.cpp243 topPos = 0; in Console()
1096 TBackup = topPos; in SetType()
1099 topPos = 0; in SetType()
1117 topPos = TBackup; in SetType()
1152 TBackup = topPos; in Maximize()
1154 topPos = titleBarHeight; in Maximize()
1167 topPos = TBackup; in Unmaximize()
1188 topPos = top; in SetTopPos()
1192 if (topPos < 0) topPos = 0; in SetTopPos()
1193 if ((topPos + height) > gRender->GetHeight()) topPos = gRender->GetHeight() - height; in SetTopPos()
[all …]
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/gqb/
H A DgqbGridOrderTable.cpp263 void gqbGridOrderTable::changesRangeOnePos(int topPos, int bottomPos, int newTop) in changesRangeOnePos() argument
266 topPos++; in changesRangeOnePos()
268 int sizeRange = bottomPos - (topPos - 1), size = GetNumberRows(); in changesRangeOnePos()
269 if(topPos > newTop) // Go Down in changesRangeOnePos()
272 if( (topPos > 1) && ((newTop + sizeRange) < size) ) in changesRangeOnePos()
H A DgqbGridProjTable.cpp275 void gqbGridProjTable::changesRangeOnePos(int topPos, int bottomPos, int newTop) in changesRangeOnePos() argument
278 topPos++; in changesRangeOnePos()
280 int sizeRange = bottomPos - (topPos - 1), size = GetNumberRows(); in changesRangeOnePos()
281 if(topPos > newTop) // Go Down in changesRangeOnePos()
284 if( (topPos > 1) && ((newTop + sizeRange) < size) ) in changesRangeOnePos()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dpaint16.cpp83 …(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, byte priority, ui… in drawCelAndShow() argument
89 celRect.top = topPos; in drawCelAndShow()
128 …(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, byte priority, ui… in drawHiresCelAndShow() argument
135 if ((leftPos == 0) && (topPos == 0)) { in drawHiresCelAndShow()
146 topPos = upscaledHiresRect.top; in drawHiresCelAndShow()
152 celRect.top = topPos; in drawHiresCelAndShow()
397 …(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, int16 priority, u… in kernelDrawCel() argument
401 drawCelAndShow(viewId, loopNo, celNo, leftPos, topPos, priority, paletteNo, scaleX, scaleY); in kernelDrawCel()
403 …drawHiresCelAndShow(viewId, loopNo, celNo, leftPos, topPos, priority, paletteNo, upscaledHiresHand… in kernelDrawCel()
567 int16 topPos = rect.bottom <= _screen->getHeight() ? 0 : _screen->getHeight() - rect.bottom; in kernelDisplay() local
[all …]
H A Dpaint16.h47 …void drawCelAndShow(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos
50 …(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, byte priority, ui…
68 …void kernelDrawCel(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos,…
H A Danimate.h108 …void addToPicDrawView(GuiResourceId viewId, int16 loopNo, int16 celNo, int16 leftPos, int16 topPos
113 …ew(GuiResourceId viewId, int16 loopNo, int16 celNo, int16 leftPos, int16 topPos, int16 priority, i…
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dpaint16.cpp91 …(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, byte priority, ui… in drawCelAndShow() argument
97 celRect.top = topPos; in drawCelAndShow()
136 …(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, byte priority, ui… in drawHiresCelAndShow() argument
143 if ((leftPos == 0) && (topPos == 0)) { in drawHiresCelAndShow()
154 topPos = upscaledHiresRect.top; in drawHiresCelAndShow()
160 celRect.top = topPos; in drawHiresCelAndShow()
405 …(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, int16 priority, u… in kernelDrawCel() argument
409 drawCelAndShow(viewId, loopNo, celNo, leftPos, topPos, priority, paletteNo, scaleX, scaleY); in kernelDrawCel()
411 …drawHiresCelAndShow(viewId, loopNo, celNo, leftPos, topPos, priority, paletteNo, upscaledHiresHand… in kernelDrawCel()
575 int16 topPos = rect.bottom <= _screen->getHeight() ? 0 : _screen->getHeight() - rect.bottom; in kernelDisplay() local
[all …]
H A Dpaint16.h47 …void drawCelAndShow(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos
50 …(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, byte priority, ui…
68 …void kernelDrawCel(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos,…
H A Danimate.h108 …void addToPicDrawView(GuiResourceId viewId, int16 loopNo, int16 celNo, int16 leftPos, int16 topPos
113 …ew(GuiResourceId viewId, int16 loopNo, int16 celNo, int16 leftPos, int16 topPos, int16 priority, i…
H A Dmenu.cpp582 int16 topPos; in drawMenu() local
673 topPos = _menuRect.top + 1; in drawMenu()
681 _ports->moveTo(_menuRect.left, topPos); in drawMenu()
683 _ports->moveTo(_menuRect.right - listItemEntry->textRightAlignedWidth - 5, topPos); in drawMenu()
686 _ports->moveTo(_menuRect.left + 5, topPos); in drawMenu()
688 _ports->moveTo(_menuRect.right - listItemEntry->textWidth, topPos); in drawMenu()
694 pixelPos.y = topPos + (_ports->_curPort->fontHeight >> 1) - 1; in drawMenu()
701 topPos += _ports->_curPort->fontHeight; in drawMenu()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp96 int32_t topPos = m_topPadding; in RenderDeviceResult() local
120 topPos + start_y_output * m_multiY, in RenderDeviceResult()
122 topPos + end_y_output * m_multiY); in RenderDeviceResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp96 int32_t topPos = m_topPadding; in RenderDeviceResult() local
120 topPos + start_y_output * m_multiY, in RenderDeviceResult()
122 topPos + end_y_output * m_multiY); in RenderDeviceResult()
/dports/print/py-psautohint/psautohint-2.0.0/python/psautohint/
H A DfdTools.py166 topPos = zonePos
176 topPos = zonePos + width
183 bluePairList.append((topPos, bottomPos, tempKey,
414 for topPos, bottomPos, zoneName, _, isBottomZone in bluePairList:
415 zoneDict[(topPos, bottomPos)] = (isBottomZone, zoneName,
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dframeheadgadget.cpp562 int topPos; in drawShiftTraceMarker() local
565 topPos = index2y(currentRow + offsVec[i]) + dotYPos; in drawShiftTraceMarker()
566 dotRect = QRect(shiftTraceDotXOffset, topPos, shiftTraceDotSize, in drawShiftTraceMarker()
569 topPos = index2x(currentRow + offsVec[i]) + dotXPos; in drawShiftTraceMarker()
570 dotRect = QRect(topPos, shiftTraceDotYOffset, shiftTraceDotSize, in drawShiftTraceMarker()
585 int topPos; in drawShiftTraceMarker() local
588 topPos = index2y(m_highlightedghostFrame) + dotYPos; in drawShiftTraceMarker()
589 dotRect = QRect(shiftTraceDotXOffset, topPos, shiftTraceDotSize, in drawShiftTraceMarker()
592 topPos = index2x(m_highlightedghostFrame) + dotXPos; in drawShiftTraceMarker()
593 dotRect = QRect(topPos, shiftTraceDotYOffset, shiftTraceDotSize, in drawShiftTraceMarker()
/dports/math/grpn/grpn-1.5.2/src/
H A Dsetup_buttons.c35 int topPos, int bottomPos, in createButton() argument
78 gtk_table_attach_defaults(GTK_TABLE(parent), btn, leftPos, rightPos, topPos, bottomPos); in createButton()
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/room/delegate/
H A Dmessagedelegatehelperbase.cpp67 …ion(const MessageAttachment &msgAttach, QRect descriptionRect, QPainter *painter, int topPos) const in drawDescription()
75 painter->translate(descriptionRect.left(), topPos); in drawDescription()
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Topics/GUI/Scrollbar/
H A DScrollbar.pde31 float topPos = hs1.getPos()-width/2;
33 image(top, width/2-topWidth/2 + topPos*2, 0);

1234