Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_dib.h574 uint8_t* m_pAddClipScan; variable
/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp4999 m_pAddClipScan = NULL; in CFX_BitmapComposer()
5007 FX_Free(m_pAddClipScan); in ~CFX_BitmapComposer()
5060 m_pAddClipScan = FX_Alloc( in SetInfo()
5074 m_pAddClipScan[i] = clip_scan[i] * m_BitmapAlpha / 255; in DoCompose()
5077 FXSYS_memset(m_pAddClipScan, m_BitmapAlpha, dest_width); in DoCompose()
5079 clip_scan = m_pAddClipScan; in DoCompose()