Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:crText

930   CPWL_Color crText(COLORTYPE_GRAY, 0);
938 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1002 pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout);
1023 pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize,
1059 pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout);
1072 CPWL_Color crBackground, crBorder, crText;
1112 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1174 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1175 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1192 CPWL_Color crBackground, crBorder, crText;
1233 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1333 csAP_N_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);
1334 csAP_D_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);
1403 CPWL_Color crText = GetTextPWLColor();
1405 << CPWL_Utils::GetColorAppStream(crText) << sEdit << "ET\n"
1476 CPWL_Color crText = GetTextPWLColor();
1478 << CPWL_Utils::GetColorAppStream(crText, true)
1578 CPWL_Color crText = GetTextPWLColor();
1580 << CPWL_Utils::GetColorAppStream(crText) << sEdit << "ET\n"
1748 CPWL_Color crText = CPWL_Color(COLORTYPE_GRAY, 0);
1756 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]);
1759 return crText;