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.cpp4422 m_pAddClipScan = NULL; in CFX_BitmapComposer()
4437 if (m_pAddClipScan) { in ~CFX_BitmapComposer()
4438 FX_Free(m_pAddClipScan); in ~CFX_BitmapComposer()
4490m_pAddClipScan = FX_Alloc(FX_BYTE, m_bVertical ? m_pBitmap->GetHeight() : m_pBitmap->GetWidth()); in SetInfo()
4491 if (!m_pAddClipScan) { in SetInfo()
4503 m_pAddClipScan[i] = clip_scan[i] * m_BitmapAlpha / 255; in DoCompose()
4506 FXSYS_memset8(m_pAddClipScan, m_BitmapAlpha, dest_width); in DoCompose()
4508 clip_scan = m_pAddClipScan; in DoCompose()
/external/pdfium/core/include/fxge/
Dfx_dib.h489 FX_LPBYTE m_pScanlineV, m_pClipScanV, m_pAddClipScan, m_pScanlineAlphaV; variable