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
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 812 FX_INT32 GetTypeAscent(FX_INT32 nFontIndex);
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 284 if (pCurObj->GetFont()->GetTypeAscent()) {
285 rect.top = orgY + pCurObj->GetFont()->GetTypeAscent() * pCurObj->GetFontSize() / 1000;
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 168 FX_INT32 CFX_Edit_Provider::GetTypeAscent(FX_INT32 nFontIndex)
171 return pPDFFont->GetTypeAscent();
    [all...]

Completed in 2324 milliseconds