• Home
  • Raw
  • Download

Lines Matching refs:crBackground

1143   CFX_Color crBackground;  in SetAsPushButton()  local
1149 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsPushButton()
1168 crRightBottom = crBackground / 2.0f; in SetAsPushButton()
1245 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton()
1266 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton()
1301 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsPushButton()
1319 CFX_Color crBackground, crBorder, crText; in SetAsCheckBox() local
1325 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsCheckBox()
1343 crRightBottom = crBackground / 2.0f; in SetAsCheckBox()
1388 GetRectFillAppStream(rcWindow, crBackground) + in SetAsCheckBox()
1411 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsCheckBox()
1433 CFX_Color crBackground; in SetAsRadioButton() local
1441 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsRadioButton()
1459 crRightBottom = crBackground / 2.0f; in SetAsRadioButton()
1508 crRightBottom = crBackground - 0.25f; in SetAsRadioButton()
1515 GetCircleFillAppStream(rcCenter, crBackground) + in SetAsRadioButton()
1520 GetRectFillAppStream(rcWindow, crBackground) + in SetAsRadioButton()
1546 CFX_Color crBK = crBackground - 0.25f; in SetAsRadioButton()
1548 crLeftTop = crBackground - 0.25f; in SetAsRadioButton()
1550 crBK = crBackground; in SetAsRadioButton()
1562 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsRadioButton()
1955 CFX_Color crBackground = widget_->GetFillPWLColor(); in GetBackgroundAppStream() local
1956 if (crBackground.nColorType != CFX_Color::kTransparent) in GetBackgroundAppStream()
1957 return GetRectFillAppStream(widget_->GetRotatedRect(), crBackground); in GetBackgroundAppStream()
1965 CFX_Color crBackground = widget_->GetFillPWLColor(); in GetBorderAppStream() local
1980 crRightBottom = crBackground / 2.0f; in GetBorderAppStream()