• Home
  • Raw
  • Download

Lines Matching refs:crBackground

1154   CFX_Color crBackground;  in SetAsPushButton()  local
1160 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsPushButton()
1179 crRightBottom = crBackground / 2.0f; in SetAsPushButton()
1242 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton()
1263 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton()
1298 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsPushButton()
1316 CFX_Color crBackground, crBorder, crText; in SetAsCheckBox() local
1322 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsCheckBox()
1340 crRightBottom = crBackground / 2.0f; in SetAsCheckBox()
1386 GetRectFillAppStream(rcWindow, crBackground) + in SetAsCheckBox()
1409 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsCheckBox()
1431 CFX_Color crBackground; in SetAsRadioButton() local
1439 crBackground = CFX_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); in SetAsRadioButton()
1457 crRightBottom = crBackground / 2.0f; in SetAsRadioButton()
1507 crRightBottom = crBackground - 0.25f; in SetAsRadioButton()
1514 GetCircleFillAppStream(rcCenter, crBackground) + in SetAsRadioButton()
1519 GetRectFillAppStream(rcWindow, crBackground) + in SetAsRadioButton()
1545 CFX_Color crBK = crBackground - 0.25f; in SetAsRadioButton()
1547 crLeftTop = crBackground - 0.25f; in SetAsRadioButton()
1549 crBK = crBackground; in SetAsRadioButton()
1561 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsRadioButton()
1950 CFX_Color crBackground = widget_->GetFillPWLColor(); in GetBackgroundAppStream() local
1951 if (crBackground.nColorType != CFX_Color::kTransparent) in GetBackgroundAppStream()
1952 return GetRectFillAppStream(widget_->GetRotatedRect(), crBackground); in GetBackgroundAppStream()
1960 CFX_Color crBackground = widget_->GetFillPWLColor(); in GetBorderAppStream() local
1975 crRightBottom = crBackground / 2.0f; in GetBorderAppStream()