HomeSort by relevance Sort by last modified time
    Searched defs:SetCharSpace (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.cpp 48 void CPDF_TextState::SetCharSpace(FX_FLOAT sp) {
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 96 void SetCharSpace(FX_FLOAT fCharSpace) { m_fCharSpace = fCharSpace; }
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Edit.cpp 466 void CPWL_Edit::SetCharSpace(FX_FLOAT fCharSpace) {
467 m_pEdit->SetCharSpace(fCharSpace);
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 155 void CFX_RTFBreak::SetCharSpace(FX_FLOAT fCharSpace) {
fgas_textbreak.cpp 235 void CFX_TxtBreak::SetCharSpace(FX_FLOAT fCharSpace) {
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 924 void CFX_Edit::SetCharSpace(FX_FLOAT fCharSpace) {
925 m_pVT->SetCharSpace(fCharSpace);
    [all...]

Completed in 393 milliseconds