Home | History | Annotate | Download | only in src

Lines Matching defs:crText

566 	CPWL_Color crText(COLORTYPE_GRAY,0);

575 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
656 CPWL_Utils::GetPushButtonAppStream(iconFit.GetFittingBounds() ? rcWindow : rcClient, &FontMap, pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout);
675 CPWL_Utils::GetPushButtonAppStream(iconFit.GetFittingBounds() ? rcWindow : rcClient, &FontMap, pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize, nLayout);
706 CPWL_Utils::GetPushButtonAppStream(iconFit.GetFittingBounds() ? rcWindow : rcClient, &FontMap, pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout);
726 CPWL_Color crBackground, crBorder, crText;
777 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
837 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crText);
838 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crText);
858 CPWL_Color crBackground, crBorder, crText;
909 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1015 csAP_N_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient,nStyle,crText);
1016 csAP_D_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient,nStyle,crText);
1095 CPWL_Color crText = GetTextPWLColor();
1096 sBody << "BT\n" << CPWL_Utils::GetColorAppStream(crText) << sEdit << "ET\n" << "Q\nEMC\n";
1180 CPWL_Color crText = GetTextPWLColor();
1181 sList << "BT\n" << CPWL_Utils::GetColorAppStream(crText,TRUE) <<
1299 CPWL_Color crText = GetTextPWLColor();
1300 sBody << "BT\n" << CPWL_Utils::GetColorAppStream(crText) << sEdit << "ET\n" << "Q\nEMC\n";
1487 CPWL_Color crText = CPWL_Color(COLORTYPE_GRAY, 0);
1498 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1501 return crText;