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

  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.h 45 void SetCharSpace(FX_FLOAT sp);
cpdf_textstate.cpp 48 void CPDF_TextState::SetCharSpace(FX_FLOAT sp) {
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Edit.h 81 void SetCharSpace(FX_FLOAT fCharSpace);
PWL_Edit.cpp 466 void CPWL_Edit::SetCharSpace(FX_FLOAT fCharSpace) {
467 m_pEdit->SetCharSpace(fCharSpace);
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 154 void SetCharSpace(FX_FLOAT fCharSpace);
fgas_textbreak.h 223 void SetCharSpace(FX_FLOAT fCharSpace);
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/core/fpdfdoc/
cpdf_variabletext.h 96 void SetCharSpace(FX_FLOAT fCharSpace) { m_fCharSpace = fCharSpace; }
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 360 void SetCharSpace(FX_FLOAT fCharSpace);
fxet_edit.cpp 924 void CFX_Edit::SetCharSpace(FX_FLOAT fCharSpace) {
925 m_pVT->SetCharSpace(fCharSpace);
    [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 148 m_pBreak->SetCharSpace(font.GetLetterSpacing());
240 m_pBreak->SetCharSpace(pStyle->GetLetterSpacing().GetValue());
    [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtengine.cpp 1059 m_pTextBreak->SetCharSpace(m_Param.fCharSpace);
    [all...]

Completed in 451 milliseconds