Lines Matching refs:crText
953 CPWL_Color crText(COLORTYPE_GRAY, 0); local
961 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1030 pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout);
1051 pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize,
1084 pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout);
1097 CPWL_Color crBackground, crBorder, crText; local
1145 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1205 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1206 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1223 CPWL_Color crBackground, crBorder, crText; local
1271 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1368 csAP_N_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);
1369 csAP_D_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);
1441 CPWL_Color crText = GetTextPWLColor(); local
1442 sBody << "BT\n" << CPWL_Utils::GetColorAppStream(crText) << sEdit
1521 CPWL_Color crText = GetTextPWLColor(); local
1522 sList << "BT\n" << CPWL_Utils::GetColorAppStream(crText, TRUE)
1632 CPWL_Color crText = GetTextPWLColor(); local
1633 sBody << "BT\n" << CPWL_Utils::GetColorAppStream(crText) << sEdit
1804 CPWL_Color crText = CPWL_Color(COLORTYPE_GRAY, 0); local
1812 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1815 return crText;