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

  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 435 pFont = ((CPDF_Document*)pDocument)->AddWindowsFont(&lf, FALSE, TRUE);
456 return ((CPDF_Document*)pDocument)->AddWindowsFont(&lf, FALSE, TRUE);
478 return ((CPDF_Document*)pDocument)->AddWindowsFont(&lf, FALSE, TRUE);
617 pFont = ((CPDF_Document*)pDocument)->AddWindowsFont(&lf, FALSE, TRUE);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 141 CPDF_Font* AddWindowsFont(LOGFONTA* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName = FALSE);
142 CPDF_Font* AddWindowsFont(LOGFONTW* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName = FALSE);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 218 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTW* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName)
227 return AddWindowsFont(&lfa, bVert, bTranslateName);
242 CPDF_Font* CPDF_Document::AddWindowsFont(LOGFONTA* pLogFont, FX_BOOL bVert, FX_BOOL bTranslateName)
    [all...]

Completed in 3471 milliseconds