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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 342 CPDF_DIBSource dibsrc; local
343 if (!dibsrc.Load(pContext->m_pDocument, pInlines->m_pStream, NULL, NULL, NULL, NULL)) {
346 m_pBitmap = dibsrc.Clone();
fpdf_render_image.cpp 35 CPDF_DIBSource dibsrc; local
36 if (!dibsrc.Load(m_pContext->m_pDocument, pInlines->m_pStream, NULL, NULL, NULL, NULL)) {
39 pInlines->m_pBitmap = dibsrc.Clone();
    [all...]

Completed in 194 milliseconds