Searched refs:ColourAllocated (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.h7 wxColour wxColourFromCA(const ColourAllocated& ca);
H A DPlatWX.cpp45 wxColour wxColourFromCA(const ColourAllocated& ca) {
52 wxColour wxColourFromCAandAlpha(const ColourAllocated& ca, int alpha) {
186 virtual void PenColour(ColourAllocated fore);
191 virtual void Polygon(Point *pts, int npts, ColourAllocated fore, ColourAllocated back);
192 virtual void RectangleDraw(PRectangle rc, ColourAllocated fore, ColourAllocated back);
193 virtual void FillRectangle(PRectangle rc, ColourAllocated back);
195 virtual void RoundedRectangle(PRectangle rc, ColourAllocated fore, ColourAllocated bac
[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.h122 * and after allocation the allocation entry is stored in the ColourAllocated class. In other
126 * holds both a ColourDesired and a ColourAllocated
198 class ColourAllocated { class
203 ColourAllocated(long lcol=0) { function in class:ColourAllocated
221 ColourAllocated allocated;
315 virtual void PenColour(ColourAllocated fore)=0;
320 virtual void Polygon(Point *pts, int npts, ColourAllocated fore, ColourAllocated back)=0;
321 virtual void RectangleDraw(PRectangle rc, ColourAllocated fore, ColourAllocated bac
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DXPM.h23 ColourAllocated ColourFromCode(int ch);
H A DEditor.h390 ColourAllocated SelectionBackground(ViewStyle &vsDraw);
391 ColourAllocated TextBackground(ViewStyle &vsDraw, bool overrideBackground, ColourAllocated background, bool inSelection, bool inHotspot, int styleMain, int i, LineLayout *ll);
393 void DrawWrapMarker(Surface *surface, PRectangle rcPlace, bool isEndMarker, ColourAllocated wrapColour);
396 bool overrideBackground, ColourAllocated background,
397 bool drawWrapMark, ColourAllocated wrapColour);
H A DLineMarker.cxx36 static void DrawBox(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) {
45 static void DrawCircle(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore, ColourAllocated back) {
54 static void DrawPlus(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore) {
61 static void DrawMinus(Surface *surface, int centreX, int centreY, int armSize, ColourAllocated fore) {
H A DXPM.cxx37 ColourAllocated XPM::ColourFromCode(int ch) {
H A DEditor.cxx1728 ColourAllocated colour;
2158 ColourAllocated Editor::SelectionBackground(ViewStyle &vsDraw) {
2162 ColourAllocated Editor::TextBackground(ViewStyle &vsDraw, bool overrideBackground,
2163 ColourAllocated background, bool inSelection, bool inHotspot, int styleMain, int i, LineLayout *ll) {
2189 bool isEndMarker, ColourAllocated wrapColour) {
2234 static void SimpleAlphaRectangle(Surface *surface, PRectangle rc, ColourAllocated fill, int alpha) {
2242 bool overrideBackground, ColourAllocated background,
2243 bool drawWrapMarkEnd, ColourAllocated wrapColour) {
2311 ColourAllocated background;
2424 ColourAllocated textBac
[all...]

Completed in 191 milliseconds