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

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Label.cpp110 void CPWL_Label::SetCharSpace(FX_FLOAT fCharSpace) { function in class:CPWL_Label
111 m_pEdit->SetCharSpace(fCharSpace);
H A DPWL_Edit.cpp705 void CPWL_Edit::SetCharSpace(FX_FLOAT fCharSpace, FX_BOOL bPaint /* = TRUE*/) { function in class:CPWL_Edit
706 m_pEdit->SetCharSpace(fCharSpace, bPaint);
/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.cpp231 void CFX_RTFBreak::SetCharSpace(FX_FLOAT fCharSpace) { function in class:CFX_RTFBreak
H A Dfx_textbreak.cpp244 void CFX_TxtBreak::SetCharSpace(FX_FLOAT fCharSpace) { function in class:CFX_TxtBreak
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp854 void CFX_Edit::SetCharSpace(FX_FLOAT fCharSpace, FX_BOOL bPaint) { function in class:CFX_Edit
855 m_pVT->SetCharSpace(fCharSpace);

Completed in 129 milliseconds