Searched refs:ColourDesired (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLineMarker.h22 fore = ColourDesired(0,0,0);
23 back = ColourDesired(0xff,0xff,0xff);
30 fore = ColourDesired(0,0,0);
31 back = ColourDesired(0xff,0xff,0xff);
41 fore = ColourDesired(0,0,0);
42 back = ColourDesired(0xff,0xff,0xff);
H A DIndicator.h17 Indicator() : style(INDIC_PLAIN), fore(ColourDesired(0,0,0)) {
H A DStyle.cxx17 Clear(ColourDesired(0, 0, 0), ColourDesired(0xff, 0xff, 0xff),
23 Clear(ColourDesired(0, 0, 0), ColourDesired(0xff, 0xff, 0xff),
51 Clear(ColourDesired(0, 0, 0), ColourDesired(0xff, 0xff, 0xff),
68 void Style::Clear(ColourDesired fore_, ColourDesired back_, int size_,
H A DStyle.h44 void Clear(ColourDesired fore_, ColourDesired back_,
H A DViewStyle.cxx128 indicators[0].fore = ColourDesired(0, 0x7f, 0);
130 indicators[1].fore = ColourDesired(0, 0, 0xff);
132 indicators[2].fore = ColourDesired(0xff, 0, 0);
141 selforeground.desired = ColourDesired(0xff, 0, 0);
143 selbackground.desired = ColourDesired(0xc0, 0xc0, 0xc0);
144 selbackground2.desired = ColourDesired(0xb0, 0xb0, 0xb0);
148 foldmarginColour.desired = ColourDesired(0xff, 0, 0);
150 foldmarginHighlightColour.desired = ColourDesired(0xc0, 0xc0, 0xc0);
153 whitespaceForeground.desired = ColourDesired(0, 0, 0);
155 whitespaceBackground.desired = ColourDesired(
[all...]
H A DCallTip.cxx32 colourBG.desired = ColourDesired(0xff, 0xff, 0xff);
33 colourUnSel.desired = ColourDesired(0x80, 0x80, 0x80);
34 colourSel.desired = ColourDesired(0, 0, 0x80);
35 colourShade.desired = ColourDesired(0, 0, 0);
36 colourLight.desired = ColourDesired(0xc0, 0xc0, 0xc0);
H A DScintillaBase.cxx634 ct.colourBG = ColourDesired(wParam);
640 ct.colourUnSel = ColourDesired(wParam);
646 ct.colourSel = ColourDesired(wParam);
H A DXPM.cxx141 colours[c].desired = ColourDesired(0xff, 0xff, 0xff);
H A DEditor.cxx2722 if (!(vs.selbarlight.desired == ColourDesired(0xff, 0xff, 0xff))) {
3087 ColourDesired InvertedLight(ColourDesired orig) {
3094 return ColourDesired(0xff, 0xff, 0xff);
3098 return ColourDesired(Platform::Minimum(r, 0xff), Platform::Minimum(g, 0xff), Platform::Minimum(b, 0xff));
3146 vsPrint.styles[sty].fore.desired = ColourDesired(0, 0, 0);
3147 vsPrint.styles[sty].back.desired = ColourDesired(0xff, 0xff, 0xff);
3149 vsPrint.styles[sty].back.desired = ColourDesired(0xff, 0xff, 0xff);
3152 vsPrint.styles[sty].back.desired = ColourDesired(0xff, 0xff, 0xff);
3157 vsPrint.styles[STYLE_LINENUMBER].back.desired = ColourDesired(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h121 * must be allocated before use. The desired colours are held in the ColourDesired class,
126 * holds both a ColourDesired and a ColourAllocated
134 class ColourDesired { class
137 ColourDesired(long lcol=0) { function in class:ColourDesired
141 ColourDesired(unsigned int red, unsigned int green, unsigned int blue) { function in class:ColourDesired
145 bool operator==(const ColourDesired &other) const {
220 ColourDesired desired;
223 ColourPair(ColourDesired desired_=ColourDesired(0,0,0)) {
471 static ColourDesired Chrom
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp46 ColourDesired cd(ca.AsLong());
53 ColourDesired cd(ca.AsLong());
384 ColourDesired cdf(fill.AsLong());
402 ColourDesired cdo(outline.AsLong());
1373 ColourDesired Platform::Chrome() {
1376 return ColourDesired(c.Red(), c.Green(), c.Blue());
1379 ColourDesired Platform::ChromeHighlight() {
1382 return ColourDesired(c.Red(), c.Green(), c.Blue());

Completed in 84 milliseconds