Home
last modified time | relevance | path

Searched refs:ColorsEqual (Results 1 – 13 of 13) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/App/
H A DAppIcons.cs66 Debug.Assert(UIUtil.ColorsEqual(RoundColor(clr), clr));
92 if(!UIUtil.ColorsEqual(c, Color.Empty)) c = RoundColor(c); in Get()
112 Debug.Assert(UIUtil.ColorsEqual(c, Color.Empty)); in Get()
117 if((ico != null) && !UIUtil.ColorsEqual(c, Color.Empty)) in Get()
141 Debug.Assert(!UIUtil.ColorsEqual(clr, Color.Empty)); in RoundColor()
/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0045.pp14 function ColorsEqual(c1, c2 : longint) : boolean;
16 ColorsEqual:=((GetMaxColor=$FF) and ((c1 and $FF)=(c2 and $FF))) or
59 if not ColorsEqual(getpixel(i,15),getpixel(i,30)) then
/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A DOverheadMap_OGL.cpp90 static inline bool ColorsEqual(rgb_color& Color1, rgb_color& Color2) in ColorsEqual() function
160 bool AreColorsEqual = ColorsEqual(color,SavedColor); in draw_polygon()
211 bool AreColorsEqual = ColorsEqual(color,SavedColor); in draw_line()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dgetteximage.c91 ColorsEqual(const GLubyte ref[4], const GLubyte act[4]) in ColorsEqual() function
172 if (!ColorsEqual(color, data2 + i * 4)) { in TestGetTexImageRTT()
179 if (!ColorsEqual(blue, data2 + i * 4)) { in TestGetTexImageRTT()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dgetteximage.c91 ColorsEqual(const GLubyte ref[4], const GLubyte act[4]) in ColorsEqual() function
172 if (!ColorsEqual(color, data2 + i * 4)) { in TestGetTexImageRTT()
179 if (!ColorsEqual(blue, data2 + i * 4)) { in TestGetTexImageRTT()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/MultipleValues/
H A DMultipleValuesEntryContext.cs349 if(!UIUtil.ColorsEqual(pe.ForegroundColor, m_peM.ForegroundColor)) in MultiInitProperties()
355 if(!UIUtil.ColorsEqual(pe.BackgroundColor, m_peM.BackgroundColor)) in MultiInitProperties()
411 if(!this.MultiFgColor && !UIUtil.ColorsEqual(pe.ForegroundColor, in MultiApplyProperties()
418 if(!this.MultiBgColor && !UIUtil.ColorsEqual(pe.BackgroundColor, in MultiApplyProperties()
H A DMultipleValuesEx.cs169 Debug.Assert(UIUtil.ColorsEqual(clrNormal, SystemColors.ControlText)); in ConfigureText()
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs767 if(!UIUtil.ColorsEqual(pe.ForegroundColor, Color.Empty)) in CreateEntryList()
769 if(!UIUtil.ColorsEqual(pe.BackgroundColor, Color.Empty)) in CreateEntryList()
920 if(!UIUtil.ColorsEqual(pe.ForegroundColor, Color.Empty)) in CreateEntryList()
922 if(!UIUtil.ColorsEqual(pe.BackgroundColor, Color.Empty)) in CreateEntryList()
1719 if(!UIUtil.ColorsEqual(clrFG, Color.Empty) && in SetChecked()
1769 if(!UIUtil.ColorsEqual(clrFG, Color.Empty) && in SetRadioChecked()
1882 public static bool ColorsEqual(Color c1, Color c2) in ColorsEqual() method in KeePass.UI.UIUtil
1923 if(ColorsEqual(lvi.BackColor, clrAlternate)) in SetAlternatingBgColors()
1928 else if(((i & 1) == 1) && ColorsEqual(lvi.BackColor, clrBg)) in SetAlternatingBgColors()
1948 if(((i & 1) == 0) && ColorsEqual(lvi.BackColor, clrAlternate)) in SetAlternatingBgColors()
[all …]
H A DHotKeyControlEx.cs167 if(UIUtil.ColorsEqual(m_clrNormalBack, Color.White)) in UpdateUI()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DPwEntryForm.cs322 if(UIUtil.ColorsEqual(m_tbUrl.ForeColor, Color.Black)) in InitEntryTab()
473 if(!UIUtil.ColorsEqual(m_clrForeground, Color.Empty)) in InitPropertiesTab()
476 if(!UIUtil.ColorsEqual(m_clrBackground, Color.Empty)) in InitPropertiesTab()
480 UIUtil.SetChecked(m_cbCustomForegroundColor, !UIUtil.ColorsEqual( in InitPropertiesTab()
482 UIUtil.SetChecked(m_cbCustomBackgroundColor, !UIUtil.ColorsEqual( in InitPropertiesTab()
H A DFileBrowserForm.cs116 if(UIUtil.ColorsEqual(m_lblHint.ForeColor, Color.Black)) in OnFormLoad()
H A DDatabaseSettingsForm.cs129 bool bClr = !UIUtil.ColorsEqual(m_clr, Color.Empty); in OnFormLoad()
H A DMainForm_Functions.cs1103 if(!UIUtil.ColorsEqual(pe.ForegroundColor, Color.Empty)) in SetListEntry()
1106 else { Debug.Assert(UIUtil.ColorsEqual(lvi.ForeColor, m_lvEntries.ForeColor)); } in SetListEntry()
1108 if(!UIUtil.ColorsEqual(pe.BackgroundColor, Color.Empty)) in SetListEntry()
1114 else { Debug.Assert(UIUtil.ColorsEqual(lvi.BackColor, m_lvEntries.BackColor)); } in SetListEntry()
3092 if(UIUtil.ColorsEqual(pe.BackgroundColor, clrBack)) continue; in SetSelectedEntryColor()
3914 !UIUtil.ColorsEqual(ds.Database.Color, Color.Empty)) in RecreateUITabs()