Home
last modified time | relevance | path

Searched refs:newLineWidth (Results 1 – 23 of 23) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/graphicsitem/
H A DGeoLineStringGraphicsItem.cpp356 float newLineWidth = lineWidth; in configurePainterForLine() local
365 if (newLineWidth > 2.5) { in configurePainterForLine()
366 newLineWidth -= 2.0; in configurePainterForLine()
374 if (currentPen.widthF() != newLineWidth && newLineWidth != 0.0) { in configurePainterForLine()
375 if (newLineWidth < lineDrawThreshold) { in configurePainterForLine()
381 currentPen.setWidthF(newLineWidth); in configurePainterForLine()
452 float newLineWidth = lineWidth; in configurePainterForLabel() local
455 newLineWidth = scaledLinePhysicalWidth > lineWidth in configurePainterForLabel()
462 if (currentPen.widthF() != newLineWidth && newLineWidth != 0.0) { in configurePainterForLabel()
463 if (newLineWidth < 6.0) { in configurePainterForLabel()
[all …]
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/decorations/
H A DGridLines.cpp54 void LinePropertiesGroup::setLineWidth(float newLineWidth) in setLineWidth() argument
56 if (newLineWidth == m_lineWidth) { in setLineWidth()
60 m_lineWidth = newLineWidth; in setLineWidth()
H A DGridLines.h38 void setLineWidth(float newLineWidth);
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DDeviceContext.cpp931 int len, textWidth, newLine, newLineWidth; in GetTextRegion()
1011 int len, newLine, newLineWidth, count; in DrawText() local
1041 newLineWidth = 0; in DrawText()
1072 newLineWidth = textWidth; in DrawText()
1079 newLineWidth = textWidth; in DrawText()
1086 x = rectDraw.x + rectDraw.w - newLineWidth; in DrawText()
1088 x = rectDraw.x + (rectDraw.w - newLineWidth) / 2; in DrawText()
1134 newLineWidth = 0; in DrawText()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKPropertyWidget.h107 virtual void setLineWidth(double newLineWidth);
H A DctkVTKPropertyWidget.cpp350 void ctkVTKPropertyWidget::setLineWidth(double newLineWidth) in setLineWidth() argument
355 d->Property->SetLineWidth(newLineWidth); in setLineWidth()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Dbidi.cpp1982 int newLineWidth = availableWidth; in fitBelowFloats() local
1989 newLineWidth = lineWidth(floatBottom); in fitBelowFloats()
1991 if (newLineWidth >= widthToFit) { in fitBelowFloats()
1995 if (newLineWidth > availableWidth) { in fitBelowFloats()
1997 availableWidth = newLineWidth; in fitBelowFloats()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/
H A Dparagraph.py895 newLineWidth = lineWidth+cw
896 tooLong = newLineWidth>maxWidth
908 newLineWidth = cw
914 lineWidth = newLineWidth
1254 newLineWidth = lineWidth+cw
1255 if newLineWidth>maxWidth:
1259 newLineWidth = cw
1262 lineWidth = newLineWidth
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp1772 float newLineWidth = m_availableWidth; in fitBelowFloats() local
1778 newLineWidth = m_block->availableLogicalWidthForLine(floatLogicalBottom, m_isFirstLine); in fitBelowFloats()
1780 if (newLineWidth >= m_uncommittedWidth) in fitBelowFloats()
1784 if (newLineWidth > m_availableWidth) { in fitBelowFloats()
1786 m_availableWidth = newLineWidth + m_overhangWidth; in fitBelowFloats()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/touche/
H A Dtouche.cpp2383 int newLineWidth = 0; in formatTalkText() local
2392 if (lineWidth + newLineWidth >= 200) { in formatTalkText()
2394 newLineWidth = lineWidth - chrWidth; in formatTalkText()
2399 newLineWidth += lineWidth; in formatTalkText()
2409 if (newLineWidth + lineWidth >= 200) { in formatTalkText()
/dports/games/scummvm/scummvm-2.5.1/engines/touche/
H A Dtouche.cpp2380 int newLineWidth = 0; in formatTalkText() local
2389 if (lineWidth + newLineWidth >= 200) { in formatTalkText()
2391 newLineWidth = lineWidth - chrWidth; in formatTalkText()
2396 newLineWidth += lineWidth; in formatTalkText()
2406 if (newLineWidth + lineWidth >= 200) { in formatTalkText()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/ui/
H A Dui_shared.c2983 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
3032 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
3068 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
3081 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
3093 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
3095 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
3126 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/ioquake3/ioquake3-1.36/code/ui/
H A Dui_shared.c2837 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
2866 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
2872 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
2880 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
2882 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
2898 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/ioquake3-server/ioquake3-1.36/code/ui/
H A Dui_shared.c2837 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
2866 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
2872 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
2880 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
2882 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
2898 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/ui/
H A Dui_shared.c2837 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
2866 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
2872 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
2880 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
2882 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
2898 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/ui/
H A Dui_shared.c2837 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
2866 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
2872 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
2880 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
2882 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
2898 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/openarena/openarena-engine-source-0.8.8/code/ui/
H A Dui_shared.c2837 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
2866 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
2872 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
2880 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
2882 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
2898 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/evq3/evq3/code/ui/
H A Dui_shared.c2837 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
2866 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
2872 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
2880 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
2882 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
2898 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/iortcw/iortcw-1.51c/MP/code/ui/
H A Dui_shared.c3345 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
3372 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
3378 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
3386 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
3388 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
3404 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/iortcw/iortcw-1.51c/SP/code/ui/
H A Dui_shared.c3342 int width, height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
3369 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
3375 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
3383 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
3385 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
3401 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/openjk/OpenJK-07675e2/code/ui/
H A Dui_shared.cpp8602 int height, len, textWidth, newLine, newLineWidth; in Item_Text_AutoWrapped_Paint() local
8647 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
8656 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
8671 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
8675 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
8707 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/games/openjk/OpenJK-07675e2/codemp/ui/
H A Dui_shared.c4522 int height, len, textWidth, newLine, newLineWidth; //int width; in Item_Text_AutoWrapped_Paint() local
4561 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
4567 newLineWidth = textWidth; in Item_Text_AutoWrapped_Paint()
4575 item->textRect.x = item->textalignx - newLineWidth; in Item_Text_AutoWrapped_Paint()
4577 item->textRect.x = item->textalignx - newLineWidth / 2; in Item_Text_AutoWrapped_Paint()
4593 newLineWidth = 0; in Item_Text_AutoWrapped_Paint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DTextLayout.java432 int newLineWidth = 0; in computeRuns() local
442 newLineWidth += item.width; in computeRuns()
444 lineWidth = newLineWidth; in computeRuns()