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 72 int GetTypeAscent() const { return m_Ascent; }
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 70 virtual int32_t GetTypeAscent(int32_t nFontIndex);
168 int32_t GetTypeAscent(int32_t nFontIndex);
cpdf_variabletext.cpp 49 int32_t CPDF_VariableText::Provider::GetTypeAscent(int32_t nFontIndex) {
51 return pPDFFont->GetTypeAscent();
813 return (FX_FLOAT)GetTypeAscent(nFontIndex) * fFontSize * kFontScale;
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 533 int32_t GetTypeAscent(int32_t nFontIndex) override;
fxet_edit.cpp 177 int32_t CFX_Edit_Provider::GetTypeAscent(int32_t nFontIndex) {
179 return pPDFFont->GetTypeAscent();
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 276 if (pCurObj->GetFont()->GetTypeAscent()) {
279 pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000;
    [all...]

Completed in 241 milliseconds