Home
last modified time | relevance | path

Searched refs:dest_Bpp (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcfx_scanlinecompositor.cpp677 int dest_Bpp, in CompositeRow_Argb2Rgb_Blend() argument
682 int dest_gap = dest_Bpp - 3; in CompositeRow_Argb2Rgb_Blend()
692 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_Blend()
719 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_Blend()
744 int dest_Bpp, in CompositeRow_Argb2Rgb_NoBlend() argument
747 int dest_gap = dest_Bpp - 3; in CompositeRow_Argb2Rgb_NoBlend()
764 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_NoBlend()
792 dest_scan += dest_Bpp; in CompositeRow_Argb2Rgb_NoBlend()
811 int dest_Bpp, in CompositeRow_Rgb2Rgb_Blend_NoClip() argument
815 int dest_gap = dest_Bpp - 3; in CompositeRow_Rgb2Rgb_Blend_NoClip()
[all …]
Dcfx_dibitmap.cpp903 int dest_Bpp = m_bpp / 8; in CompositeBitmap() local
909 m_pBuffer.Get() + (dest_top + row) * m_Pitch + dest_left * dest_Bpp; in CompositeBitmap()
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp314 int32_t dest_Bpp = (m_SrcFormat & 0xff) >> 3; in PngAskScanlineBuf() local
318 dest_scan += dest_left * dest_Bpp; in PngAskScanlineBuf()
347 uint8_t* pDes = &dest_scan[pPixelWeights->m_SrcStart * dest_Bpp]; in PngAskScanlineBuf()
360 uint8_t* pDes = &dest_scan[pPixelWeights->m_SrcStart * dest_Bpp]; in PngAskScanlineBuf()
543 int dest_Bpp = pDIBitmap->GetBPP() >> 3; in GifReadScanline() local
544 uint32_t dest_ScanOffet = m_startX * dest_Bpp; in GifReadScanline()
551 uint32_t size = m_sizeX * dest_Bpp; in GifReadScanline()
607 int dest_Bpp = pDeviceBitmap->GetBPP() >> 3; in ResampleVertBT() local
608 uint32_t dest_ScanOffet = m_startX * dest_Bpp; in ResampleVertBT()
620 uint32_t size = m_sizeX * dest_Bpp; in ResampleVertBT()
[all …]
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.h100 int dest_Bpp,
109 int dest_Bpp,
118 int dest_Bpp,
Dcpdf_dib.cpp1153 int dest_Bpp = dest_bpp / 8; in DownSampleScanline() local
1155 memset(dest_scan, 0xFF, dest_Bpp * clip_width); in DownSampleScanline()
1167 DownSampleScanline1Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline()
1170 DownSampleScanline8Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline()
1173 DownSampleScanline32Bit(orig_Bpp, dest_Bpp, src_width, pSrcLine, dest_scan, in DownSampleScanline()
1179 int dest_Bpp, in DownSampleScanline1Bit() argument
1214 } else if (m_pPalette && dest_Bpp != 1) { in DownSampleScanline1Bit()
1223 int dest_pos = i * dest_Bpp; in DownSampleScanline1Bit()
1225 if (dest_Bpp == 1) { in DownSampleScanline1Bit()
1227 } else if (dest_Bpp == 3) { in DownSampleScanline1Bit()
[all …]