Home
last modified time | relevance | path

Searched refs:csAP_N_ON (Results 1 – 1 of 1) sorted by relevance

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