• Home
  • Raw
  • Download

Lines Matching refs:crBorder

520 	CPWL_Color crBackground, crBorder;  in ResetAppearance_PushButton()  local
531 crBorder = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_PushButton()
655 …CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorder… in ResetAppearance_PushButton()
674 …CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorder… in ResetAppearance_PushButton()
705 …CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorder… in ResetAppearance_PushButton()
726 CPWL_Color crBackground, crBorder, crText; in ResetAppearance_CheckBox() local
737 crBorder = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_CheckBox()
813 …CPWL_Utils::GetBorderAppStream(rcWindow,fBorderWidth,crBorder,crLeftTop,crRightBottom,nBorderStyle… in ResetAppearance_CheckBox()
833 …CPWL_Utils::GetBorderAppStream(rcWindow,fBorderWidth,crBorder,crLeftTop,crRightBottom,nBorderStyle… in ResetAppearance_CheckBox()
858 CPWL_Color crBackground, crBorder, crText; in ResetAppearance_RadioButton() local
869 crBorder = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in ResetAppearance_RadioButton()
962 …CPWL_Utils::GetCircleBorderAppStream(rcCenter,fBorderWidth,crBorder,crLeftTop,crRightBottom,nBorde… in ResetAppearance_RadioButton()
967 …CPWL_Utils::GetBorderAppStream(rcWindow,fBorderWidth,crBorder,crLeftTop,crRightBottom,nBorderStyle… in ResetAppearance_RadioButton()
1005 …+ CPWL_Utils::GetCircleBorderAppStream(rcCenter,fBorderWidth,crBorder,crLeftTop,crRightBottom,nBor… in ResetAppearance_RadioButton()
1010 …CPWL_Utils::GetBorderAppStream(rcWindow,fBorderWidth,crBorder,crLeftTop,crRightBottom,nBorderStyle… in ResetAppearance_RadioButton()
1415 CPWL_Color crBorder = GetBorderPWLColor(); in GetBorderAppStream() local
1449 return CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, in GetBorderAppStream()
1506 CPWL_Color crBorder; in GetBorderPWLColor() local
1515 crBorder = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in GetBorderPWLColor()
1517 return crBorder; in GetBorderPWLColor()