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

  /external/pdfium/core/fpdfapi/page/
cpdf_textstate.cpp 44 FX_FLOAT CPDF_TextState::GetCharSpace() const {
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 130 FX_FLOAT GetCharSpace() const { return m_fCharSpace; }
202 FX_FLOAT GetCharSpace(const CPVT_WordInfo& WordInfo);
cpdf_variabletext.cpp 799 GetCharSpace(WordInfo), GetHorzScale(WordInfo),
851 FX_FLOAT CPDF_VariableText::GetCharSpace(const CPVT_WordInfo& WordInfo) {
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.cpp 676 FX_FLOAT fCharSpace = pEdit->GetCharSpace();
727 pEdit->GetCharArray() == 0 && pEdit->GetCharSpace() <= 0.0f;
1162 FX_FLOAT CFX_Edit::GetCharSpace() const {
1163 return m_pVT->GetCharSpace();
    [all...]

Completed in 656 milliseconds