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

  /external/pdfium/core/fpdfapi/font/
cpdf_font.h 77 int GetTypeDescent() const { return m_Descent; }
  /external/pdfium/core/fpdfdoc/
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.cpp 152 int32_t CPWL_EditImpl_Provider::GetTypeDescent(int32_t nFontIndex) {
154 return pPDFFont->GetTypeDescent();
    [all...]

Completed in 72 milliseconds