Home
last modified time | relevance | path

Searched refs:textPosition (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Annotation/
H A DTextAnnotation.cs428 textPosition.X = textPosition.Right; in Paint()
429 textPosition.Width = -textPosition.Width; in Paint()
433 textPosition.Y = textPosition.Bottom; in Paint()
434 textPosition.Height = -textPosition.Height; in Paint()
481 textPosition, in Paint()
855 textPosition.X = textPosition.Right; in BeginTextEditing()
856 textPosition.Width = -textPosition.Width; in BeginTextEditing()
860 textPosition.Y = textPosition.Bottom; in BeginTextEditing()
861 textPosition.Height = -textPosition.Height; in BeginTextEditing()
868 textPosition = GetGraphics().GetAbsoluteRectangle(textPosition); in BeginTextEditing()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/
H A DText.cxx44 const String & textPosition, in Text() argument
51 if(!IsValidTextPosition(textPosition)) in Text()
55 textPositions_ = Description(data_.getSize(), textPosition); in Text()
62 const String & textPosition, in Text() argument
77 if(!IsValidTextPosition(textPosition)) in Text()
81 textPositions_ = Description(data_.getSize(), textPosition); in Text()
89 const String & textPosition, in Text() argument
101 if(!IsValidTextPosition(textPosition)) in Text()
112 const String & textPosition, in Text() argument
127 if(!IsValidTextPosition(textPosition)) in Text()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/text/
H A DTextManager.java156 textPosition = ScaleUtils.applyLogScale(textPosition, logFlags); in computeTextBoxVectors()
157textPosition = new Vector3d(textPosition.getX() * factors[0][0] + factors[1][0], textPosition.getY… in computeTextBoxVectors()
205 textWidth = textWidth.plus(textPosition); in computeTextBoxVectors()
287 textPosition = ScaleUtils.applyLogScale(textPosition, logFlags); in computeTextPosition()
288textPosition = new Vector3d(textPosition.getX() * factors[0][0] + factors[1][0], textPosition.getY… in computeTextPosition()
290 textPosition = projection.project(textPosition); in computeTextPosition()
340 textPosition = textPosition.plus(revTextBoxWidth); in computeTextPosition()
341 textPosition = textPosition.plus(revTextBoxHeight); in computeTextPosition()
346 textPosition = textPosition.minus(textWidth); in computeTextPosition()
347 textPosition = textPosition.minus(textHeight); in computeTextPosition()
[all …]
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/interface/
H A DComponent.cpp15 textPosition(0, 0), in Component()
31 textPosition(0, 0), in Component()
47 textPosition(0, 0), in Component()
67 textPosition = ui::Point(0, 0); in TextPosition()
85 textPosition.Y = Appearance.Margin.Top+2; in TextPosition()
91 textPosition.Y = Size.Y-(textHeight+Appearance.Margin.Bottom); in TextPosition()
98 textPosition.X = Appearance.Margin.Left; in TextPosition()
101 textPosition.X = Appearance.Margin.Left+((textAreaWidth-textWidth)/2); in TextPosition()
104 textPosition.X = Size.X-(textWidth+Appearance.Margin.Right); in TextPosition()
109 iconPosition = textPosition-ui::Point(0, 1); in TextPosition()
[all …]
H A DLabel.cpp102 selectionIndex0 = textWrapper.Point2Index(x - textPosition.X, y - textPosition.Y); in OnMouseClick()
144 selectionIndex1 = textWrapper.Point2Index(localx - textPosition.X, localy - textPosition.Y); in OnMouseMoved()
250 screenPos.X + textPosition.X + selectionXL, in Draw()
251 screenPos.Y + textPosition.Y + selectionYL - 1, in Draw()
260 screenPos.X + textPosition.X + selectionXL, in Draw()
261 screenPos.Y + textPosition.Y + selectionYL - 1, in Draw()
269 screenPos.X + textPosition.X, in Draw()
277 screenPos.X + textPosition.X, in Draw()
278 screenPos.Y + textPosition.Y + selectionYH - 1, in Draw()
287 screenPos.X + textPosition.X, in Draw()
[all …]
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc334 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
338 if (textPosition >= mTextLength) in GetTextAtPosition()
346 *textString = mText + textPosition; in GetTextAtPosition()
347 *textLength = mTextLength - textPosition; in GetTextAtPosition()
357 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
367 *textLength = textPosition; in GetTextBeforePosition()
386 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
397 SetCurrentRun (textPosition); in SetScriptAnalysis()
398 SplitCurrentRun (textPosition); in SetScriptAnalysis()
409 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc334 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
338 if (textPosition >= mTextLength) in GetTextAtPosition()
346 *textString = mText + textPosition; in GetTextAtPosition()
347 *textLength = mTextLength - textPosition; in GetTextAtPosition()
357 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
367 *textLength = textPosition; in GetTextBeforePosition()
386 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
397 SetCurrentRun (textPosition); in SetScriptAnalysis()
398 SplitCurrentRun (textPosition); in SetScriptAnalysis()
409 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc334 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
338 if (textPosition >= mTextLength) in GetTextAtPosition()
346 *textString = mText + textPosition; in GetTextAtPosition()
347 *textLength = mTextLength - textPosition; in GetTextAtPosition()
357 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
367 *textLength = textPosition; in GetTextBeforePosition()
386 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
397 SetCurrentRun (textPosition); in SetScriptAnalysis()
398 SplitCurrentRun (textPosition); in SetScriptAnalysis()
409 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-directwrite.cc334 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
338 if (textPosition >= mTextLength) in GetTextAtPosition()
346 *textString = mText + textPosition; in GetTextAtPosition()
347 *textLength = mTextLength - textPosition; in GetTextAtPosition()
357 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
367 *textLength = textPosition; in GetTextBeforePosition()
386 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
397 SetCurrentRun (textPosition); in SetScriptAnalysis()
398 SplitCurrentRun (textPosition); in SetScriptAnalysis()
409 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Graph/openturns/
H A DText.hxx54 const String & textPosition = "top",
60 const String & textPosition = "top",
67 const String & textPosition = "top",
74 const String & textPosition = "top",
77 static Bool IsValidTextPosition(String textPosition);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp115 for (unsigned textPosition = 0; textPosition < textLength; ++textPosition) { in processRenderSVGInlineText() local
116 const UChar& currentCharacter = characters[textPosition]; in processRenderSVGInlineText()
202 … for (unsigned textPosition = 0; textPosition < textLength; textPosition += metricsLength) { in propagateLayoutAttributes() local
203 const UChar& currentCharacter = characters[textPosition]; in propagateLayoutAttributes()
205 …xtMetrics startToCurrentMetrics = SVGTextMetrics::measureCharacterRange(text, 0, textPosition + 1); in propagateLayoutAttributes()
206 … SVGTextMetrics currentMetrics = SVGTextMetrics::measureCharacterRange(text, textPosition, 1); in propagateLayoutAttributes()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc375 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
379 if (textPosition >= mTextLength) in GetTextAtPosition()
387 *textString = mText + textPosition; in GetTextAtPosition()
388 *textLength = mTextLength - textPosition; in GetTextAtPosition()
398 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
408 *textLength = textPosition; in GetTextBeforePosition()
427 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
438 SetCurrentRun (textPosition); in SetScriptAnalysis()
439 SplitCurrentRun (textPosition); in SetScriptAnalysis()
450 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-directwrite.cc366 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
370 if (textPosition >= mTextLength) in GetTextAtPosition()
378 *textString = mText + textPosition; in GetTextAtPosition()
379 *textLength = mTextLength - textPosition; in GetTextAtPosition()
389 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
399 *textLength = textPosition; in GetTextBeforePosition()
418 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
429 SetCurrentRun (textPosition); in SetScriptAnalysis()
430 SplitCurrentRun (textPosition); in SetScriptAnalysis()
441 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc375 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
379 if (textPosition >= mTextLength) in GetTextAtPosition()
387 *textString = mText + textPosition; in GetTextAtPosition()
388 *textLength = mTextLength - textPosition; in GetTextAtPosition()
398 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
408 *textLength = textPosition; in GetTextBeforePosition()
427 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
438 SetCurrentRun (textPosition); in SetScriptAnalysis()
439 SplitCurrentRun (textPosition); in SetScriptAnalysis()
450 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-directwrite.cc366 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
370 if (textPosition >= mTextLength) in GetTextAtPosition()
378 *textString = mText + textPosition; in GetTextAtPosition()
379 *textLength = mTextLength - textPosition; in GetTextAtPosition()
389 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
399 *textLength = textPosition; in GetTextBeforePosition()
418 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
429 SetCurrentRun (textPosition); in SetScriptAnalysis()
430 SplitCurrentRun (textPosition); in SetScriptAnalysis()
441 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-directwrite.cc366 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
370 if (textPosition >= mTextLength) in GetTextAtPosition()
378 *textString = mText + textPosition; in GetTextAtPosition()
379 *textLength = mTextLength - textPosition; in GetTextAtPosition()
389 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
399 *textLength = textPosition; in GetTextBeforePosition()
418 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
429 SetCurrentRun (textPosition); in SetScriptAnalysis()
430 SplitCurrentRun (textPosition); in SetScriptAnalysis()
441 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-directwrite.cc357 if (textPosition >= mTextLength) { in GetTextAtPosition()
363 *textString = mText + textPosition; in GetTextAtPosition()
364 *textLength = mTextLength - textPosition; in GetTextAtPosition()
373 if (textPosition == 0 || textPosition > mTextLength) { in GetTextBeforePosition()
381 *textLength = textPosition; in GetTextBeforePosition()
403 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
411 SetScriptAnalysis(uint32_t textPosition, in SetScriptAnalysis() argument
415 SetCurrentRun(textPosition); in SetScriptAnalysis()
416 SplitCurrentRun(textPosition); in SetScriptAnalysis()
427 SetLineBreakpoints(uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc355 if (textPosition >= mTextLength) { in GetTextAtPosition()
361 *textString = mText + textPosition; in GetTextAtPosition()
362 *textLength = mTextLength - textPosition; in GetTextAtPosition()
371 if (textPosition == 0 || textPosition > mTextLength) { in GetTextBeforePosition()
379 *textLength = textPosition; in GetTextBeforePosition()
401 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
409 SetScriptAnalysis(uint32_t textPosition, in SetScriptAnalysis() argument
413 SetCurrentRun(textPosition); in SetScriptAnalysis()
414 SplitCurrentRun(textPosition); in SetScriptAnalysis()
425 SetLineBreakpoints(uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/harfbuzz-sys-0.3.4/harfbuzz/src/
H A Dhb-directwrite.cc366 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
370 if (textPosition >= mTextLength) in GetTextAtPosition()
378 *textString = mText + textPosition; in GetTextAtPosition()
379 *textLength = mTextLength - textPosition; in GetTextAtPosition()
389 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
399 *textLength = textPosition; in GetTextBeforePosition()
418 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
429 SetCurrentRun (textPosition); in SetScriptAnalysis()
430 SplitCurrentRun (textPosition); in SetScriptAnalysis()
441 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/harfbuzz/src/
H A Dhb-directwrite.cc366 GetTextAtPosition (uint32_t textPosition, in GetTextAtPosition() argument
370 if (textPosition >= mTextLength) in GetTextAtPosition()
378 *textString = mText + textPosition; in GetTextAtPosition()
379 *textLength = mTextLength - textPosition; in GetTextAtPosition()
389 if (textPosition == 0 || textPosition > mTextLength) in GetTextBeforePosition()
399 *textLength = textPosition; in GetTextBeforePosition()
418 *textLength = mTextLength - textPosition; in GetNumberSubstitution()
429 SetCurrentRun (textPosition); in SetScriptAnalysis()
430 SplitCurrentRun (textPosition); in SetScriptAnalysis()
441 SetLineBreakpoints (uint32_t textPosition, in SetLineBreakpoints() argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SwingSet2/
H A DLayoutControlPanel.java50 private DirectionPanel textPosition = null; field in LayoutControlPanel
101 textPosition = new DirectionPanel(true, "E", new TextPositionListener()); in LayoutControlPanel()
114 add(textPosition); in LayoutControlPanel()
135 String currentTextPosition = textPosition.getSelection(); in actionPerformed()
137 textPosition.setSelection("NE"); in actionPerformed()
139 textPosition.setSelection("NW"); in actionPerformed()
141 textPosition.setSelection("W"); in actionPerformed()
143 textPosition.setSelection("E"); in actionPerformed()
145 textPosition.setSelection("SW"); in actionPerformed()
147 textPosition.setSelection("SE"); in actionPerformed()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/SwingSet2/
H A DLayoutControlPanel.java50 private DirectionPanel textPosition = null; field in LayoutControlPanel
101 textPosition = new DirectionPanel(true, "E", new TextPositionListener()); in LayoutControlPanel()
114 add(textPosition); in LayoutControlPanel()
135 String currentTextPosition = textPosition.getSelection(); in actionPerformed()
137 textPosition.setSelection("NE"); in actionPerformed()
139 textPosition.setSelection("NW"); in actionPerformed()
141 textPosition.setSelection("W"); in actionPerformed()
143 textPosition.setSelection("E"); in actionPerformed()
145 textPosition.setSelection("SW"); in actionPerformed()
147 textPosition.setSelection("SE"); in actionPerformed()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/SwingSet2/
H A DLayoutControlPanel.java50 private DirectionPanel textPosition = null; field in LayoutControlPanel
101 textPosition = new DirectionPanel(true, "E", new TextPositionListener()); in LayoutControlPanel()
114 add(textPosition); in LayoutControlPanel()
135 String currentTextPosition = textPosition.getSelection(); in actionPerformed()
137 textPosition.setSelection("NE"); in actionPerformed()
139 textPosition.setSelection("NW"); in actionPerformed()
141 textPosition.setSelection("W"); in actionPerformed()
143 textPosition.setSelection("E"); in actionPerformed()
145 textPosition.setSelection("SW"); in actionPerformed()
147 textPosition.setSelection("SE"); in actionPerformed()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/SwingSet2/
H A DLayoutControlPanel.java50 private DirectionPanel textPosition = null; field in LayoutControlPanel
101 textPosition = new DirectionPanel(true, "E", new TextPositionListener()); in LayoutControlPanel()
114 add(textPosition); in LayoutControlPanel()
135 String currentTextPosition = textPosition.getSelection(); in actionPerformed()
137 textPosition.setSelection("NE"); in actionPerformed()
139 textPosition.setSelection("NW"); in actionPerformed()
141 textPosition.setSelection("W"); in actionPerformed()
143 textPosition.setSelection("E"); in actionPerformed()
145 textPosition.setSelection("SW"); in actionPerformed()
147 textPosition.setSelection("SE"); in actionPerformed()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/SwingSet2/
H A DLayoutControlPanel.java50 private DirectionPanel textPosition = null; field in LayoutControlPanel
101 textPosition = new DirectionPanel(true, "E", new TextPositionListener()); in LayoutControlPanel()
114 add(textPosition); in LayoutControlPanel()
135 String currentTextPosition = textPosition.getSelection(); in actionPerformed()
137 textPosition.setSelection("NE"); in actionPerformed()
139 textPosition.setSelection("NW"); in actionPerformed()
141 textPosition.setSelection("W"); in actionPerformed()
143 textPosition.setSelection("E"); in actionPerformed()
145 textPosition.setSelection("SW"); in actionPerformed()
147 textPosition.setSelection("SE"); in actionPerformed()

12345678910>>...38