Searched refs:lines (Results 1 - 11 of 11) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Text.c | 487 ctx->text.lt.lines = 0; 633 if (ctx->text.lt.lines < 1) return; 636 if (line < ctx->text.lt.lines) 751 if (ctx->text.lt.lines == 0) return 0; 753 for (line = 0; line < ctx->text.lt.lines - 1; line++) { 784 for (line = 0; line < ctx->text.lt.lines; line++) 838 int lines = 0; local 843 lines = XawTextSinkMaxLines(ctx->text.sink, height); 845 size = sizeof(XawTextLineTableEntry) * (lines + 1); 847 if ( (lines ! 1299 int height, lines = (int) callData; local 2317 int x, y, number, lines; local [all...] |
H A D | Xaw3_1TextSink.c | 390 * Description: Finds the Maximum number of lines that will fit in 393 * height - height to fit lines into. 394 * Returns: the number of lines that will fit. 412 * lines. 414 * lines - the number of lines. 420 MaxHeight(w, lines) 422 int lines; 426 return(lines * (sink->text_sink.font->ascent + 655 * Description: Finds the Maximum number of lines tha [all...] |
H A D | Xaw3_1TextP.h | 83 int lines; /* How many lines in this table. */ member in struct:__anon335 97 pos < ctx->text.lt.info[ctx->text.lt.lines].position)
|
H A D | Xaw3_1TextAction.c | 463 int scroll_val = Max(1, ctx->text.lt.lines - 2); 933 for ( line_num = 0; line_num < ctx->text.lt.lines ; line_num++)
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Text.c | 526 ctx->text.lt.lines = 0; 673 if (ctx->text.lt.lines < 1) return; 676 if (line < ctx->text.lt.lines) 835 if (ctx->text.lt.lines == 0) return 0; 837 for (line = 0; line < ctx->text.lt.lines - 1; line++) { 868 for (line = 0; line < ctx->text.lt.lines; line++) 929 int lines = 0; local 934 lines = XawTextSinkMaxLines(ctx->text.sink, height); 936 size = sizeof(XawTextLineTableEntry) * (lines + 1); 938 if ( (lines ! 1422 int height, lines = (int) callData; local 2730 int x, y, lines, number; local [all...] |
H A D | TextSink.c | 391 * Description: Finds the Maximum number of lines that will fit in 394 * height - height to fit lines into. 395 * Returns: the number of lines that will fit. 415 * lines. 417 * lines - the number of lines. 423 MaxHeight(w, lines) 425 int lines; 679 * Description: Finds the Maximum number of lines that will fit in 682 * height - height to fit lines int 717 XawTextSinkMaxHeight(Widget w, int lines) argument [all...] |
H A D | TextP.h | 117 int lines; /* How many lines in this table. */ member in struct:__anon403 131 pos < ctx->text.lt.info[ctx->text.lt.lines].position)
|
H A D | AsciiSink.c | 597 * Description: Finds the Maximum number of lines that will fit in 600 * height - height to fit lines into. 601 * Returns: the number of lines that will fit. 619 * lines. 621 * lines - the number of lines. 627 MaxHeight(w, lines) 629 int lines; 633 return(lines * (sink->ascii_sink.font->ascent +
|
H A D | MultiSink.c | 633 * Description: Finds the Maximum number of lines that will fit in 636 * height - height to fit lines into. 637 * Returns: the number of lines that will fit. 656 * lines. 658 * lines - the number of lines. 667 int lines ) 669 MaxHeight( w, lines ) 671 int lines; 677 return(lines * ex [all...] |
H A D | TextAction.c | 574 int scroll_val = Max(1, ctx->text.lt.lines - 2); 915 text.ptr = ""; /* These two lines needed to make legal TextBlock */ 1496 for ( line_num = 0; line_num < ctx->text.lt.lines ; line_num++)
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | ColorSB.c | 2165 int lines; local 2171 lines = height / csb->csb.cell_size; 2185 row = (lines - 1) - (i % lines); 2186 col = i / lines; 2205 int i, lines, row, col; local 2207 lines = dockHeight / csb->csb.cell_size; 2211 i = col * lines + row; 2233 int i, lines, row, col; local 2237 lines [all...] |
Completed in 88 milliseconds