Searched refs:m_pAddClipScan (Results 1 – 2 of 2) sorted by relevance
69 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()
71 DataVector<uint8_t> m_pAddClipScan; variable