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

  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 76 int GetTypeAscent() const { return m_Ascent; }
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 57 virtual int32_t GetTypeAscent(int32_t nFontIndex);
169 int32_t GetTypeAscent(int32_t nFontIndex);
cpdf_variabletext.cpp 51 int32_t CPDF_VariableText::Provider::GetTypeAscent(int32_t nFontIndex) {
53 return pPDFFont->GetTypeAscent();
677 return (float)GetTypeAscent(nFontIndex) * fFontSize * kFontScale;
929 int32_t CPDF_VariableText::GetTypeAscent(int32_t nFontIndex) {
930 return m_pVTProvider ? m_pVTProvider->GetTypeAscent(nFontIndex) : 0;
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.h 427 int32_t GetTypeAscent(int32_t nFontIndex) override;
cpwl_edit_impl.cpp 145 int32_t CPWL_EditImpl_Provider::GetTypeAscent(int32_t nFontIndex) {
147 return pPDFFont->GetTypeAscent();
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 283 if (pCurObj->GetFont()->GetTypeAscent()) {
286 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000;
    [all...]

Completed in 181 milliseconds