Searched refs:stipple (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.10/tcl-105/tk/tk/tests/
H A DcanvPsText.tcl19 set stipple {}
20 checkbutton .t.stipple -text Stippling -variable stipple -onvalue gray50 \
22 pack .t.stipple -side top -pady 2m -expand 1 -anchor w
35 -anchor center -tags text -font {Courier 24 italic} -stipple $stipple
38 -anchor nw -tags text -font {Helvetica 24} -stipple $stipple
41 -anchor n -tags text -font {Helvetica 12 italic} -stipple $stipple
[all...]
H A DcanvPsGrph.tcl49 $c create rect 2 2 100 50 -fill black -stipple gray25
50 $c create rect -20 180 80 320 -fill black -stipple gray50 -width .5c
57 $c create oval 50 10 150 80 -fill black -stipple gray25 -outline {}
58 $c create oval 100 100 200 150 -outline {} -fill black -stipple gray50
63 $c create poly 100 200 200 50 300 200 -smooth yes -stipple gray25 \
78 -arrow both -arrowshape {.75c 1.0c .5c} -stipple gray25
83 -width 10 -stipple gray25
H A DcanvPsArc.tcl33 -fill black -stipple gray25 -outline black -width 1m
38 -fill black -stipple gray50 -outline black -width 2m
/macosx-10.10/tcl-105/tk84/tk/tests/
H A DcanvPsText.tcl19 set stipple {}
20 checkbutton .t.stipple -text Stippling -variable stipple -onvalue gray50 \
22 pack .t.stipple -side top -pady 2m -expand 1 -anchor w
35 -anchor center -tags text -font {Courier 24 italic} -stipple $stipple
38 -anchor nw -tags text -font {Helvetica 24} -stipple $stipple
41 -anchor n -tags text -font {Helvetica 12 italic} -stipple $stipple
[all...]
H A DcanvPsGrph.tcl49 $c create rect 2 2 100 50 -fill black -stipple gray25
50 $c create rect -20 180 80 320 -fill black -stipple gray50 -width .5c
57 $c create oval 50 10 150 80 -fill black -stipple gray25 -outline {}
58 $c create oval 100 100 200 150 -outline {} -fill black -stipple gray50
63 $c create poly 100 200 200 50 300 200 -smooth yes -stipple gray25 \
78 -arrow both -arrowshape {.75c 1.0c .5c} -stipple gray25
83 -width 10 -stipple gray25
H A DcanvPsArc.tcl33 -fill black -stipple gray25 -outline black -width 1m
38 -fill black -stipple gray50 -outline black -width 2m
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvUtil.c284 * This function sets the stipple origin in a graphics context so that
316 * This function sets the stipple offset in a graphics context so that
993 outline->stipple = None;
1042 if (outline->stipple != None) {
1043 Tk_FreeBitmap(display, outline->stipple);
1085 Pixmap stipple;
1107 stipple = outline->stipple;
1122 stipple = outline->activeStipple;
1135 stipple
1068 Pixmap stipple; local
1177 Pixmap stipple; local
1296 Pixmap stipple; local
1392 Pixmap stipple; local
[all...]
H A DtkCanvText.c52 Pixmap stipple; /* Stipple bitmap for text, or None. */ member in struct:TextItem
122 {TK_CONFIG_BITMAP, "-stipple", NULL, NULL,
123 NULL, Tk_Offset(TextItem, stipple), TK_CONFIG_NULL_OK},
259 textPtr->stipple = None;
383 * Configuration information, such as colors and stipple patterns, may be
406 Pixmap stipple;
433 stipple = textPtr->stipple;
439 stipple = textPtr->activeStipple;
446 stipple
403 Pixmap stipple; local
725 Pixmap stipple; local
1437 Pixmap stipple; local
[all...]
H A DtkCanvArc.c161 NULL, Tk_Offset(ArcItem, outline.stipple), TK_CONFIG_NULL_OK},
166 {TK_CONFIG_BITMAP, "-stipple", NULL, NULL,
420 * Configuration information, such as colors and stipple patterns, may be
443 Pixmap stipple;
517 stipple = arcPtr->fillStipple;
523 stipple = arcPtr->activeFillStipple;
530 stipple = arcPtr->disabledFillStipple;
546 if (stipple != None) {
547 gcValues.stipple = stipple;
440 Pixmap stipple; local
796 Pixmap stipple; local
1842 Pixmap stipple; local
[all...]
H A DtkGC.c164 valueKey.values.stipple = valuePtr->stipple;
166 valueKey.values.stipple = None;
H A DtkCanvPoly.c137 NULL, Tk_Offset(PolygonItem, outline.stipple), TK_CONFIG_NULL_OK},
145 {TK_CONFIG_BITMAP, "-stipple", NULL, NULL,
429 * Configuration information, such as colors and stipple patterns, may be
450 Pixmap stipple;
500 stipple = polyPtr->fillStipple;
506 stipple = polyPtr->activeFillStipple;
513 stipple = polyPtr->disabledFillStipple;
522 if (stipple != None) {
523 gcValues.stipple = stipple;
447 Pixmap stipple; local
887 Pixmap stipple = polyPtr->fillStipple; local
1813 Pixmap stipple; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkCanvUtil.c254 * This procedure sets the stipple origin in a graphics context
287 * This procedure sets the stipple offset in a graphics
905 outline->stipple = None;
953 if (outline->stipple != None) {
954 Tk_FreeBitmap(display, outline->stipple);
996 Pixmap stipple;
1018 stipple = outline->stipple;
1033 stipple = outline->activeStipple;
1046 stipple
981 Pixmap stipple; local
1095 Pixmap stipple; local
1211 Pixmap stipple; local
1309 Pixmap stipple; local
[all...]
H A DtkCanvText.c53 Pixmap stipple; /* Stipple bitmap for text, or None. */ member in struct:TextItem
124 {TK_CONFIG_BITMAP, "-stipple", (char *) NULL, (char *) NULL,
125 (char *) NULL, Tk_Offset(TextItem, stipple), TK_CONFIG_NULL_OK},
263 textPtr->stipple = None;
384 * Configuration information, such as colors and stipple
407 Pixmap stipple;
435 stipple = textPtr->stipple;
441 stipple = textPtr->activeStipple;
448 stipple
404 Pixmap stipple; local
729 Pixmap stipple; local
1448 Pixmap stipple; local
[all...]
H A DtkCanvArc.c171 (char *) NULL, Tk_Offset(ArcItem, outline.stipple),
178 {TK_CONFIG_BITMAP, "-stipple", (char *) NULL, (char *) NULL,
439 * Configuration information, such as colors and stipple
462 Pixmap stipple;
537 stipple = arcPtr->fillStipple;
543 stipple = arcPtr->activeFillStipple;
550 stipple = arcPtr->disabledFillStipple;
566 if (stipple != None) {
567 gcValues.stipple = stipple;
459 Pixmap stipple; local
821 Pixmap stipple; local
1891 Pixmap stipple; local
[all...]
H A DtkCanvPoly.c140 (char *) NULL, Tk_Offset(PolygonItem, outline.stipple),
150 {TK_CONFIG_BITMAP, "-stipple", (char *) NULL, (char *) NULL,
437 * Configuration information, such as colors and stipple
458 Pixmap stipple;
508 stipple = polyPtr->fillStipple;
514 stipple = polyPtr->activeFillStipple;
521 stipple = polyPtr->disabledFillStipple;
530 if (stipple != None) {
531 gcValues.stipple = stipple;
455 Pixmap stipple; local
900 Pixmap stipple = polyPtr->fillStipple; local
1812 Pixmap stipple; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvSticker2.rb53 stipple ''
75 stipple ''
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DWaveform.tcl11 set stipple ""
37 pack [ radiobutton .f2.$text -text $text -variable stipple -value $value \
38 -command {.c itemconf wave -stipple $stipple}] -side left
H A DSection.tcl11 set stipple ""
95 pack [ radiobutton .f2.$text -text $text -variable stipple -value $value \
96 -command {.c itemconf sect -stipple $stipple}] -side left
/macosx-10.10/groff-38/groff/src/preproc/grn/
H A Dmain.cpp19 * and `stipple' down to "sc" and "st") and may be upper or lower case.
28 * stipple, l - Use a stipple font for polygons. Arg
30 * use only one stipple font per picture.
31 * (See below for stipple font index.)
50 * l<nn> (integer <nn>) - Set association between stipple <nn>
51 * and a stipple `character'. <nn> must
54 * index in the stipple font selected.
61 * stipple fonts may be added. An
180 int stipple_index[NSTIPPLES + 1]; /* stipple fon
181 char *stipple; variable
[all...]
/macosx-10.10/tcl-105/tk84/tk/xlib/
H A Dxgc.c149 gp->stipple = (mask & GCStipple) ?values->stipple :None;
209 if (mask & GCStipple) { gc->stipple = values->stipple; }
365 XSetStipple(display, gc, stipple)
368 Pixmap stipple;
370 gc->stipple = stipple;
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dpareto.rb32 # Define a bitmap to be used to stipple the background of each bar.
45 :relief=>:solid, :borderwidth=>1, :stipple=>pattern1,
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A DaquaTheme.tcl28 # Actually, on Aqua we probably shouldn't stipple images in
30 ttk::style configure . -stipple {}
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dcanlabel.tcl41 [list -stipple {} {}]\
77 proc set-stipple {this value} {
78 $($this,canvas) itemconfigure $($this,rectangle) -stipple $value
/macosx-10.10/tcl-105/tk/tk/xlib/
H A Dxgc.c153 InitField(stipple, GCStipple, None);
239 ModifyField(stipple, GCStipple);
404 Pixmap stipple)
406 gc->stipple = stipple;
394 XSetStipple( Display *display, GC gc, Pixmap stipple) argument
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Ditems.tcl82 -stipple @[file join $tk_demoDirectory images gray25.xbm] \
94 -stipple @[file join $tk_demoDirectory images gray25.xbm] \
105 -stipple @[file join $tk_demoDirectory images gray25.xbm] \
112 -stipple @[file join $tk_demoDirectory images gray25.xbm] \
119 -stipple @[file join $tk_demoDirectory images gray25.xbm] \
131 $c create text 25c 14c -font $font2 -anchor c -fill $red -stipple gray50 \

Completed in 171 milliseconds

1234