Home
last modified time | relevance | path

Searched refs:textD (Results 1 – 25 of 27) sorted by relevance

12

/dports/editors/nedit/nedit-5.7/source/
H A DtextDisp.c314 releaseGC(textD->w, textD->gc); in TextDFree()
400 releaseGC(textD->w, textD->gc); in TextDSetColors()
414 TextDRedisplayRect(textD, textD->left, textD->top, textD->width, in TextDSetColors()
501 clearRect(textD, textD->gc, textD->left, in TextDSetFont()
506 TextDRedisplayRect(textD, textD->left, textD->top, textD->width, in TextDSetFont()
608 TextDRedisplayRect(textD, textD->left, textD->top, textD->width, in TextDResize()
829 textD->firstChar = TextDStartOfLine(textD, textD->firstChar); in TextDSetWrapMode()
846 TextDRedisplayRect(textD, 0, textD->top, textD->width + textD->left, in TextDSetWrapMode()
1590 TextDRedisplayRect(textD, 0, textD->top, textD->width + textD->left, in bufModifiedCB()
2692 TextDRedisplayRect(textD, textD->left, textD->top, textD->width, in setScroll()
[all …]
H A Dcalltips.c58 textDisp *textD = ((TextWidget)window->lastFocus)->text.textD; in KillCalltip() local
78 textDisp *textD = ((TextWidget)window->lastFocus)->text.textD; in GetCalltipID() local
99 int lineHeight = textD->ascent + textD->descent; in TextDRedrawCalltip()
114 if (!TextDPositionToXY(textD, textD->calltip.pos, &rel_x, &rel_y)) { in TextDRedrawCalltip()
116 TextDKillCalltip(textD, textD->calltip.ID); in TextDRedrawCalltip()
123 textD->calltip.pos = textD->width/2; in TextDRedrawCalltip()
126 } else if (!TextDPositionToXY(textD, textD->cursorPos, &rel_x, &rel_y)){ in TextDRedrawCalltip()
129 TextDKillCalltip(textD, textD->calltip.ID); in TextDRedrawCalltip()
233 textDisp *textD = ((TextWidget)window->lastFocus)->text.textD; in ShowCalltip() local
289 if (pos < textD->firstChar || pos > textD->lastChar ) { in ShowCalltip()
[all …]
H A DtextDisp.h173 void TextDFree(textDisp *textD);
189 void TextDInsert(textDisp *textD, char *text);
190 void TextDOverstrike(textDisp *textD, char *text);
192 int TextDGetInsertPosition(textDisp *textD);
203 void TextDMakeInsertPosVisible(textDisp *textD);
204 int TextDMoveRight(textDisp *textD);
205 int TextDMoveLeft(textDisp *textD);
206 int TextDMoveUp(textDisp *textD, int absolute);
207 int TextDMoveDown(textDisp *textD, int absolute);
208 void TextDBlankCursor(textDisp *textD);
[all …]
H A Dtext.c1430 textDisp *textD = tw->text.textD; in TextInsertAtCursor() local
1563 textDisp *textD = tw->text.textD; in grabFocusAP() local
1878 textDisp *textD = tw->text.textD; in copyToAP() local
2083 textDisp *textD = tw->text.textD; in copyPrimaryAP() local
2163 textDisp *textD = tw->text.textD; in mousePanAP() local
2306 textDisp *textD = tw->text.textD; in newlineAndIndentAP() local
3181 TextDSetScroll(textD, textD->topLineNum, textD->horizOffset + textD->width); in pageRightAP()
3406 textDisp *textD = tw->text.textD; in keyMoveExtendSelection() local
3847 textDisp *textD = tw->text.textD; in adjustSelection() local
4100 textDisp *textD = w->text.textD; in autoScrollTimerProc() local
[all …]
H A DtextDrag.c70 textDisp *textD = tw->text.textD; in BeginBlockDrag() local
71 textBuffer *buf = textD->buffer; in BeginBlockDrag()
72 int fontHeight = textD->fontStruct->ascent + textD->fontStruct->descent; in BeginBlockDrag()
104 textD->horizOffset; in BeginBlockDrag()
169 textDisp *textD = tw->text.textD; in BlockDragSelection() local
170 textBuffer *buf = textD->buffer; in BlockDragSelection()
171 int fontHeight = textD->fontStruct->ascent + textD->fontStruct->descent; in BlockDragSelection()
308 referencePos = textD->firstChar; in BlockDragSelection()
309 referenceLine = textD->topLineNum; in BlockDragSelection()
366 TextDBlankCursor(textD); in BlockDragSelection()
[all …]
H A DtextSel.c282 textDisp *textD = ((TextWidget)w)->text.textD; in InsertClipboard() local
330 cursorPos = TextDGetInsertPosition(textD); in InsertClipboard()
339 TextDSetInsertPosition(textD, in InsertClipboard()
342 TextDMakeInsertPosVisible(textD); in InsertClipboard()
401 BufUnselect(w->text.textD->buffer); in modifiedCB()
462 textDisp *textD = ((TextWidget)w)->text.textD; in getSelectionCB() local
491 cursorPos = TextDGetInsertPosition(textD); in getSelectionCB()
496 TextDSetInsertPosition(textD, textD->buffer->cursorPosHint); in getSelectionCB()
676 selection *sel = &tw->text.textD->buffer->primary; in loseSelectionCB()
682 BufUnselect(tw->text.textD->buffer); in loseSelectionCB()
[all …]
H A Dwindow.c1234 textD = ((TextWidget)window->textArea)->text.textD; in SplitPane()
1241 textD->selectFGPixel, textD->selectBGPixel, textD->highlightFGPixel, in SplitPane()
1806 oldTextWidth = textD->width + textD->lineNumWidth; in SetFonts()
1815 oldFontHeight = textD->ascent + textD->descent; in SetFonts()
1865 fontHeight = textD->ascent + textD->descent; in SetFonts()
1905 textD = ((TextWidget)window->textArea)->text.textD; in SetColors()
2142 textDisp *textD = ((TextWidget)textPane)->text.textD; in MakeSelectionVisible() local
2874 fontHeight = textD->ascent + textD->descent; in UpdateWMSizeHints()
3242 fontHeight = textD->ascent + textD->descent; in getTextPaneDimension()
4178 textD = ((TextWidget)window->textArea)->text.textD; in cloneTextPanes()
[all …]
H A Dcalltips.h44 void TextDKillCalltip(textDisp *textD, int calltipID);
46 void TextDRedrawCalltip(textDisp *textD, int calltipID);
H A Dhelp.c759 TextDAttachHighlightData(((TextWidget)HelpTextPanes[topic])->text.textD, in createHelpPanel()
969 textDisp *textD = ((TextWidget)HelpTextPanes[topic])->text.textD; in followHyperlink() local
975 char whatStyle = BufGetCharacter(textD->styleBuffer, end); in followHyperlink()
980 while (whatStyle == BufGetCharacter(textD->styleBuffer, ++end)); in followHyperlink()
981 while (whatStyle == BufGetCharacter(textD->styleBuffer, begin-1)) begin--; in followHyperlink()
983 link_text = BufGetRange (textD->buffer, begin, end); in followHyperlink()
1079 textDisp *textD = ((TextWidget)w)->text.textD; in helpHyperlinkAP() local
1111 clickedPos = TextDXYToCharPos(textD, e->x, e->y); in helpHyperlinkAP()
1113 if (BufGetCharacter(textD->styleBuffer, clickedPos) != in helpHyperlinkAP()
1249 TextDAttachHighlightData(((TextWidget)HelpTextPanes[newTopic])->text.textD, in changeWindowTopic()
[all …]
H A Dhighlight.c147 static void handleUnparsedRegionCB(const textDisp* textD, int pos,
377 ((TextWidget)window->textArea)->text.textD->styleBuffer = NULL; in FreeHighlightingData()
379 ((TextWidget)window->textPanes[i])->text.textD->styleBuffer = NULL; in FreeHighlightingData()
391 TextDAttachHighlightData(((TextWidget)widget)->text.textD, in AttachHighlightToWidget()
402 TextDAttachHighlightData(((TextWidget)widget)->text.textD, in RemoveWidgetHighlight()
1361 static void handleUnparsedRegionCB(const textDisp* textD, int pos, in handleUnparsedRegionCB() argument
1364 handleUnparsedRegion((WindowInfo*) cbArg, textD->styleBuffer, pos); in handleUnparsedRegionCB()
2455 textDisp *textD = ((TextWidget)window->textArea)->text.textD; in getFontHeight() local
2457 return textD->ascent + textD->descent; in getFontHeight()
H A DtextP.h89 textDisp *textD; /* Pointer to display information */ member
H A Dsearch.c397 textDisp *textD; in selectionSpansMultipleLines() local
427 textD = ((TextWidget)window->textArea)->text.textD; in selectionSpansMultipleLines()
428 if (textD->fontStruct->max_bounds.width > 0) in selectionSpansMultipleLines()
429 lineWidth = textD->width / textD->fontStruct->max_bounds.width; in selectionSpansMultipleLines()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Display_mod_1_1.cxx235 TextDSetFont(textD, textD->fontStruct); in highlight_data()
301 releaseGC(textD->w, textD->gc);
302 releaseGC(textD->w, textD->selectGC);
303 releaseGC(textD->w, textD->highlightGC);
304 releaseGC(textD->w, textD->selectBGGC);
307 releaseGC(textD->w, textD->lineNumGC);
316 textD->width = textD->height = 0;
320 TextDRedisplayRect(textD, textD->left, textD->top, textD->width,
1293 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
2297 textD->top, textD->lineNumWidth, textD->height, False); in draw_line_numbers()
[all …]
H A DFl_Text_Display_mod_1_3.cxx1394 if (textD->mContinuousWrap && !textD->mFastDisplay) { in buffer_predelete_cb()
1442 if (textD->mContinuousWrap && !textD->mFastDisplay) { in buffer_modified_cb()
1452 if (textD->mContinuousWrap && !textD->mFastDisplay) { in buffer_modified_cb()
1479 textD->mCursorPos = textD->mCursorToHint; in buffer_modified_cb()
1489 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
2622 textD->scroll(b->value(), textD->mHorizOffset); in v_scrollbar_cb()
2632 textD->scroll(textD->mTopLineNum, b->value()); in h_scrollbar_cb()
2664 textD->lineNumGC = XtGetGC(textD->w, in draw_line_numbers()
2670 XClearArea(XtDisplay(textD->w), XtWindow(textD->w), textD->lineNumLeft, in draw_line_numbers()
2671 textD->top, textD->lineNumWidth, textD->height, False); in draw_line_numbers()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Display.cxx228 TextDSetFont(textD, textD->fontStruct); in highlight_data()
294 releaseGC(textD->w, textD->gc);
295 releaseGC(textD->w, textD->selectGC);
296 releaseGC(textD->w, textD->highlightGC);
297 releaseGC(textD->w, textD->selectBGGC);
300 releaseGC(textD->w, textD->lineNumGC);
309 textD->width = textD->height = 0;
313 TextDRedisplayRect(textD, textD->left, textD->top, textD->width,
1284 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
2290 textD->top, textD->lineNumWidth, textD->height, False); in draw_line_numbers()
[all …]
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFl_Text_Display_mod.cxx1406 if (textD->mContinuousWrap && !textD->mFastDisplay) { in buffer_predelete_cb()
1491 textD->mCursorPos = textD->mCursorToHint; in buffer_modified_cb()
1501 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
2634 textD->scroll(b->value(), textD->mHorizOffset); in v_scrollbar_cb()
2644 textD->scroll(textD->mTopLineNum, b->value()); in h_scrollbar_cb()
2676 textD->lineNumGC = XtGetGC(textD->w, in draw_line_numbers()
2682 XClearArea(XtDisplay(textD->w), XtWindow(textD->w), textD->lineNumLeft, in draw_line_numbers()
2683 textD->top, textD->lineNumWidth, textD->height, False); in draw_line_numbers()
2695 textD->lineNumGC, textD->lineNumLeft, y + textD->ascent, in draw_line_numbers()
2700 textD->lineNumLeft, y, textD->lineNumWidth, in draw_line_numbers()
[all …]
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFl_Text_Display_mod.cxx1406 if (textD->mContinuousWrap && !textD->mFastDisplay) { in buffer_predelete_cb()
1491 textD->mCursorPos = textD->mCursorToHint; in buffer_modified_cb()
1501 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
2634 textD->scroll(b->value(), textD->mHorizOffset); in v_scrollbar_cb()
2644 textD->scroll(textD->mTopLineNum, b->value()); in h_scrollbar_cb()
2676 textD->lineNumGC = XtGetGC(textD->w, in draw_line_numbers()
2682 XClearArea(XtDisplay(textD->w), XtWindow(textD->w), textD->lineNumLeft, in draw_line_numbers()
2683 textD->top, textD->lineNumWidth, textD->height, False); in draw_line_numbers()
2695 textD->lineNumGC, textD->lineNumLeft, y + textD->ascent, in draw_line_numbers()
2700 textD->lineNumLeft, y, textD->lineNumWidth, in draw_line_numbers()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFl_Text_Display_mod.cxx1394 if (textD->mContinuousWrap && !textD->mFastDisplay) { in buffer_predelete_cb()
1442 if (textD->mContinuousWrap && !textD->mFastDisplay) { in buffer_modified_cb()
1452 if (textD->mContinuousWrap && !textD->mFastDisplay) { in buffer_modified_cb()
1479 textD->mCursorPos = textD->mCursorToHint; in buffer_modified_cb()
1489 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
2624 textD->scroll(b->value(), textD->mHorizOffset); in v_scrollbar_cb()
2634 textD->scroll(textD->mTopLineNum, b->value()); in h_scrollbar_cb()
2666 textD->lineNumGC = XtGetGC(textD->w, in draw_line_numbers()
2672 XClearArea(XtDisplay(textD->w), XtWindow(textD->w), textD->lineNumLeft, in draw_line_numbers()
2673 textD->top, textD->lineNumWidth, textD->height, False); in draw_line_numbers()
[all …]
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Text_Display.cxx1470 textD->mCursorPos = textD->mCursorToHint; in buffer_modified_cb()
1480 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
2612 textD->scroll(b->value(), textD->mHorizOffset); in v_scrollbar_cb()
2622 textD->scroll(textD->mTopLineNum, b->value()); in h_scrollbar_cb()
2654 textD->lineNumGC = XtGetGC(textD->w, in draw_line_numbers()
2660 XClearArea(XtDisplay(textD->w), XtWindow(textD->w), textD->lineNumLeft, in draw_line_numbers()
2661 textD->top, textD->lineNumWidth, textD->height, False); in draw_line_numbers()
2673 textD->lineNumGC, textD->lineNumLeft, y + textD->ascent, in draw_line_numbers()
2677 XClearArea(XtDisplay(textD->w), XtWindow(textD->w), in draw_line_numbers()
2678 textD->lineNumLeft, y, textD->lineNumWidth, in draw_line_numbers()
[all …]
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Text_Display.cxx1470 textD->mCursorPos = textD->mCursorToHint; in buffer_modified_cb()
1480 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
2612 textD->scroll(b->value(), textD->mHorizOffset); in v_scrollbar_cb()
2622 textD->scroll(textD->mTopLineNum, b->value()); in h_scrollbar_cb()
2654 textD->lineNumGC = XtGetGC(textD->w, in draw_line_numbers()
2660 XClearArea(XtDisplay(textD->w), XtWindow(textD->w), textD->lineNumLeft, in draw_line_numbers()
2661 textD->top, textD->lineNumWidth, textD->height, False); in draw_line_numbers()
2673 textD->lineNumGC, textD->lineNumLeft, y + textD->ascent, in draw_line_numbers()
2677 XClearArea(XtDisplay(textD->w), XtWindow(textD->w), in draw_line_numbers()
2678 textD->lineNumLeft, y, textD->lineNumWidth, in draw_line_numbers()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Display.cxx1649 if (textD->mContinuousWrap) { in buffer_predelete_cb()
1701 if (textD->mContinuousWrap) { in buffer_modified_cb()
1711 if (textD->mContinuousWrap) { in buffer_modified_cb()
1738 textD->mCursorPos = textD->mCursorToHint; in buffer_modified_cb()
1742 textD->mCursorPos = pos; in buffer_modified_cb()
1748 textD->resize(textD->x(), textD->y(), textD->w(), textD->h()); in buffer_modified_cb()
1751 if (!textD->visible_r()) return; in buffer_modified_cb()
1777 if (textD->mContinuousWrap) in buffer_modified_cb()
1810 if ( textD->mStyleBuffer ) in buffer_modified_cb()
2913 textD->scroll(b->value(), textD->mHorizOffset); in v_scrollbar_cb()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/tests/ParsersAndFormatters/Parser/
H A DTestData.Parser.Integer.cs215 string textD = bigValue.ToString("D"); in GeneralIntegerParserTestData()
217 T expectedValue = (T)(Convert.ChangeType(textD, typeof(T))); in GeneralIntegerParserTestData()
241 string textD = bigValue.ToString("D"); in GeneralIntegerParserTestData()
243 T expectedValue = (T)(Convert.ChangeType(textD, typeof(T))); in GeneralIntegerParserTestData()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Ddistribution_test.cpp1209 MahalanobisDistance<> xmlD, textD, binaryD; variable
1211 SerializeObjectAll(d, xmlD, textD, binaryD);
1216 textD.Covariance(),
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPaint.cpp832 size_t SkPaint::breakText(const void* textD, size_t length, SkScalar maxWidth, in breakText() argument
848 SkASSERT(textD != nullptr); in breakText()
849 const char* text = (const char*)textD; in breakText()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPaint.cpp881 size_t SkPaint::breakText(const void* textD, size_t length, SkScalar maxWidth, in breakText() argument
897 SkASSERT(textD != nullptr); in breakText()
898 const char* text = (const char*)textD; in breakText()

12