Searched refs:bPaint (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.h | 284 void SetAlignmentH(int32_t nFormat, bool bPaint); 286 void SetAlignmentV(int32_t nFormat, bool bPaint); 289 void SetPasswordChar(uint16_t wSubWord, bool bPaint); 295 void SetMultiLine(bool bMultiLine, bool bPaint); 296 void SetAutoReturn(bool bAuto, bool bPaint); 297 void SetAutoFontSize(bool bAuto, bool bPaint); 298 void SetAutoScroll(bool bAuto, bool bPaint); 300 void SetTextOverflow(bool bAllowed, bool bPaint); 364 bool Delete(bool bAddUndo, bool bPaint); 365 bool Clear(bool bAddUndo, bool bPaint); [all …]
|
D | cpwl_edit_impl.cpp | 615 void CPWL_EditImpl::SetAlignmentH(int32_t nFormat, bool bPaint) { in SetAlignmentH() argument 617 if (bPaint) in SetAlignmentH() 621 void CPWL_EditImpl::SetAlignmentV(int32_t nFormat, bool bPaint) { in SetAlignmentV() argument 623 if (bPaint) in SetAlignmentV() 627 void CPWL_EditImpl::SetPasswordChar(uint16_t wSubWord, bool bPaint) { in SetPasswordChar() argument 629 if (bPaint) in SetPasswordChar() 648 void CPWL_EditImpl::SetMultiLine(bool bMultiLine, bool bPaint) { in SetMultiLine() argument 650 if (bPaint) in SetMultiLine() 654 void CPWL_EditImpl::SetAutoReturn(bool bAuto, bool bPaint) { in SetAutoReturn() argument 656 if (bPaint) in SetAutoReturn() [all …]
|