Searched refs:dest_Bpp (Results 1 – 3 of 3) sorted by relevance
503 int dest_Bpp, in CompositeRow_Argb2Rgb_Blend() argument510 int dest_gap = dest_Bpp - 3; in CompositeRow_Argb2Rgb_Blend()519 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_Blend()543 int dest_Bpp, in CompositeRow_Argb2Rgb_NoBlend() argument548 int dest_gap = dest_Bpp - 3; in CompositeRow_Argb2Rgb_NoBlend()558 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_NoBlend()563 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_NoBlend()581 int dest_Bpp, in CompositeRow_Rgb2Rgb_Blend_NoClip() argument587 int dest_gap = dest_Bpp - 3; in CompositeRow_Rgb2Rgb_Blend_NoClip()612 int dest_Bpp, in CompositeRow_Rgb2Rgb_Blend_Clip() argument[all …]
731 const int dest_Bpp = GetBppFromFormat(m_Format) / 8; in CompositeBitmap() local739 GetWritableScanline(dest_top + row).subspan(dest_left * dest_Bpp); in CompositeBitmap()
259 int32_t dest_Bpp = (m_SrcFormat & 0xff) >> 3; in PngAskScanlineBuf() local265 pdfium::make_span(m_DecodeBuf).subspan(dest_left * dest_Bpp); in PngAskScanlineBuf()301 uint8_t* pDes = &dest_scan[pPixelWeights->m_SrcStart * dest_Bpp]; in PngAskScanlineBuf()317 uint8_t* pDes = &dest_scan[pPixelWeights->m_SrcStart * dest_Bpp]; in PngAskScanlineBuf()491 int dest_Bpp = pDIBitmap->GetBPP() >> 3; in GifReadScanline() local492 uint32_t dest_ScanOffset = m_startX * dest_Bpp; in GifReadScanline()501 uint32_t size = m_sizeX * dest_Bpp; in GifReadScanline()555 int dest_Bpp = pDeviceBitmap->GetBPP() >> 3; in ResampleVertBT() local556 uint32_t dest_ScanOffset = m_startX * dest_Bpp; in ResampleVertBT()569 uint32_t size = m_sizeX * dest_Bpp; in ResampleVertBT()[all …]