Searched defs:csAP_N_ON (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp813 CFX_ByteString csAP_N_ON = CPWL_Utils::GetRectFillAppStream(rcWindow,crBackground) + local
816 CFX_ByteString csAP_N_OFF = csAP_N_ON;
838 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient,nStyle,crText);
841 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pControl->GetCheckedAPState());
945 CFX_ByteString csAP_N_ON; local
962 csAP_N_ON = CPWL_Utils::GetCircleFillAppStream(rcCenter,crBackground) +
967 csAP_N_ON = CPWL_Utils::GetRectFillAppStream(rcWindow,crBackground) +
971 CFX_ByteString csAP_N_OFF = csAP_N_ON;
1016 csAP_N_ON += CPWL_Utils::GetRadioButtonAppStream(rcClient,nStyle,crText);
1019 WriteAppearance("N", GetRotatedRect(), GetMatrix(), csAP_N_ON, pContro
[all...]

Completed in 53 milliseconds