Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_bitmapcomposer.cpp65 m_pAddClipScan.resize(m_bVertical ? m_pBitmap->GetHeight() in SetInfo()
77 uint8_t* pAddClipScan = m_pAddClipScan.data(); in DoCompose()
Dcfx_bitmapcomposer.h78 std::vector<uint8_t> m_pAddClipScan; variable