/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_predid.h | 44 const char *text; /* String text */ member in struct:__anon38 51 const char *const default_text); /* Default string text */
|
H A D | fbc_write_config.c | 41 #include "fields.h" /* Write aligned whitespace and text fields */ 97 * Write a text string, typically a single line, to the output 106 const char *text, /* Text string */ 110 fputs(text, config_stream_out); 123 char text[100]; local 104 fbc_print_config_text( FILE *config_stream_out, const char *text, const char *const whitespace[]) argument
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSrcP.h | 35 * this text source is to use the AsciiText Object. 67 typedef struct _Piece { /* Piece of the text file of BUFSIZ allocated 69 char * text; /* The text in this buffer. */ member in struct:_Piece 101 XawTextPosition piece_size; /* Size of text buffer for each piece. */ 120 Piece * first_piece; /* first piece of the text. */
|
H A D | Xaw3_1AsciiTextP.h | 39 * text widget with an ascii source and ascii sink attached to it. 71 TextPart text; member in struct:_AsciiRec 100 TextPart text; member in struct:_AsciiStringRec 132 TextPart text; member in struct:_AsciiDiskRec
|
H A D | Xaw3_1TextP.h | 45 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ 64 /* displayable text management data structures */ 82 XawTextPosition top; /* Top of the displayed text. */ 92 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom ) 93 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right ) 96 (pos >= ctx->text.lt.info[0].position && \ 97 pos < ctx->text.lt.info[ctx->text 202 TextPart text; member in struct:_TextRec [all...] |
H A D | Xaw3_1TextPop.c | 73 #define TEXT_NAME ("text") 130 * Description: Action routine that can be bound to the text widget 132 * Arguments: w - the text widget. 159 XtGetValues(ctx->text.source, args, ONE); 171 if (!ctx->text.file_insert) { 172 ctx->text.file_insert = CreateDialog(w, ptr, "insertFile", 174 XtRealizeWidget(ctx->text.file_insert); 177 CenterWidgetOnPoint(ctx->text.file_insert, event); 178 XtPopup(ctx->text.file_insert, XtGrabNone); 184 * closure - a pointer to the main text widge 259 XawTextBlock text; local 305 Widget label, text, cancel, insert; local 780 XawTextBlock text; local [all...] |
H A D | Xaw3_1TextAction.c | 78 XawTextBlock *text); 90 ctx->text.time = event->xbutton.time; 91 ctx->text.ev_x = event->xbutton.x; 92 ctx->text.ev_y = event->xbutton.y; 96 ctx->text.time = event->xkey.time; 97 ctx->text.ev_x = event->xkey.x; 98 ctx->text.ev_y = event->xkey.y; 101 ctx->text.time = event->xmotion.time; 102 ctx->text.ev_x = event->xmotion.x; 103 ctx->text 135 XawTextBlock text; local 188 XawTextBlock text; local 502 XawTextBlock text; local 665 XawTextBlock text; local 727 XawTextBlock text; local 928 XawTextBlock text; local 964 XawTextBlock text; local 1008 XawTextBlock text; local 1150 XawTextBlock text; local 1225 XawTextBlock text; local 1336 XawTextBlock text; local [all...] |
H A D | Xaw3_1Text.c | 76 ((ctx)->text.lt.info[(num)].position != 0) ) 119 offset(text.lt.top), XtRImmediate, (caddr_t)0}, 121 offset(text.insertPos), XtRImmediate,(caddr_t)0}, 123 offset(text.r_margin.left), XtRImmediate, (caddr_t)2}, 125 offset(text.r_margin.right), XtRImmediate, (caddr_t)4}, 127 offset(text.r_margin.top), XtRImmediate, (caddr_t)2}, 129 offset(text.r_margin.bottom), XtRImmediate, (caddr_t)2}, 131 sizeof(XawTextSelectType*), offset(text.sarray), 134 offset(text.source), XtRImmediate, NULL}, 136 offset(text 694 XawTextBlock text; local [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | AsciiSrcP.h | 59 * this text source is to use the AsciiText Object. 99 typedef struct _Piece { /* Piece of the text file of BUFSIZ allocated 101 char * text; /* The text in this buffer. */ member in struct:_Piece 133 XawTextPosition piece_size; /* Size of text buffer for each piece. */ 152 Piece * first_piece; /* first piece of the text. */
|
H A D | AsciiTextP.h | 63 * text widget with an ascii source and ascii sink attached to it. 96 TextPart text; member in struct:_AsciiRec 125 TextPart text; member in struct:_AsciiStringRec 157 TextPart text; member in struct:_AsciiDiskRec
|
H A D | MultiSrcP.h | 81 * this text source is to use the MultiText Object. 127 typedef struct _MultiPiece { /* Piece of the text file of BUFSIZ allocated 129 wchar_t* text; /* The text in this buffer. */ member in struct:_MultiPiece 162 XawTextPosition piece_size; /* Size of text buffer for each piece. */ 177 MultiPiece * first_piece; /* first piece of the text. */
|
H A D | TextSrc.c | 30 * TextSrc.c - TextSrc object. (For use with the text widget). 165 * pos - position of the text to retreive. 166 * RETURNED text - text block that will contain returned text. 173 Read(w, pos, text, length) 176 XawTextBlock *text; 186 * Description: Replaces a block of text with new text. 188 * startPos, endPos - ends of text tha 357 XawTextSourceRead(Widget w, XawTextPosition pos, XawTextBlock *text, int length) argument 388 XawTextSourceReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos, XawTextBlock *text) argument 467 XawTextSourceSearch(Widget w, XawTextPosition position, int dir, XawTextBlock *text) argument [all...] |
H A D | MultiSrc.c | 59 * MultiSrc.c - MultiSrc object. (For use with the text widget). 248 * pos - position of the text to retreive. 249 * RETURNED text - text block that will contain returned text. 255 ReadText(w, pos, text, length) 258 XawTextBlock* text; 265 text->format = XawFmtWide; 266 text->firstPos = pos; 267 text 294 XawTextBlock text; local [all...] |
H A D | TextPop.c | 83 static char* TEXT_NAME = "text"; 147 * Description: Action routine that can be bound to the text widget 149 * Arguments: w - the text widget. 175 XtGetValues(ctx->text.source, args, ONE); 187 if (!ctx->text.file_insert) { 188 ctx->text.file_insert = CreateDialog(w, ptr, "insertFile", 190 XtRealizeWidget(ctx->text.file_insert); 191 SetWMProtocolTranslations(ctx->text.file_insert); 194 CenterWidgetOnPoint(ctx->text.file_insert, event); 195 XtPopup(ctx->text 273 XawTextBlock text; local 334 Widget label, text, cancel, insert; local 814 XawTextBlock text; local [all...] |
H A D | TextP.h | 67 #define GETLASTPOS XawTextSourceScan(ctx->text.source, 0, \ 87 /* displayable text management data structures */ 116 XawTextPosition top; /* Top of the displayed text. */ 126 #define VMargins(ctx) ( (ctx)->text.margin.top + (ctx)->text.margin.bottom ) 127 #define HMargins(ctx) ( (ctx)->text.margin.left + (ctx)->text.margin.right ) 130 (pos >= ctx->text.lt.info[0].position && \ 131 pos < ctx->text.lt.info[ctx->text 244 TextPart text; member in struct:_TextRec [all...] |
H A D | TextAction.c | 97 ctx->text.time = event->xbutton.time; 101 ctx->text.time = event->xkey.time; 104 ctx->text.time = event->xmotion.time; 108 ctx->text.time = event->xcrossing.time; 121 ctx->text.ev_x = event->xbutton.x; 122 ctx->text.ev_y = event->xbutton.y; 128 XawTextSinkGetCursorBounds(ctx->text.sink, &cursor); 129 ctx->text.ev_x = cursor.x + cursor.width / 2;; 130 ctx->text.ev_y = cursor.y + cursor.height / 2;; 134 ctx->text 194 XawTextBlock text; local 867 XawTextBlock text; local 1110 XawTextBlock text; local 1188 XawTextBlock text; local 1491 XawTextBlock text; local 1537 XawTextBlock text; local 1688 XawTextBlock text; local 1847 XawTextBlock text; local 1940 XawTextBlock text; local 2069 XawTextBlock text; local [all...] |
H A D | Text.c | 104 ((ctx)->text.lt.info[(num)].position != 0) ) 146 offset(text.lt.top), XtRImmediate, (XtPointer)0}, 148 offset(text.insertPos), XtRImmediate,(XtPointer)0}, 150 offset(text.r_margin.left), XtRImmediate, (XtPointer)2}, 152 offset(text.r_margin.right), XtRImmediate, (XtPointer)4}, 154 offset(text.r_margin.top), XtRImmediate, (XtPointer)2}, 156 offset(text.r_margin.bottom), XtRImmediate, (XtPointer)2}, 158 sizeof(XawTextSelectType*), offset(text.sarray), 161 offset(text.source), XtRImmediate, NULL}, 163 offset(text 744 XawTextBlock text; local 3235 XawTextReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos, XawTextBlock *text) argument 3460 XawTextSearch(Widget w, int dir, XawTextBlock *text) argument [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | FontSamplP.h | 57 DisplayedTextRec *text; member in struct:_DisplayedFontRec
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | FontCreato.c | 564 Widget text = (Widget) clientData; local 568 XmTextFieldSetString(text, buf); 982 if (v->text->length == 0) return; 984 for (i = 0; i < v->text->length; i++) { 985 ch = v->text->ptr[i];
|
H A D | XDPSshare.c | 64 DPSContext text; member in struct:_ContextInfoRec 538 if (c->text != NULL) DPSDestroySpace(DPSSpaceFromContext(c->text)); 551 if (c->text != NULL) DPSDestroySpace(DPSSpaceFromContext(c->text)); 598 if (c->text == NULL) { 599 c->text = DPSCreateTextContext(DPSDefaultTextBackstop, 601 if (c->text == NULL) return dps_status_no_extension; 603 DPSChainContext(context, c->text); 610 DPSUnchainContext(c->text); [all...] |
H A D | FontSB.c | 268 static void GetTextDimensions(Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom); 2225 if (v->text->length == 0) return; 2227 if (v->text->length == 1) { 2228 ch = v->text->ptr[0]; 2237 for (i = 0; i < v->text->length; i++) { 2238 ch = v->text->ptr[i]; 4364 String text, String font, 4371 _DPSFGetTextDimensions(fsb->fsb.context, text, font, size, x, y, 4377 String text, String font, 4384 fsb_class.get_text_dimensions) (w, text, fon 4362 GetTextDimensions( Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom) argument 4375 FSBGetTextDimensions( Widget w, String text, String font, double size, double x, double y, float *dx, float *dy, float *left, float *right, float *top, float *bottom) argument [all...] |