Home
last modified time | relevance | path

Searched refs:m_pAddClipScan (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4388 m_pAddClipScan = NULL; in CFX_BitmapComposer()
4403 if (m_pAddClipScan) { in ~CFX_BitmapComposer()
4404 FX_Free(m_pAddClipScan); in ~CFX_BitmapComposer()
4447m_pAddClipScan = FX_Alloc(FX_BYTE, m_bVertical ? m_pBitmap->GetHeight() : m_pBitmap->GetWidth()); in SetInfo()
4457 m_pAddClipScan[i] = clip_scan[i] * m_BitmapAlpha / 255; in DoCompose()
4460 FXSYS_memset8(m_pAddClipScan, m_BitmapAlpha, dest_width); in DoCompose()
4462 clip_scan = m_pAddClipScan; in DoCompose()
/external/pdfium/core/include/fxge/
Dfx_dib.h488 FX_LPBYTE m_pScanlineV, m_pClipScanV, m_pAddClipScan, m_pScanlineAlphaV; variable