Home
last modified time | relevance | path

Searched refs:textPoint (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dfont.cpp300 Point textPoint(point); in outFont() local
458 textPoint.x = textPoint.x - (textWidth / 2); in textDraw()
476 Common::Point textPoint; in getHeight() local
484 textPoint.x = (fitWidth / 2); in getHeight()
485 textPoint.y = 0; in getHeight()
522 return textPoint.y + h; in getHeight()
535 return textPoint.y + h; in getHeight()
557 Common::Point textPoint; in textDrawRect() local
566 textPoint.y = rect.top; in textDrawRect()
607 textPoint2.y = textPoint.y; in textDrawRect()
[all …]
H A Drender.cpp79 Point textPoint; in drawScene() local
170textPoint.x = _vm->_gfx->getBackBufferWidth() - _vm->_font->getStringWidth(kKnownFontSmall, txtBuf… in drawScene()
171 textPoint.y = 2; in drawScene()
173 …_vm->_font->textDraw(kKnownFontSmall, txtBuffer, textPoint, kITEColorBrightWhite, kITEColorBlack, … in drawScene()
180textPoint.x = (_vm->_gfx->getBackBufferWidth() - _vm->_font->getStringWidth(kKnownFontPause, pause… in drawScene()
181 textPoint.y = 90; in drawScene()
183 _vm->_font->textDraw(kKnownFontPause, pauseString, textPoint, in drawScene()
H A Dobjectmap.cpp196 Point textPoint; in draw() local
214 textPoint.x = 2; in draw()
215 textPoint.y = 2; in draw()
216 …_vm->_font->textDraw(kKnownFontSmall, txtBuf.c_str(), textPoint, kITEColorBrightWhite, kITEColorBl… in draw()
H A Dinterface.cpp872 Point textPoint; in drawPanelText() local
925 textPoint.x = rect.left; in drawPanelText()
926 textPoint.y = rect.top + 1; in drawPanelText()
941 Point textPoint; in drawOption() local
1004 textPoint.y = rect2.top; in drawOption()
1267 Point textPoint; in drawTextInput() local
1289 textPoint.x = rect.left; in drawTextInput()
1877 Point textPoint; in drawStatusBar() local
2541 Point textPoint; in converseDisplayTextLines() local
2591 textPoint.y = rect.top; in converseDisplayTextLines()
[all …]
H A Dactor.cpp1101 Point textPoint; in drawSpeech() local
1121textPoint.x = CLIP(actor->_screenPosition.x - width / 2, 10, _vm->getDisplayInfo().width - 10 - wi… in drawSpeech()
1124textPoint.y = CLIP(actor->_screenPosition.y - 58, 10, _vm->_scene->getHeight(true) - 10 - height); in drawSpeech()
1126textPoint.y = 10; // CLIP(actor->_screenPosition.y - 160, 10, _vm->_scene->getHeight(true) - 10 - … in drawSpeech()
1128 _vm->_font->textDraw(kKnownFontScript, &outputString.front(), textPoint, in drawSpeech()
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dfont.cpp96 Common::Point textPoint(point); in textDraw() local
136 textPoint.x = textPoint.x - (textWidth / 2); in textDraw()
188 Common::Point textPoint; in textDrawRect() local
197 textPoint.y = rect.top; in textDrawRect()
238 textPoint2.y = textPoint.y; in textDrawRect()
331 Common::Point textPoint; in getHeight() local
339 textPoint.y = 0; in getHeight()
376 return textPoint.y + h; in getHeight()
389 return textPoint.y + h; in getHeight()
422 Point textPoint(point); in outFont() local
[all …]
H A Drender.cpp84 Point textPoint; in drawScene() local
175textPoint.x = _vm->_gfx->getBackBufferWidth() - _vm->_font->getStringWidth(kKnownFontSmall, txtBuf… in drawScene()
176 textPoint.y = 2; in drawScene()
178 …_vm->_font->textDraw(kKnownFontSmall, txtBuffer, textPoint, kITEColorBrightWhite, kITEColorBlack, … in drawScene()
185textPoint.x = (_vm->_gfx->getBackBufferWidth() - _vm->_font->getStringWidth(kKnownFontPause, pause… in drawScene()
186 textPoint.y = 90; in drawScene()
188 _vm->_font->textDraw(kKnownFontPause, pauseString, textPoint, in drawScene()
H A Dobjectmap.cpp196 Point textPoint; in draw() local
214 textPoint.x = 2; in draw()
215 textPoint.y = 2; in draw()
216 …_vm->_font->textDraw(kKnownFontSmall, txtBuf.c_str(), textPoint, kITEColorBrightWhite, kITEColorBl… in draw()
H A Dinterface.cpp852 Point textPoint; in drawPanelText() local
907 textPoint.x = rect.left; in drawPanelText()
923 Point textPoint; in drawOption() local
986 textPoint.y = rect2.top; in drawOption()
1257 Point textPoint; in drawTextInput() local
1279 textPoint.x = rect.left; in drawTextInput()
1280 textPoint.y = rect.top + 1; in drawTextInput()
1885 Point textPoint; in drawStatusBar() local
2554 Point textPoint; in converseDisplayTextLines() local
2603 textPoint.y = rect.top; in converseDisplayTextLines()
[all …]
H A Dactor.cpp1103 Point textPoint; in drawSpeech() local
1123textPoint.x = CLIP(actor->_screenPosition.x - width / 2, 10, _vm->getDisplayInfo().width - 10 - wi… in drawSpeech()
1126textPoint.y = CLIP(actor->_screenPosition.y - 58, 10, _vm->_scene->getHeight(true) - 10 - height); in drawSpeech()
1128textPoint.y = 10; // CLIP(actor->_screenPosition.y - 160, 10, _vm->_scene->getHeight(true) - 10 - … in drawSpeech()
1130 _vm->_font->textDraw(kKnownFontScript, &outputString.front(), textPoint, in drawSpeech()
/dports/biology/ugene/ugene-40.1/src/ugeneui/src/main_window/
H A DDockWidgetPainter.cpp60 QPoint textPoint = paintData.calculateTextPoint(widgetSize); in updateLabel() local
61 drawText(keyPrefix, text, textPoint, painter); in updateLabel()
63 QPoint iconPoint = paintData.calculateIconPoint(textPoint, widgetSize); in updateLabel()
131 …::drawText(const QString &keyPrefix, const QString &text, const QPoint &textPoint, QPainter &paint… in drawText() argument
140 painter.drawText(textPoint.x(), textPoint.y(), keyPrefix.left(1)); in drawText()
146 painter.drawText(textPoint.x() + prefixDx, textPoint.y(), plainText); in drawText()
181 QPoint DockWidgetPaintData::calculateIconPoint(const QPoint &textPoint, const QSize &widgetSize) co… in calculateIconPoint() argument
184 const int x = textPoint.x() - iconTextDist - iconSize; in calculateIconPoint()
H A DDockWidgetPainter.h42 …static void drawText(const QString &keyPrefix, const QString &text, const QPoint &textPoint, QPain…
51 QPoint calculateIconPoint(const QPoint &textPoint, const QSize &widgetSize) const;
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dplaylistitemdelegate.cpp200 QPoint textPoint(padding + thumbWidth, padding * 2 + textBox.height()); in paintBody() local
201 textBox = QRect(textPoint, textSize); in paintBody()
217 textPoint.setX(textBox.right() + padding); in paintBody()
219 textBox = QRect(textPoint, textSize); in paintBody()
233 textPoint.setX(textBox.right() + padding); in paintBody()
235 if (elided || textPoint.x() + textSize.width() > line.width() - padding) { in paintBody()
236 textPoint.setX(thumbWidth + padding); in paintBody()
237 textPoint.setY(textPoint.y() + textSize.height() + padding); in paintBody()
239 textBox = QRect(textPoint, textSize); in paintBody()
247 textPoint.setX(textBox.right() + padding); in paintBody()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwoverview.cpp873 QPointF textPoint; in drawMarks() local
880 textPoint.setX(markPosition + 1.5); in drawMarks()
884 textPoint.setY(fontMetrics.height()); in drawMarks()
888 textPoint.setY(float(height()) - 0.5f); in drawMarks()
892 textPoint.setX(1.0f); in drawMarks()
900 textPoint.setY(markPosition - 1.0f); in drawMarks()
908 pMark->m_label.prerender(textPoint, in drawMarks()
1039 QPointF textPoint = m_timeRulerPos; in drawTimeRuler() local
1044 textPoint = QPointF(textPoint.x() + padding, fontMetrics.height()); in drawTimeRuler()
1049 textPoint.setX(0); in drawTimeRuler()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/samples/
H A Dbenchmark.cpp141 void draw(Mat &image, const Point &textPoint) const in draw()
153 putText(image, name + suf, textPoint, FONT_HERSHEY_PLAIN, 1, color, 1, LINE_AA); in draw()
311 Point textPoint(1, 16); in main() local
314 … putText(image, "GROUND TRUTH", textPoint, FONT_HERSHEY_PLAIN, 1, gtColor, 1, LINE_AA); in main()
317 textPoint.y += 14; in main()
318 i->draw(image, textPoint); in main()
/dports/multimedia/shotcut/shotcut-21.03.21/src/docks/
H A Dplaylistdock.cpp97 QPoint textPoint = textRect.topLeft(); in paint() local
98 textPoint.setY(textPoint.y() + lineHeight); in paint()
101 painter->drawText(textPoint, in paint()
105 textPoint.setY(textPoint.y() + lineHeight); in paint()
106 painter->drawText(textPoint, nameParts.last()); in paint()
109 textPoint.setY(textPoint.y() + lineHeight); in paint()
110 …painter->drawText(textPoint, tr("Duration: %1").arg(index.data(PlaylistModel::FIELD_DURATION).toSt… in paint()
112 textPoint.setY(textPoint.y() + lineHeight); in paint()
113 … painter->drawText(textPoint, tr("In: %1").arg(index.data(PlaylistModel::FIELD_IN).toString())); in paint()
114 textPoint.setY(textPoint.y() + lineHeight); in paint()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp643 IntPoint textPoint; in paintPlaceholder() local
644 textPoint.setY(ty + textBlockInsetTop() + placeholderStyle->fontMetrics().ascent()); in paintPlaceholder()
647 textPoint.setX(tx + styleTextIndent + textBlockInsetLeft()); in paintPlaceholder()
649textPoint.setX(tx + width() - textBlockInsetRight() - styleTextIndent - style()->font().width(text… in paintPlaceholder()
651 paintInfo.context->drawBidiText(placeholderStyle->font(), textRun, textPoint); in paintPlaceholder()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.h103 static Result Shape(const SkString& text, const TextDesc& desc, const SkPoint& textPoint,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.h112 static Result Shape(const SkString& text, const TextDesc& desc, const SkPoint& textPoint,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DDragImageMac.mm222 static void drawDoubledAtPoint(NSString *string, NSPoint textPoint, NSColor *topColor, NSColor *bot…
225 drawAtPoint(string, textPoint, font, bottomColor);
227 textPoint.y += 1;
228 drawAtPoint(string, textPoint, font, topColor);
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_entities.h1009 textPoint.z = rot = 0; in DRW_Dimension()
1018 textPoint = d.textPoint; in DRW_Dimension()
1049 …DRW_Coord getTextPoint() const {return textPoint;} /*!< Middle point of text, code 11, 21 & 31 … in getTextPoint()
1050 void setTextPoint(const DRW_Coord p) {textPoint =p;} in setTextPoint()
1092 DRW_Coord textPoint; /*!< Middle point of text, code 11, 21 & 31 (OCS) */ variable
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Ddrw_entities.h1205 textPoint(), in DRW_Dimension()
1233 textPoint(d.textPoint), in DRW_Dimension()
1266 …DRW_Coord getTextPoint() const {return textPoint;} /*!< Middle point of text, code 11, 21 & 31 … in getTextPoint()
1267 void setTextPoint(const DRW_Coord &p) {textPoint =p;} in setTextPoint()
1313 DRW_Coord textPoint; /*!< Middle point of text, code 11, 21 & 31 (OCS) */ variable
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_entities.h1133 textPoint.z = rot = 0; in DRW_Dimension()
1145 textPoint = d.textPoint; in DRW_Dimension()
1178 …DRW_Coord getTextPoint() const {return textPoint;} /*!< Middle point of text, code 11, 21 & 31 … in getTextPoint()
1179 void setTextPoint(const DRW_Coord p) {textPoint =p;} in setTextPoint()
1224 DRW_Coord textPoint; /*!< Middle point of text, code 11, 21 & 31 (OCS) */ variable
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_entities.h1014 , textPoint( d.textPoint ) in DRW_Dimension()
1045 …DRW_Coord getTextPoint() const {return textPoint;} /*!< Middle point of text, code 11, 21 & 31 … in getTextPoint()
1046 void setTextPoint(const DRW_Coord p) {textPoint =p;} in setTextPoint()
1088 DRW_Coord textPoint; /*!< Middle point of text, code 11, 21 & 31 (OCS) */ variable
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_entities.h1243 , textPoint( d.textPoint ) in DRW_Dimension()
1279 … DRW_Coord getTextPoint() const {return textPoint;} //!< Middle point of text, code 11, 21 & 31 in getTextPoint()
1280 void setTextPoint( const DRW_Coord &p ) {textPoint = p;} in setTextPoint()
1322 DRW_Coord textPoint; //!< Middle point of text, code 11, 21 & 31 (OCS) variable

12