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

  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 77 int GetTypeDescent() const { return m_Descent; }
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 58 virtual int32_t GetTypeDescent(int32_t nFontIndex);
170 int32_t GetTypeDescent(int32_t nFontIndex);
cpdf_variabletext.cpp 57 int32_t CPDF_VariableText::Provider::GetTypeDescent(int32_t nFontIndex) {
59 return pPDFFont->GetTypeDescent();
681 return (float)GetTypeDescent(nFontIndex) * fFontSize * kFontScale;
933 int32_t CPDF_VariableText::GetTypeDescent(int32_t nFontIndex) {
934 return m_pVTProvider ? m_pVTProvider->GetTypeDescent(nFontIndex) : 0;
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.h 428 int32_t GetTypeDescent(int32_t nFontIndex) override;
cpwl_edit_impl.cpp 152 int32_t CPWL_EditImpl_Provider::GetTypeDescent(int32_t nFontIndex) {
154 return pPDFFont->GetTypeDescent();
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 274 if (pCurObj->GetFont()->GetTypeDescent()) {
276 pCurObj->GetFont()->GetTypeDescent() *
    [all...]

Completed in 239 milliseconds