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

  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 76 int GetTypeAscent() const { return m_Ascent; }
  /external/pdfium/core/fpdfdoc/
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.cpp 145 int32_t CPWL_EditImpl_Provider::GetTypeAscent(int32_t nFontIndex) {
147 return pPDFFont->GetTypeAscent();
    [all...]

Completed in 86 milliseconds