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

  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 56 FX_INT32 GetTypeAscent(FX_INT32 nFontIndex);
fpdf_vt.h 281 virtual FX_INT32 GetTypeAscent(FX_INT32 nFontIndex) = 0;
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 130 FX_INT32 CPVT_Provider::GetTypeAscent(FX_INT32 nFontIndex)
133 return pPDFFont->GetTypeAscent();
    [all...]
pdf_vt.h 545 FX_INT32 GetTypeAscent(FX_INT32 nFontIndex);
doc_vt.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 200 int GetTypeAscent() const