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 73 int GetTypeDescent() const { return m_Descent; }
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.h 71 virtual int32_t GetTypeDescent(int32_t nFontIndex);
169 int32_t GetTypeDescent(int32_t nFontIndex);
cpdf_variabletext.cpp 55 int32_t CPDF_VariableText::Provider::GetTypeDescent(int32_t nFontIndex) {
57 return pPDFFont->GetTypeDescent();
818 return (FX_FLOAT)GetTypeDescent(nFontIndex) * fFontSize * kFontScale;
    [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 534 int32_t GetTypeDescent(int32_t nFontIndex) override;
fxet_edit.cpp 184 int32_t CFX_Edit_Provider::GetTypeDescent(int32_t nFontIndex) {
186 return pPDFFont->GetTypeDescent();
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 267 if (pCurObj->GetFont()->GetTypeDescent()) {
269 pCurObj->GetFont()->GetTypeDescent() *
    [all...]

Completed in 144 milliseconds