Home
last modified time | relevance | path

Searched refs:whiteColor (Results 1 – 25 of 567) sorted by last modified time

12345678910>>...23

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincoreUX.cpp63 static unsigned whiteColor = 0xFFFFFF, blackColor = 0; variable
424 whiteColor = WhitePixel( display, screen ); in AppInit()
2082 fillColor = whiteColor; in _Init()
/dports/science/paje/Paje_1.97/SpaceTimeViewer/
H A DDrawView+Drawing.m188 [[NSColor whiteColor] set];
547 [[NSColor whiteColor] set];
620 //[[NSColor whiteColor] set];
/dports/graphics/nurbs++/nurbs++-3.0.11/nurbs/
H A DnurbsS.h189 …int writeVRML(const char* filename,const Color& color=whiteColor,int Nu=20,int Nv=20) const //!< C…
191 …int writeVRML(ostream& fout,const Color& color=whiteColor,int Nu=20,int Nv=20) const //!< Calls th…
194 …int writeVRML97(const char* filename,const Color& color=whiteColor,int Nu=20,int Nv=20) const //!<…
196 …int writeVRML97(ostream& fout,const Color& color=whiteColor,int Nu=20,int Nv=20) const //!< Calls …
H A Dnurbs.h218 …int writeVRML(const char* filename,T radius=1,int K=5, const Color& color=whiteColor,int Nu=20,int…
219 …int writeVRML(ostream& fout,T radius=1,int K=5, const Color& color=whiteColor,int Nu=20,int Nv=20)…
223 …int writeVRML97(const char* filename,T radius=1,int K=5, const Color& color=whiteColor,int Nu=20,i…
224 …int writeVRML97(ostream& fout,T radius=1,int K=5, const Color& color=whiteColor,int Nu=20,int Nv=2…
/dports/games/jin/jin-2.14.1/src/free/jin/board/prefs/
H A DBoardLooksPanel.java76 protected final ColorChooser whiteColor; field in BoardLooksPanel
160 whiteColor = i18n.createColorChooser("whiteColorChooser"); in BoardLooksPanel()
167 whiteColor.setColor(boardManager.getWhitePieceColor()); in BoardLooksPanel()
187 cPainter.setWhiteColor(whiteColor.getColor()); in BoardLooksPanel()
223 painter.setWhiteColor(whiteColor.getColor()); in BoardLooksPanel()
232 whiteColor.addChangeListener(pieceColorChangeListener); in BoardLooksPanel()
343 cPainter.setWhiteColor(whiteColor.getColor()); in initPreviewBoard()
391 colorsPanel.add(whiteColor); in createPiecesUI()
458 boardManager.setWhitePieceColor(whiteColor.getColor()); in applyChanges()
/dports/games/jin/jin-2.14.1/src/free/jin/board/
H A DBoardManager.java372 Color whiteColor = getWhitePieceColor(); in configurePiecePainter() local
377 if (whiteColor != null) in configurePiecePainter()
378 coloredPiecePainter.setWhiteColor(whiteColor); in configurePiecePainter()
/dports/games/jin/jin-2.14.1/src/free/jin/board/icc/
H A DBlitzinVectorPiecePainter.java67 public BlitzinVectorPiecePainter(Color whiteColor, Color blackColor){ in BlitzinVectorPiecePainter() argument
68 super(whiteColor, blackColor); in BlitzinVectorPiecePainter()
84 public BlitzinVectorPiecePainter(Color whiteColor, Color blackColor, in BlitzinVectorPiecePainter() argument
86 super(whiteColor, blackColor, whiteOutline, blackOutline); in BlitzinVectorPiecePainter()
/dports/games/jin/jin-2.14.1/src/free/jin/action/seek/
H A DSeekAction.java145 private final JRadioButton autoColor, whiteColor, blackColor; field in SeekAction.SeekPanel
172 whiteColor = i18n.createRadioButton("whiteColorRadioButton"); in SeekPanel()
183 colorButtonGroup.add(whiteColor); in SeekPanel()
195 whiteColor.setSelected("white".equals(color)); in SeekPanel()
272 colorContainer.add(whiteColor); in createUI()
419 whiteColor.isSelected() ? Player.WHITE_PLAYER : Player.BLACK_PLAYER; in createUI()
/dports/games/jin/jin-2.14.1/src/free/chess/
H A DEboardVectorPiecePainter.java73 public EboardVectorPiecePainter(Color whiteColor, Color blackColor){ in EboardVectorPiecePainter() argument
74 super(whiteColor, blackColor); in EboardVectorPiecePainter()
93 public EboardVectorPiecePainter(Color whiteColor, Color blackColor, in EboardVectorPiecePainter() argument
95 super(whiteColor, blackColor, whiteOutline, blackOutline); in EboardVectorPiecePainter()
H A DAbstractColoredPiecePainter.java39 private Color whiteColor; field in AbstractColoredPiecePainter
90 public AbstractColoredPiecePainter(Color whiteColor, Color blackColor){ in AbstractColoredPiecePainter() argument
91 this(whiteColor, blackColor, getReversed(whiteColor), getReversed(blackColor)); in AbstractColoredPiecePainter()
107 public AbstractColoredPiecePainter(Color whiteColor, Color blackColor, in AbstractColoredPiecePainter() argument
110 if (whiteColor == null) in AbstractColoredPiecePainter()
119 this.whiteColor = whiteColor; in AbstractColoredPiecePainter()
146 return whiteColor; in getWhiteColor()
159 whiteColor = color; in setWhiteColor()
H A DVectorPiecePainter.java74 public VectorPiecePainter(Color whiteColor, Color blackColor){ in VectorPiecePainter() argument
75 super(whiteColor, blackColor); in VectorPiecePainter()
90 public VectorPiecePainter(Color whiteColor, Color blackColor, in VectorPiecePainter() argument
92 super(whiteColor, blackColor, whiteOutline, blackOutline); in VectorPiecePainter()
/dports/games/gnustep-ladder/Ladder-1.0/
H A DClock.m379 [[NSColor whiteColor] set];
/dports/games/xoj/xoj-1.0/
H A Dxoj.c71 char *whiteColor = "white"; variable
230 newscolors[1] = whitePix = AllocNamedColor(whiteColor, black);
/dports/games/nextgo/NeXTGo-3.0/
H A DBoard.m258 [backGround setBackgroundColor:[NSColor whiteColor]];
/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dgame.c748 Uint32 redColor, whiteColor, greenColor, blueColor; variable
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/macosx/
H A DNSFont_OpenGL.m89 [ NSColor whiteColor ],
H A Dgl_wrap.mm119 [NSColor whiteColor],
/dports/biology/fasta/fasta/
H A Dmtdispn.c18 int colorArray[]={blackColor,whiteColor,redColor,greenColor,blueColor,
H A Dmplotsub.c13 int colorArray[]={blackColor,whiteColor,redColor,greenColor,blueColor,
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DnsCocoaWindow.mm1108 [mWindow setBackgroundColor:(isTransparent ? [NSColor clearColor] : [NSColor whiteColor])];
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/test/ios/
H A Dtest_support.mm52 [_window setBackgroundColor:[UIColor whiteColor]];
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DnsCocoaWindow.mm1110 [mWindow setBackgroundColor:(isTransparent ? [NSColor clearColor] : [NSColor whiteColor])];
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/test/ios/
H A Dtest_support.mm52 [_window setBackgroundColor:[UIColor whiteColor]];
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DnsCocoaWindow.mm1108 [mWindow setBackgroundColor:(isTransparent ? [NSColor clearColor] : [NSColor whiteColor])];
/dports/x11-fm/dolphin/dolphin-21.12.3/src/panels/information/
H A Dinformationpanelcontent.cpp411 QColor whiteColor = Qt::white; in showPreview() local
413 gradient.setColorAt(0, whiteColor); in showPreview()

12345678910>>...23