/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSrc.c | 165 * pos - position of the text to retreive. 207 * position - the position to start scanning. 212 * the position that is returned. 220 Scan (w, position, type, dir, count, include) 222 XawTextPosition position; 237 * position - the position to start scanning. 245 Search(w, position, dir, text) 247 XawTextPosition position; 423 XawTextSourceScan(Widget w, XawTextPosition position, int type, int dir, int count, int include) argument 467 XawTextSourceSearch(Widget w, XawTextPosition position, int dir, XawTextBlock *text) argument [all...] |
H A D | PanedP.h | 101 int position; /* position location in Paned (relative to member in struct:_PanedConstraintsPart
|
H A D | TextP.h | 90 XawTextPosition position; member in struct:__anon401 114 /* Line Tables are n+1 long - last position displayed is in last lt entry */ 130 (pos >= ctx->text.lt.info[0].position && \ 131 pos < ctx->text.lt.info[ctx->text.lt.lines].position) 184 int dialog_horiz_offset; /* position for popup dialog */ 185 int dialog_vert_offset; /* position for popup dialog */ 210 XawTextPosition lastPos; /* Last position of source. */ 212 Boolean showposition; /* True if we need to show the position. */
|
H A D | XawIm.c | 746 XPoint position; local 819 _XawMultiSinkPosToXY(w, p->cursor_position, &position.x, &position.y); 821 position.x = position.y = 0; 824 SetVaArg( &pe_a[pe_cnt], (XPointer) &position); pe_cnt++; 895 XPoint position; local 915 _XawMultiSinkPosToXY(w, p->cursor_position, &position.x, &position.y); 916 _XipChangeSpot(p->xic, position [all...] |
H A D | Text.c | 104 ((ctx)->text.lt.info[(num)].position != 0) ) 661 * position is immediately preceded by an eol graphic, then the insert cursor 819 * This routine maps an x and y position in a window that is displaying text 820 * into the corresponding position in the source. 833 XawTextPosition position; local 841 position = ctx->text.lt.info[line].position; 842 if (position >= ctx->text.lastPos) 845 XawTextSinkFindPosition( ctx->text.sink, position, fromx, x - fromx, 846 FALSE, &position, 917 _XawTextBuildLineTable( TextWidget ctx, XawTextPosition position, _XtBoolean force_rebuild) argument 1453 XawTextPosition position, old_top, old_bot; local 2547 XawTextPosition position; local 3279 XawTextSetInsertionPoint(Widget w, XawTextPosition position) argument [all...] |
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1PanedP.h | 78 int position; /* position location in Paned (relative to member in struct:_PanedConstraintsPart
|
H A D | Xaw3_1TextP.h | 67 XawTextPosition position; member in struct:__anon333 80 /* Line Tables are n+1 long - last position displayed is in last lt entry */ 96 (pos >= ctx->text.lt.info[0].position && \ 97 pos < ctx->text.lt.info[ctx->text.lt.lines].position) 144 int dialog_horiz_offset; /* position for popup dialog */ 145 int dialog_vert_offset; /* position for popup dialog */ 169 XawTextPosition lastPos; /* Last position of source. */ 171 Boolean showposition; /* True if we need to show the position. */
|
H A D | Xaw3_1Text.c | 76 ((ctx)->text.lt.info[(num)].position != 0) ) 621 * position is immediately preceded by an eol graphic, then the insert cursor 735 * This routine maps an x and y position in a window that is displaying text 736 * into the corresponding position in the source. 749 XawTextPosition position; local 757 position = ctx->text.lt.info[line].position; 758 if (position >= ctx->text.lastPos) 761 XawTextSinkFindPosition( ctx->text.sink, position, fromx, x - fromx, 762 FALSE, &position, 1330 XawTextPosition position, old_top, old_bot; local 2147 XawTextPosition position; local [all...] |
/solaris-x11-s11/open-src/driver/efb/sun-src/src/ |
H A D | efb_driver.c | 501 int offset = 0, position = 0; local 553 int width, height, position; local 571 position = width; 574 position += offset; 577 efb_set_position(config, swap, 0, 0, position, 0); 582 position = height; 585 position += offset; 588 efb_set_position(config, swap, 0, 0, 0, position);
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_irq.c | 424 u32 vbl = 0, position = 0; local 442 * scanout position from Display scan line register. 444 position = I915_READ(PIPEDSL(pipe)); 446 /* Decode into vertical scanout position. Don't have 447 * horizontal scanout position. 449 *vpos = position & 0x1fff; 454 * scanout position. 456 position = (I915_READ(PIPEFRAMEPIXEL(pipe)) & PIPE_PIXEL_MASK) >> PIPE_PIXEL_SHIFT; 459 *vpos = position / htotal; 460 *hpos = position [all...] |
H A D | intel_display.c | 10108 u32 position; member in struct:intel_display_error_state::intel_cursor_error_state 10169 error->cursor[i].position = I915_READ(CURPOS(i)); 10173 error->cursor[i].position = I915_READ(CURPOS_IVB(i)); 10256 err_printf(m, " POS: %08x\n", error->cursor[i].position);
|