Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dcfx_bitmapcomposer.cpp69 m_pAddClipScan.resize(m_bVertical ? m_pBitmap->GetHeight() in SetInfo()
82 m_pAddClipScan[i] = clip_scan[i] * m_BitmapAlpha / 255; in DoCompose()
84 fxcrt::spanset(pdfium::make_span(m_pAddClipScan).first(dest_width), in DoCompose()
87 clip_scan = m_pAddClipScan; in DoCompose()
H A Dcfx_bitmapcomposer.h71 DataVector<uint8_t> m_pAddClipScan; variable