Searched refs:ColourPair (Results 1 - 10 of 10) 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 DViewStyle.h52 ColourPair selforeground;
54 ColourPair selbackground;
55 ColourPair selbackground2;
58 ColourPair whitespaceForeground;
60 ColourPair whitespaceBackground;
61 ColourPair selbar;
62 ColourPair selbarlight;
64 ColourPair foldmarginColour;
66 ColourPair foldmarginHighlightColour;
68 ColourPair hotspotForegroun
[all...]
H A DCallTip.h40 ColourPair colourBG;
41 ColourPair colourUnSel;
42 ColourPair colourSel;
43 ColourPair colourShade;
44 ColourPair colourLight;
76 void SetForeBack(const ColourPair &fore, const ColourPair &back);
H A DIndicator.h16 ColourPair fore;
H A DLineMarker.h16 ColourPair fore;
17 ColourPair back;
H A DStyle.h15 ColourPair fore;
16 ColourPair back;
H A DXPM.h22 ColourPair *colours;
26 ColourPair *colourCodeTable[256];
H A DCallTip.cxx311 void CallTip::SetForeBack(const ColourPair &fore, const ColourPair &back) {
H A DXPM.cxx112 colours = new ColourPair[nColours];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h125 * As each desired colour requires allocation before it can be used, the ColourPair class
128 * list of ColourPair objects and performs the allocation.
219 struct ColourPair { struct
223 ColourPair(ColourDesired desired_=ColourDesired(0,0,0)) { function in struct:ColourPair
240 ColourPair *entries;
261 * or retrieves the allocated colour back to the ColourPair.
264 void WantFind(ColourPair &cp, bool want);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp66 entries = new ColourPair[size];
79 entries = new ColourPair[size];
83 // or retrieves the allocated colour back to the ColourPair.
85 void Palette::WantFind(ColourPair &cp, bool want) {
94 ColourPair *entriesNew = new ColourPair[sizeNew];

Completed in 196 milliseconds