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

  /external/pdfium/core/include/fpdfapi/
fpdf_module.h 186 virtual CPDF_DocRenderData* GetRenderData()
fpdf_parser.h 110 CPDF_DocRenderData* GetRenderData()
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 309 return pFont->m_pDocument->GetRenderData()->GetCachedType3(pFont);
316 pFont->m_pDocument->GetRenderData()->ReleaseCachedType3(pFont);
599 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
668 CFX_FontCache* pCache = pFont->m_pDocument ? pFont->m_pDocument->GetRenderData()->GetFontCache() : NULL;
722 pCache = pFont->m_pDocument->GetRenderData()->GetFontCache();
fpdf_render.cpp 99 virtual CPDF_DocRenderData* GetRenderData()
580 CPDF_DocRenderData* pDocCache = m_pContext->m_pDocument->GetRenderData();
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 360 CPDF_DocRenderData* pDocCache = src.m_pTransferFunc->m_pPDFDoc->GetRenderData();
370 CPDF_DocRenderData* pDocCache = m_pTransferFunc->m_pPDFDoc->GetRenderData();

Completed in 289 milliseconds