Searched refs:white (Results 201 - 225 of 355) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQtMobile.cpp306 drawChecker(&cachePainter, rect, enabled ? Qt::white : Qt::gray);
319 drawControlBackground(painter, borderPen(), rect, enabled ? Qt::white : Qt::gray);
438 drawControlBackground(&cachePainter, borderPen(painter), rect, Qt::white);
498 linearGradient.setColorAt(1.0, Qt::white);
775 p.painter->setBrush(Qt::white);
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl919 frame $titleframe -bd 4 -relief flat -background white
920 label $title -background white -textvariable [$wizard variable $step -text1]
921 label $subtitle -height 2 -background white -padx 15 -width 40 \
924 label $icon -borderwidth 0 -background white -anchor c
1014 label $icon -borderwidth 1 -relief sunken -background white \
H A Dcolor.tcl255 $c2 create polygon 0 0 10 5 0 10 -fill black -outline white -tags target
332 [winfo rgb $frame.color$_selection white]]} {
/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex364 \key{{\bf insert} before first non-white}{I}
414 \key{... and skip to first non-white on line}{' '}
416 \key{... and skip to first non-white on line}{' {\it x}}
451 \metax{next line at first non-white}{+ {\rm or} RET {\rm or} C-p}
452 \key{previous line at first non-white}{-}
455 \key{first non-white on line}{^}
474 non-white character.
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Druler.tcl84 -relief flat -bd 0 -background white -highlightthickness 0
325 $hull configure -bg white
328 -relief flat -bd 0 -background white -highlightthickness 0
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DIterator.pm450 color: white;
454 background-color: white;
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DIterator.pm450 color: white;
454 background-color: white;
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dtkterm241 $term tag configure standout -background black -foreground white
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dtoplevel.test29 option add *TestToplevel.highlight white
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl203 -bd 2 -relief sunken -bg white -width 20 -anchor w
205 -bd 2 -relief sunken -bg white -width 20 -anchor w
H A Dcitygrid.tcl115 $tile put white -to 0 0 $tessel $tessel
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtpp.vim42 syn match tppColor contained "\%(white\|yellow\|red\|green\|blue\|cyan\|magenta\|black\|default\)"
H A Dspec.vim177 "yes, it's ugly, but white is sooo cool
179 hi def specGlobalMacro ctermfg=white
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A Dcgnomelayout.c255 style->fg[i] = style->white;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderScrollbar.cpp160 result->setBackgroundColor(Color::white);
H A DRenderTheme.cpp599 // Use a white color by default if the platform theme doesn't define anything.
600 return Color::white;
1219 // The explicit check for black is an optimization for the 99% case (black on white).
1222 if (textColor.rgb() == Color::black || backgroundColor.alpha() < minDisabledColorAlphaValue || differenceSquared(textColor, Color::white) > differenceSquared(backgroundColor, Color::white))
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/demo/
H A Dtree.tcl119 ScrollView $w.sv -window $tree -fill white -relief sunken -bd 1 \
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestGUI.tcl127 label $ui_top.imgfr.img -bg white
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Dvertical_meter.tcl531 option -background white
584 -background white
868 $win.c create rectangle $sliderLeft $sliderCentreTop $sliderRight $sliderCentreBottom -fill white -tag slider$i -outline {}
1231 option -background white
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dlexer.h28 white space is compacted if not in preformatted mode
29 If not in preformatted mode then leading white space
30 is discarded and subsequent white space sequences
51 #define white 8u macro
134 /* Elements whose content must be protected against white space movement.
348 Bool waswhite; /* used to collapse contiguous white space */
518 Preformatted -- white space preserved as is
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm685 white(); # remove head white space
705 white(); # remove tail white space
723 white();
842 sub white { subroutine
899 white();
910 white();
927 white();
949 white();
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRenderThemeGtk.cpp116 : m_panelColor(Color::white)
117 , m_sliderColor(Color::white)
118 , m_sliderThumbColor(Color::white)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotchart.tcl1537 $w create rectangle 0 $y1 $x1 $y2 -fill white \
1538 -tag {Edit vertscroll lowest} -outline white
1539 $w create rectangle $x1 $y1 $x2 $y2 -fill white \
1540 -tag [list $tag vertscroll lowest] -outline white
1548 GanttColor $w left white
1549 GanttColor $w odd white
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXFont.c1052 Pattern white;
1063 GetQDGlobalsWhite(&white);
1064 FillRect(&stippleMap->bounds, &white);
1073 * draw white text when you have a stipple.
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebuffer.h204 unsigned int white; member in class:IOFramebuffer

Completed in 232 milliseconds

1234567891011>>