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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Label.h 28 void SetCharSpace(FX_FLOAT fCharSpace);
PWL_Edit.h 65 void SetCharSpace(FX_FLOAT fCharSpace, FX_BOOL bPaint = TRUE);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp 140 void CPWL_Label::SetCharSpace(FX_FLOAT fCharSpace)
142 m_pEdit->SetCharSpace(fCharSpace);
PWL_Edit.cpp 744 void CPWL_Edit::SetCharSpace(FX_FLOAT fCharSpace, FX_BOOL bPaint/* = TRUE*/)
746 m_pEdit->SetCharSpace(fCharSpace, bPaint);
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 350 virtual void SetCharSpace(FX_FLOAT fCharSpace = 0.0f) = 0;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 424 void SetCharSpace(FX_FLOAT fCharSpace = 0.0f)
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 213 virtual void SetCharSpace(FX_FLOAT fCharSpace = 0.0f, FX_BOOL bPaint = TRUE) = 0;
fxet_edit.h 586 void SetCharSpace(FX_FLOAT fCharSpace = 0.0f, FX_BOOL bPaint = TRUE);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1079 void CFX_Edit::SetCharSpace(FX_FLOAT fCharSpace/* =0.0f */, FX_BOOL bPaint/* = TRUE*/)
1081 m_pVT->SetCharSpace(fCharSpace);
    [all...]

Completed in 127 milliseconds