Home
last modified time | relevance | path

Searched refs:FillRectangle (Results 1 – 25 of 1202) sorted by relevance

12345678910>>...49

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlControllerInput.cs157 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 6, 6, 4, 4); in OnPaint()
160 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 22, 2, 1, 5); in OnPaint()
161 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 6, 3, 1); in OnPaint()
162 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 3, 1, 1); in OnPaint()
164 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 2, 3, 1); in OnPaint()
165 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 23, 3, 1, 1); in OnPaint()
166 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 22, 4, 1, 1); in OnPaint()
167 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 5, 1, 1); in OnPaint()
168 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 6, 3, 1); in OnPaint()
170 e.Graphics.FillRectangle(Brushes.DarkSlateGray, 21, 2, 3, 1); in OnPaint()
[all …]
H A DctrlCodeScrollbar.cs58 e.Graphics.FillRectangle(Brushes.DimGray, rect); in OnPaint()
73 e.Graphics.FillRectangle(brush, left + 1, top - drawHeight, width - 1, drawHeight); in OnPaint()
84 … e.Graphics.FillRectangle(brush, left + 1, barTop + barHeight- drawHeight, width - 1, drawHeight); in OnPaint()
87 e.Graphics.FillRectangle(Brushes.White, left + 1, barTop, width - 1, barHeight); in OnPaint()
92 e.Graphics.FillRectangle(brush, left + 1, highlightTop, width, HighlightHeight - 2); in OnPaint()
101 e.Graphics.FillRectangle(Brushes.LightBlue, left + 1, selectedTop - 1, width - 2, 3); in OnPaint()
108 e.Graphics.FillRectangle(Brushes.Yellow, left + 1, activeTop - 1, width - 2, 3); in OnPaint()
119 e.Graphics.FillRectangle(brush, left + 3, top - 2, 5, 5); in OnPaint()
129 … e.Graphics.FillRectangle(Brushes.Gainsboro, rect.Left + 1, rect.Top, this.Width - 1, _buttonSize); in OnPaint()
130 …e.Graphics.FillRectangle(Brushes.Gainsboro, rect.Left + 1, bottom - _buttonSize, this.Width - 1, _… in OnPaint()
/dports/games/flying/flying-6.20/
H A Dkeeper.C87 FillRectangle( 0.0, 0.0, MaxX(), size ); in Draw()
89 FillRectangle( 0.0, 0.0, MaxX(), frame ); in Draw()
90 FillRectangle( 0.0, size-frame, MaxX(), frame ); in Draw()
92 FillRectangle( 0.0, 0.0, frame, size); in Draw()
94 FillRectangle( MaxX()-frame, 0.0, frame, size); in Draw()
98 FillRectangle( 0.0, MaxY()-size, MaxX(), size ); in Draw()
103 FillRectangle( 0.0, MaxY()-size, frame, size); in Draw()
151 FillRectangle( 0.0, 0.0, size, MaxY() ); in Draw()
153 FillRectangle( 0.0, 0.0, frame, MaxY() ); in Draw()
154 FillRectangle( size-frame,0.0, frame, MaxY() ); in Draw()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripProfessionalRenderer.cs83 e.Graphics.FillRectangle (b, paint_here); } in OnRenderButtonBackground()
87 e.Graphics.FillRectangle (b, paint_here); in OnRenderButtonBackground()
90 e.Graphics.FillRectangle (b, paint_here); in OnRenderButtonBackground()
93 e.Graphics.FillRectangle (b, paint_here); in OnRenderButtonBackground()
96 e.Graphics.FillRectangle (b, paint_here); in OnRenderButtonBackground()
122 e.Graphics.FillRectangle (b, paint_here); in OnRenderDropDownButtonBackground()
125 e.Graphics.FillRectangle (b, paint_here); in OnRenderDropDownButtonBackground()
287 e.Graphics.FillRectangle (b, paint_here); in OnRenderOverflowButtonBackground()
290 e.Graphics.FillRectangle (b, paint_here); in OnRenderOverflowButtonBackground()
293 e.Graphics.FillRectangle (b, paint_here); in OnRenderOverflowButtonBackground()
[all …]
H A DMdiControlStrip.cs154 g.FillRectangle (Brushes.Black, 8, 8, 4, 4); in OnPaint()
155 g.FillRectangle (Brushes.Black, 6, 6, 2, 2); in OnPaint()
156 g.FillRectangle (Brushes.Black, 6, 12, 2, 2); in OnPaint()
157 g.FillRectangle (Brushes.Black, 12, 6, 2, 2); in OnPaint()
158 g.FillRectangle (Brushes.Black, 12, 12, 2, 2); in OnPaint()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/platform/win/
H A Dui_window_shadow_win.cpp70 graphics.FillRectangle(&brush, 0, 0, width, height); in setColor()
256 graphics1.FillRectangle(&brush, 0, 0, _size, 2 * _shift); in initCorners()
257 graphics3.FillRectangle(&brush, 0, 0, _size, 2 * _shift); in initCorners()
259 graphics3.FillRectangle(&brush, 0, 2 * _shift, _shift, _fullsize); in initCorners()
266 graphics0.FillRectangle(&brush, k, j, 1, 1); in initCorners()
281 graphics1.FillRectangle(&brush, _size - k - 1, j, 1, 1); in initCorners()
282 graphics3.FillRectangle(&brush, k, j, 1, 1); in initCorners()
295 pgraphics1->FillRectangle(&brush, _size - k - 1, h - j - 1, 1, 1); in verCorners()
296 pgraphics3->FillRectangle(&brush, k, h - j - 1, 1, 1); in verCorners()
407 graphics0.FillRectangle(&brush, from, 0, to - from, 2 * _shift); in update()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2012/
H A DVS2012WindowSplitterControl.cs88 e.Graphics.FillRectangle(_backgroundBrush, rect); in OnPaint()
89 … e.Graphics.FillRectangle(_foregroundBrush, rect.X + SplitterSize / 2 - 1, rect.Y, in OnPaint()
97 e.Graphics.FillRectangle(_horizontalBrush, rect); in OnPaint()
111 e.Graphics.FillRectangle(_backgroundBrush, rect); in OnPaint()
118 e.Graphics.FillRectangle(_horizontalBrush, rect); in OnPaint()
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/ThemeVS2013/
H A DVS2013WindowSplitterControl.cs46 e.Graphics.FillRectangle(_horizontalBrush, rect); in OnPaint()
53 e.Graphics.FillRectangle(_horizontalBrush, rect); in OnPaint()
67 e.Graphics.FillRectangle(_horizontalBrush, rect); in OnPaint()
74 e.Graphics.FillRectangle(_horizontalBrush, rect); in OnPaint()
/dports/net/ssvnc/ssvnc-1.0.29/vnc_unixsrc/vncviewer/
H A Dcorre.c32 #define FillRectangle(x, y, w, h, color) \ macro
76 FillRectangle(rx, ry, rw, rh, gcv.foreground); in HandleCoRREBPP()
106 FillRectangle(rx + x, ry + y, w, h, gcv.foreground); in HandleCoRREBPP()
113 #undef FillRectangle
H A Drre.c32 #define FillRectangle(x, y, w, h, color) \ macro
75 FillRectangle(rx, ry, rw, rh, gcv.foreground); in HandleRREBPP()
105 FillRectangle(rx + subrect.x, ry + subrect.y, subrect.w, subrect.h, gcv.foreground); in HandleRREBPP()
112 #undef FillRectangle
H A Dhextile.c33 #define FillRectangle(x, y, w, h, color) \ macro
123 FillRectangle(x, y, w, h, gcv.foreground); in HandleHextileBPP()
169 FillRectangle(x+sx, y+sy, sw, sh, gcv.foreground); in HandleHextileBPP()
205 FillRectangle(x+sx, y+sy, sw, sh, gcv.foreground); in HandleHextileBPP()
215 #undef FillRectangle
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Theming/Default/
H A DToolStripPainter.cs53 e.Graphics.FillRectangle (ResPool.GetSolidBrush (e.Item.BackColor), paint_here); in OnRenderButtonBackground()
68 e.Graphics.FillRectangle (ResPool.GetSolidBrush (e.Item.BackColor), paint_here); in OnRenderDropDownButtonBackground()
98 e.Graphics.FillRectangle (SystemBrushes.Highlight, paint_here); in OnRenderMenuItemBackground()
106 e.Graphics.FillRectangle (ResPool.GetSolidBrush (e.Item.BackColor), paint_here); in OnRenderMenuItemBackground()
119 e.Graphics.FillRectangle (ResPool.GetSolidBrush (e.Item.BackColor), paint_here); in OnRenderOverflowButtonBackground()
155 e.Graphics.FillRectangle (ResPool.GetSolidBrush (e.Item.BackColor), button_part); in OnRenderSplitButtonBackground()
163 e.Graphics.FillRectangle (ResPool.GetSolidBrush (e.Item.BackColor), drop_part); in OnRenderSplitButtonBackground()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DMarginView.cxx163 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
164 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
169 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
203 surface->FillRectangle(rcSelMargin, in PaintMargin()
221 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
224 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
414 surface->FillRectangle(rcMarker, in PaintMargin()
426 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
467 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DMarginView.cpp162 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
163 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
167 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
202 surface->FillRectangle(rcSelMargin, in PaintMargin()
220 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
223 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
413 surface->FillRectangle(rcMarker, in PaintMargin()
425 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
466 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DMarginView.cxx168 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
169 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
173 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
174 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
208 surface->FillRectangle(rcSelMargin, in PaintMargin()
226 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
229 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
415 surface->FillRectangle(rcMarker, in PaintMargin()
427 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
468 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/x11-toolkits/scintilla/scintilla/src/
H A DMarginView.cxx163 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
164 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
169 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
203 surface->FillRectangle(rcSelMargin, in PaintMargin()
221 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
224 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
416 surface->FillRectangle(rcMarker, in PaintMargin()
429 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
470 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DMarginView.cxx162 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
163 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
167 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
202 surface->FillRectangle(rcSelMargin, in PaintMargin()
220 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
223 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
413 surface->FillRectangle(rcMarker, in PaintMargin()
425 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
466 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/editors/textadept/scintilla/src/
H A DMarginView.cxx163 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
164 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
169 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
203 surface->FillRectangle(rcSelMargin, in PaintMargin()
221 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
224 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
416 surface->FillRectangle(rcMarker, in PaintMargin()
429 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
470 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/editors/scite/scintilla/src/
H A DMarginView.cxx163 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
164 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
169 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
203 surface->FillRectangle(rcSelMargin, in PaintMargin()
221 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
224 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
416 surface->FillRectangle(rcMarker, in PaintMargin()
429 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
470 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DMarginView.cpp162 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
163 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
167 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
202 surface->FillRectangle(rcSelMargin, in PaintMargin()
220 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
223 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
413 surface->FillRectangle(rcMarker, in PaintMargin()
425 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
466 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DMarginView.cpp162 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
163 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
167 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
202 surface->FillRectangle(rcSelMargin, in PaintMargin()
220 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
223 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
413 surface->FillRectangle(rcMarker, in PaintMargin()
425 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
466 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DMarginView.cpp162 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
163 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
167 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
202 surface->FillRectangle(rcSelMargin, in PaintMargin()
220 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
223 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
413 surface->FillRectangle(rcMarker, in PaintMargin()
425 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
466 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DMarginView.cxx164 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
165 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
169 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
170 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
204 surface->FillRectangle(rcSelMargin, in PaintMargin()
219 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
222 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
402 surface->FillRectangle(rcMarker, in PaintMargin()
449 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DMarginView.cxx164 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
165 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
169 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
170 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
204 surface->FillRectangle(rcSelMargin, in PaintMargin()
222 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
225 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
417 surface->FillRectangle(rcMarker, in PaintMargin()
429 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
470 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DMarginView.cxx162 pixmapSelPattern->FillRectangle(rcPattern, colourFMFill); in RefreshPixMaps()
163 pixmapSelPatternOffset1->FillRectangle(rcPattern, colourFMStripes); in RefreshPixMaps()
167 pixmapSelPattern->FillRectangle(rcPixel, colourFMStripes); in RefreshPixMaps()
168 pixmapSelPatternOffset1->FillRectangle(rcPixel, colourFMFill); in RefreshPixMaps()
202 surface->FillRectangle(rcSelMargin, in PaintMargin()
220 surface->FillRectangle(rcSelMargin, colour); in PaintMargin()
223 surface->FillRectangle(rcSelMargin, vs.styles[STYLE_LINENUMBER].back); in PaintMargin()
415 surface->FillRectangle(rcMarker, in PaintMargin()
428 … surface->FillRectangle(rcMarker, vs.styles[stMargin.StyleAt(0) + vs.marginStyleOffset].back); in PaintMargin()
469 surface->FillRectangle(rcBlankMargin, vs.styles[STYLE_DEFAULT].back); in PaintMargin()

12345678910>>...49