Home | History | Annotate | Download | only in fpdfsdk

Lines Matching defs:nStyle

1115   int32_t nStyle = 0;
1120 nStyle = PCS_CIRCLE;
1123 nStyle = PCS_CROSS;
1126 nStyle = PCS_DIAMOND;
1129 nStyle = PCS_SQUARE;
1132 nStyle = PCS_STAR;
1135 nStyle = PCS_CHECK;
1139 nStyle = PCS_CHECK;
1174 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1175 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText);
1236 int32_t nStyle = 0;
1241 nStyle = PCS_CIRCLE;
1244 nStyle = PCS_CROSS;
1247 nStyle = PCS_DIAMOND;
1250 nStyle = PCS_SQUARE;
1253 nStyle = PCS_STAR;
1256 nStyle = PCS_CHECK;
1260 nStyle = PCS_CIRCLE;
1268 if (nStyle == PCS_CIRCLE) {
1308 if (nStyle == PCS_CIRCLE) {
1333 csAP_N_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);
1334 csAP_D_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient, nStyle, crText);