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

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 221 pStreamResFontList->SetAtReference(sAlias, m_pDocument, pFont->GetFontDict());
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 302 m_pFont = m_pFont->m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict(), FALSE);
309 pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict());
318 pDocPageData->ReleaseFont(pStateFont->GetFontDict());
fpdf_page_doc.cpp 313 if (pFont->GetFontDict()->KeyExist(FX_BSTRC("Widths"))) {
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 308 pFont->m_pDocument->GetPageData()->GetFont(pFont->GetFontDict(), FALSE);
317 pFont->m_pDocument->GetPageData()->ReleaseFont(pFont->GetFontDict());
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 519 if (pFont->GetFontDict() == pElement) {
606 pFonts->SetAtReference(csNameTag, pDocument, pFont->GetFontDict());
doc_ap.cpp 80 pFontList->SetAtReference(sSysFontAlias, pDoc, pPDFFont->GetFontDict());
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 133 CPDF_Dictionary* GetFontDict() const
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 81 pStockFonts->m_pStockFonts[i]->GetFontDict()->Release();
100 pStockFonts->m_pStockFonts[i]->GetFontDict()->Release();
    [all...]

Completed in 179 milliseconds