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

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

Completed in 64 milliseconds