Home
last modified time | relevance | path

Searched defs:lineY (Results 1 – 25 of 117) sorted by relevance

12345

/dports/audio/fasttracker2/ft2-clone-1.49/src/scopes/
H A Dft2_scopedraw.c14 static void scopeDrawNoLoop_8bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in scopeDrawNoLoop_8bit()
27 static void scopeDrawLoop_8bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in scopeDrawLoop_8bit()
40 static void scopeDrawPingPong_8bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in scopeDrawPingPong_8bit()
53 static void scopeDrawNoLoop_16bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in scopeDrawNoLoop_16bit()
66 static void scopeDrawLoop_16bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in scopeDrawLoop_16bit()
79 static void scopeDrawPingPong_16bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in scopeDrawPingPong_16bit()
96 static void linedScopeDrawNoLoop_8bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in linedScopeDrawNoLoop_8bit()
111 static void linedScopeDrawLoop_8bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in linedScopeDrawLoop_8bit()
126 static void linedScopeDrawPingPong_8bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in linedScopeDrawPingPong_8bit()
141 static void linedScopeDrawNoLoop_16bit(scope_t *s, uint32_t x, uint32_t lineY, uint32_t w) in linedScopeDrawNoLoop_16bit()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/extensions/imagesplit/
H A Ddlg_imagesplit.cpp160 int lineY = point.y() + (m_thumbnailRatio *m_horizontalGuides[i]); in updatePreview() local
166 int lineY = point.y()+(rowHeight*(i+1)); in updatePreview() local
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DListLevelChooser.cpp48 int lineY = rectang.y() + (rectang.height() / 2); in paintEvent() local
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DListLevelChooser.cpp49 int lineY = rectang.y() + (rectang.height() / 2); in paintEvent() local
/dports/math/vtk8/VTK-8.2.0/Filters/Hybrid/Testing/Python/
H A DappendImplicitModel.py11 lineY = vtk.vtkLineSource() variable
H A DappendImplicitModelNoBounds.py16 lineY = vtk.vtkLineSource() variable
/dports/math/vtk9/VTK-9.1.0/Filters/Hybrid/Testing/Python/
H A DappendImplicitModel.py11 lineY = vtk.vtkLineSource() variable
H A DappendImplicitModelNoBounds.py16 lineY = vtk.vtkLineSource() variable
/dports/math/vtk6/VTK-6.2.0/Filters/Hybrid/Testing/Python/
H A DappendImplicitModel.py12 lineY = vtk.vtkLineSource() variable
H A DappendImplicitModelNoBounds.py17 lineY = vtk.vtkLineSource() variable
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DChat.cpp288 auto lineY = screenCoords.y; in chat_history_draw_string() local
309 int32_t lineY = 0; in chat_string_wrapped_get_height() local
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/view_rendering/
H A DPanViewRenderer.cpp166 const int lineY = getLineY(rowLine); in drawAnnotations() local
190 const int lineY = getLineY(firstRowLine) + commonMetrics.lineHeight; in drawAnnotations() local
238 int lineY = getLineY(s->getSelectionLine()); in drawSequenceSelection() local
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/examples/
H A Dvncev.c77 static int lineHeight=16,lineY=height-16; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dblurcircles2.cpp132 const SkScalar lineY = 3 * maxRowR + 1.5f * kPad; in onDraw() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dblurcircles2.cpp133 const SkScalar lineY = 3 * maxRowR + 1.5f * kPad; in onDraw() local
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dutil_math.cpp532 QLineF lineY(0.0, 0.0, 0.0, 1.0); in getScaleFromMatrix() local
542 QLineF lineY(0.0, 0.0, 0.0, 1.0); in getTransformValuesFromMatrix() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DHyperlink.java271 int lineY = bounds.y + textHeight - descent + 1; in paintText() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dscalpel_talk.cpp720 int lineY = -1; in displayTalk() local
801 int ScalpelTalk::talkLine(int lineNum, int stateNum, byte color, int lineY, bool slamIt) { in talkLine()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dscalpel_talk.cpp724 int lineY = -1; in displayTalk() local
805 int ScalpelTalk::talkLine(int lineNum, int stateNum, byte color, int lineY, bool slamIt) { in talkLine()
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/util/
H A DSearchField.java106 final int lineY = circleY + 4; in paintBorder() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/internal/forms/widgets/
H A DTextSegment.java408 int lineY = rect.y + lineHeight - descent + 1; in paint() local
464 int lineY, SelectionData selData, Rectangle bounds, boolean hover, in paintString()
563 int lineY, boolean hover, boolean rolloverMode, in paintStringSegment()
H A DFormUtil.java236 int lineY = y + lineHeight - descent + 1; in paintWrapText() local
251 int lineY = y + lineHeight - descent + 1; in paintWrapText() local
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/room/delegate/
H A Dmessagelistdelegate.cpp303 const int lineY = displayLastSeenY; in drawLastSeenLine() local
318 const int lineY = (dateAreaRect.top() + dateAreaRect.bottom()) / 2; in drawDate() local
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dy4mcolorbars.c364 uint8_t *lineY; in create_bars() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/zvision/text/
H A Dtext.cpp281 …tring &text, StyledTTFont &font, uint32 color, Graphics::Surface &dest, int lineY, TextJustificati… in drawTextWithJustification()

12345