Home
last modified time | relevance | path

Searched defs:wSubWord (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h81 void SetPasswordChar(uint16_t wSubWord) { m_wSubWord = wSubWord; } in SetPasswordChar()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp601 void CPWL_EditImpl::SetPasswordChar(uint16_t wSubWord, bool bPaint) { in SetPasswordChar()