Home
last modified time | relevance | path

Searched refs:clrText (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Dgrid.go26 clrDraw, clrText, clrFill RGBType member
38 st.clrText.R, st.clrText.G, st.clrText.B = pdf.GetTextColor()
51 pdf.SetTextColor(st.clrText.R, st.clrText.G, st.clrText.B)
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Dgrid.go26 clrDraw, clrText, clrFill RGBType member
38 st.clrText.R, st.clrText.G, st.clrText.B = pdf.GetTextColor()
51 pdf.SetTextColor(st.clrText.R, st.clrText.G, st.clrText.B)
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/
H A Dgrid.go26 clrDraw, clrText, clrFill RGBType member
38 st.clrText.R, st.clrText.G, st.clrText.B = pdf.GetTextColor()
51 pdf.SetTextColor(st.clrText.R, st.clrText.G, st.clrText.B)
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DBannerFactory.cs282 Color clrText; in CreateBanner()
286 clrText = Color.Black; in CreateBanner()
291 clrText = Color.White; in CreateBanner()
310 clrText, bRtl, nWidth); in CreateBanner()
324 clrText, bRtl, nWidth); in CreateBanner()
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dlocationpanel.cpp182 wxColor clrText = wxSystemSettings::GetColour ( wxSYS_COLOUR_WINDOWTEXT ); in OnSysColourChanged() local
183 structureEdit->StyleSetForeground ( wxSTC_STYLE_DEFAULT, clrText ); in OnSysColourChanged()
H A Dxmlctrl.cpp1215 wxColor clrText = wxSystemSettings::GetColour ( wxSYS_COLOUR_WINDOWTEXT ); in applyProperties() local
1216 MarkerDefine ( wxSTC_MARKNUM_FOLDEREND, wxSTC_MARK_BOXPLUSCONNECTED, clrWnd, clrText ); in applyProperties()
1217 MarkerDefine ( wxSTC_MARKNUM_FOLDEROPENMID, wxSTC_MARK_BOXMINUSCONNECTED, clrWnd, clrText ); in applyProperties()
1218 MarkerDefine ( wxSTC_MARKNUM_FOLDERMIDTAIL, wxSTC_MARK_TCORNER, clrWnd, clrText ); in applyProperties()
1219 MarkerDefine ( wxSTC_MARKNUM_FOLDERTAIL, wxSTC_MARK_LCORNER, clrWnd, clrText ); in applyProperties()
1220 MarkerDefine ( wxSTC_MARKNUM_FOLDERSUB, wxSTC_MARK_VLINE, clrWnd, clrText ); in applyProperties()
1221 MarkerDefine ( wxSTC_MARKNUM_FOLDER, wxSTC_MARK_BOXPLUS, clrWnd, clrText ); in applyProperties()
1222 MarkerDefine ( wxSTC_MARKNUM_FOLDEROPEN, wxSTC_MARK_BOXMINUS, clrWnd, clrText ); in applyProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DNMTVCUSTOMDRAW.java17 public int clrText; field in NMTVCUSTOMDRAW
H A DNMLVCUSTOMDRAW.java17 public int clrText; field in NMLVCUSTOMDRAW
H A DNMTBCUSTOMDRAW.java24 public int clrText; field in NMTBCUSTOMDRAW
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/src/
H A Dconsole.c39 COLORREF clrText; member
/dports/emulators/bochs/bochs-2.7/gui/
H A Dwin32_enh_dbg_osdep.cc1552 d->clrText = AsmColors[fgclr]; in B_WP()
1564 if (d->clrText == AsmColors[1]) // green = current RIP = bold in B_WP()
1566 else if (d->clrText == AsmColors[2]) // red = brkpt = italic in B_WP()
1590 d->clrText = RGB(255,0,0); // changed entry = red in B_WP()
1605 d->clrText = RGB(0,0,0); // assume black text in B_WP()
1618 d->clrText = RGB(255,0,150); // write watchpoint in B_WP()
1627 d->clrText = RGB(0,170,255); in B_WP()
1631 d->clrText = RGB(130,255,0); // read watchpoint in B_WP()
1651 d->clrText = RGB(0,0,0); in B_WP()
1660 d->clrText = RGB(255,0,0); in B_WP()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTree.java584 if (clrText == -1) clrText = item.foreground; in CDDS_ITEMPOSTPAINT()
623 if (clrText != -1) data.foreground = clrText; in CDDS_ITEMPOSTPAINT()
806 if (clrText != -1) clrText = OS.SetTextColor (hDC, clrText); in CDDS_ITEMPOSTPAINT()
822 if (clrText != -1) clrText = OS.SetTextColor (hDC, clrText); in CDDS_ITEMPOSTPAINT()
840 if (clrText != -1) data.foreground = clrText; in CDDS_ITEMPOSTPAINT()
965 if (clrText == -1) clrText = item.foreground; in CDDS_ITEMPREPAINT()
1023 if (clrText != -1) data.foreground = clrText; in CDDS_ITEMPREPAINT()
1145 int newColor = clrText == -1 ? getForegroundPixel () : clrText; in CDDS_ITEMPREPAINT()
1148 if (nmcd.clrText == newColor) nmcd.clrText &= ~0x20000000; in CDDS_ITEMPREPAINT()
1248 nmcd.clrText = clrText == -1 ? getForegroundPixel () : clrText; in CDDS_ITEMPREPAINT()
[all …]
H A DTable.java1006 if (clrText == -1) clrText = item.foreground; in CDDS_SUBITEMPREPAINT()
1080 nmcd.clrText = clrText == -1 ? getForegroundPixel () : clrText; in CDDS_SUBITEMPREPAINT()
3401 if (clrText == -1) clrText = item.foreground; in sendEraseItemEvent()
3445 data.foreground = clrText != -1 ? clrText : getForegroundPixel (); in sendEraseItemEvent()
3459 if (clrText == -1) clrText = control.getForegroundPixel (); in sendEraseItemEvent()
3462 data.foreground = clrText != -1 ? clrText : OS.GetTextColor (hDC); in sendEraseItemEvent()
3905 if (clrText == -1) clrText = item.foreground; in sendPaintItemEvent()
3906 data.foreground = clrText != -1 ? clrText : getForegroundPixel (); in sendPaintItemEvent()
3910 if (clrText == -1) clrText = item.foreground; in sendPaintItemEvent()
3924 if (clrText == -1) clrText = control.getForegroundPixel (); in sendPaintItemEvent()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DMeterPanel.cpp484 wxColour clrText = theTheme.Colour( clrTrackPanelText ); in OnPaint() local
524 dc.SetTextForeground( clrText ); in OnPaint()
642 mRuler.SetTickColour( clrText ); in OnPaint()
643 dc.SetTextForeground( clrText ); in OnPaint()
662 destDC.SetTextForeground( clrText ); in OnPaint()
668 mRuler.SetTickColour( clrText ); in OnPaint()
671 int d = theTheme.ColourDistance( clrText, theTheme.Colour( clrMeterOutputRMSBrush ) ); in OnPaint()
714 destDC.SetTextForeground( clrText ); in OnPaint()
734 destDC.SetTextForeground( clrText ); in OnPaint()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DColumnTreeView.cpp215 SetTextColor(DeviceContext, pCustomDraw->clrText); in DrawItem()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h231 COLORREF clrText; member
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h231 COLORREF clrText; member
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h231 COLORREF clrText; member
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/msw/
H A Dmissing.h231 COLORREF clrText; member
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwinext.pas48 clrText,clrTextBk:COLORREF;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinext.pas48 clrText,clrTextBk:COLORREF;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwinext.pas48 clrText,clrTextBk:COLORREF;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwinext.pas48 clrText,clrTextBk:COLORREF;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/msw/
H A Dmissing.h218 COLORREF clrText; member
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/msw/
H A Dmissing.h218 COLORREF clrText; member

12345678910>>...12