Lines Matching refs:fc

524 	FX_FLOAT fc[4];  in ResetAppearance_PushButton()  local
526 pControl->GetOriginalBackgroundColor(iColorType, fc); in ResetAppearance_PushButton()
528 crBackground = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_PushButton()
530 pControl->GetOriginalBorderColor(iColorType, fc); in ResetAppearance_PushButton()
532 crBorder = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_PushButton()
575 da.GetColor(iColorType, fc); in ResetAppearance_PushButton()
576 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_PushButton()
730 FX_FLOAT fc[4]; in ResetAppearance_CheckBox() local
732 pControl->GetOriginalBackgroundColor(iColorType, fc); in ResetAppearance_CheckBox()
734 crBackground = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_CheckBox()
736 pControl->GetOriginalBorderColor(iColorType, fc); in ResetAppearance_CheckBox()
738 crBorder = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_CheckBox()
777 da.GetColor(iColorType, fc); in ResetAppearance_CheckBox()
778 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_CheckBox()
862 FX_FLOAT fc[4]; in ResetAppearance_RadioButton() local
864 pControl->GetOriginalBackgroundColor(iColorType, fc); in ResetAppearance_RadioButton()
866 crBackground = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_RadioButton()
868 pControl->GetOriginalBorderColor(iColorType, fc); in ResetAppearance_RadioButton()
870 crBorder = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_RadioButton()
909 da.GetColor(iColorType, fc); in ResetAppearance_RadioButton()
910 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_RadioButton()
1497 FX_FLOAT fc[4]; in GetTextPWLColor() local
1498 da.GetColor(iColorType, fc); in GetTextPWLColor()
1499 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in GetTextPWLColor()
1513 FX_FLOAT fc[4]; in GetBorderPWLColor() local
1514 pFormCtrl->GetOriginalBorderColor(iColorType, fc); in GetBorderPWLColor()
1516 crBorder = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in GetBorderPWLColor()
1529 FX_FLOAT fc[4]; in GetFillPWLColor() local
1530 pFormCtrl->GetOriginalBackgroundColor(iColorType, fc); in GetFillPWLColor()
1532 crFill = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in GetFillPWLColor()