Searched defs:fore (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 DIndicator.h16 ColourPair fore; member in class:Indicator
H A DLineMarker.h16 ColourPair fore; member in class:LineMarker
H A DLineMarker.cxx36 static void DrawBox(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) { argument
45 static void DrawCircle(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) { argument
54 static void DrawPlus(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore) { argument
61 static void DrawMinus(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore) { argument
[all...]
H A DStyle.h15 ColourPair fore; member in class:Style
H A DCallTip.cxx311 void CallTip::SetForeBack(const ColourPair &fore, const ColourPair &back) { argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp398 RGBColor fore = MAC_WXCOLORREF(m_textForegroundColour.GetPixel()); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp391 RGBColor fore = MAC_WXCOLORREF(m_textForegroundColour.GetPixel()); local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dwindow.cpp2376 int wxComputeColours (Display *display, const wxColour * back, const wxColour * fore) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp284 void SurfaceImpl::PenColour(ColourAllocated fore) { argument
317 Polygon(Point *pts, int npts, ColourAllocated fore, ColourAllocated back) argument
323 RectangleDraw(PRectangle rc, ColourAllocated fore, ColourAllocated back) argument
346 RoundedRectangle(PRectangle rc, ColourAllocated fore, ColourAllocated back) argument
444 Ellipse(PRectangle rc, ColourAllocated fore, ColourAllocated back) argument
457 DrawTextNoClip(PRectangle rc, Font &font, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back) argument
470 DrawTextClipped(PRectangle rc, Font &font, int ybase, const char *s, int len, ColourAllocated fore, ColourAllocated back) argument
485 DrawTextTransparent(PRectangle rc, Font &font, int ybase, const char *s, int len, ColourAllocated fore) argument
[all...]
H A Dstc.cpp477 void wxStyledTextCtrl::MarkerSetForeground(int markerNumber, const wxColour& fore) { argument
589 void wxStyledTextCtrl::StyleSetForeground(int style, const wxColour& fore) { argument
644 void wxStyledTextCtrl::SetSelForeground(bool useSetting, const wxColour& fore) { argument
664 void wxStyledTextCtrl::SetCaretForeground(const wxColour& fore) { argument
731 void wxStyledTextCtrl::IndicatorSetForeground(int indic, const wxColour& fore) { argument
742 SetWhitespaceForeground(bool useSetting, const wxColour& fore) argument
1454 CallTipSetForeground(const wxColour& fore) argument
1459 CallTipSetForegroundHighlight(const wxColour& fore) argument
1723 SetFoldMarginHiColour(bool useSetting, const wxColour& fore) argument
2284 SetHotspotActiveForeground(bool useSetting, const wxColour& fore) argument
[all...]

Completed in 202 milliseconds