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

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textstate.cpp48 void CPDF_TextState::SetCharSpace(FX_FLOAT sp) { function in class:CPDF_TextState
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h96 void SetCharSpace(FX_FLOAT fCharSpace) { m_fCharSpace = fCharSpace; } function in class:CPDF_VariableText
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.cpp466 void CPWL_Edit::SetCharSpace(FX_FLOAT fCharSpace) { function in class:CPWL_Edit
467 m_pEdit->SetCharSpace(fCharSpace);
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.cpp155 void CFX_RTFBreak::SetCharSpace(FX_FLOAT fCharSpace) { function in class:CFX_RTFBreak
H A Dfgas_textbreak.cpp235 void CFX_TxtBreak::SetCharSpace(FX_FLOAT fCharSpace) { function in class:CFX_TxtBreak
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp924 void CFX_Edit::SetCharSpace(FX_FLOAT fCharSpace) { function in class:CFX_Edit
925 m_pVT->SetCharSpace(fCharSpace);

Completed in 232 milliseconds