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

  /external/pdfium/core/src/reflow/
reflowedpage.cpp 453 FX_RECT clipBox = m_pFXDevice->GetClipBox();
493 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font),
497 bRet = m_pFXDevice->DrawNormalText(1, &charpos, &(pPDFFont->m_Font),
517 m_pFXDevice->StretchBitMask(pDispSource, (int)(rect.left + 0.5), (int)(rect.bottom + 0.5), (int)(rect.Width() + 0.5), (int)(rect.Height() + 0.5), 0xff000000);
519 m_pFXDevice->StretchDIBits(pDispSource, (int)(rect.left + 0.5), (int)(rect.bottom + 0.5), (int)(rect.Width() + 0.5), (int)(rect.Height() + 0.5));
521 if(m_pFXDevice->GetBitmap() && m_pFXDevice->GetBitmap()->GetFormat() == FXDIB_8bppRgb &&
522 m_pFXDevice->GetBitmap()->GetPalette() == NULL) {
563 m_pFXDevice->GetBitmap()->DitherFS(palette, nPalette + 1, &tmpRect);
594 m_pFXDevice = pDevice
    [all...]
reflowedpage.h 256 CFX_RenderDevice* m_pFXDevice;

Completed in 335 milliseconds