/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_composite.cpp | 230 void _RGB_Blend(int blend_mode, FX_LPCBYTE src_scan, FX_BYTE* dest_scan, int results[3]) in _RGB_Blend() 257 inline void _CompositeRow_Argb2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, FX_L… in _CompositeRow_Argb2Mask() 275 void _CompositeRow_Rgba2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_alpha_scan, int pixel_count, FX_LP… in _CompositeRow_Rgba2Mask() 291 void _CompositeRow_Rgb2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, FX_LPCBYTE clip_sc… in _CompositeRow_Rgb2Mask() 303 void _CompositeRow_Argb2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, int blend_… in _CompositeRow_Argb2Graya() 496 inline void _CompositeRow_Argb2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, in _CompositeRow_Argb2Gray() 587 inline void _CompositeRow_Rgb2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_Bpp, int pixel… in _CompositeRow_Rgb2Gray() 634 void _CompositeRow_Rgb2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_Bpp, int pixel_count, in _CompositeRow_Rgb2Graya() 724 void _CompositeRow_Argb2Argb(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, int blend_t… in _CompositeRow_Argb2Argb() 931 void _CompositeRow_Rgb2Argb_Blend_NoClip(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int width, int b… in _CompositeRow_Rgb2Argb_Blend_NoClip() [all …]
|
D | fx_dib_convert.cpp | 289 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_1bppMask2Gray() local 305 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_8bppMask2Gray() local 352 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_1bppPlt2Gray() local 399 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_8bppPlt2Gray() local 415 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_RgbOrCmyk2Gray() local 421 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_RgbOrCmyk2Gray() local 433 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_RgbOrCmyk2Gray() local 445 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_RgbOrCmyk2Gray() local 461 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_IndexCopy() local 473 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_IndexCopy() local [all …]
|
D | fx_dib_main.cpp | 180 FX_DWORD* dest_scan = (FX_DWORD*)pNewBitmap->GetScanline(row - rect.top); in Clone() local 192 FX_LPBYTE dest_scan = (FX_LPBYTE)pNewBitmap->GetScanline(row - rect.top); in Clone() local 389 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch; in TransferBitmap() local 402 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch + dest_left * Bpp; in TransferBitmap() local 569 FX_LPBYTE dest_scan = (FX_LPBYTE)pMask->GetScanline(row - rect.top); in GetAlphaMask() local 830 FX_LPBYTE dest_scan = m_pBuffer + m_Pitch * row; local 854 FX_LPBYTE dest_scan = m_pBuffer + m_Pitch * row + 3; local 1130 void CFX_DIBitmap::DownSampleScanline(int line, FX_LPBYTE dest_scan, int dest_bpp, 1397 FX_LPBYTE dest_scan = pDestBuffer + m_Pitch * (bYFlip ? (m_Height - row - 1) : row); local 1440 FX_LPBYTE dest_scan = pDestBuffer + dest_pitch * (bYFlip ? (m_Height - row - 1) : row); local [all …]
|
D | fx_dib_transform.cpp | 84 FX_LPBYTE dest_scan = dest_buf; in SwapXY() local 104 FX_LPBYTE dest_scan = dest_buf + dest_col * nBytes; in SwapXY() local 137 FX_LPBYTE dest_scan = dest_buf + dest_col; in SwapXY() local 460 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); in Continue() local 489 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); in Continue() local 511 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); in Continue() local
|
D | fx_dib_engine.cpp | 354 FX_LPBYTE dest_scan = m_pInterBuf + (m_CurRow - m_SrcClip.top) * m_InterPitch; in ContinueStretchHorz() local 550 unsigned char* dest_scan = m_pDestScanline; in StretchVert() local
|
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_blitter_new.cpp | 76 void CFX_SkiaRenderer::CompositeSpan1bpp_0(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpan1bpp_0() 109 void CFX_SkiaRenderer::CompositeSpan1bpp_4(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpan1bpp_4() 145 void CFX_SkiaRenderer::CompositeSpanGray_2(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpanGray_2() 167 void CFX_SkiaRenderer::CompositeSpanGray_3(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpanGray_3() 210 void CFX_SkiaRenderer::CompositeSpanGray_6(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpanGray_6() 238 void CFX_SkiaRenderer::CompositeSpanGray_7(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpanGray_7() 298 void CFX_SkiaRenderer::CompositeSpanARGB_2(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpanARGB_2() 346 void CFX_SkiaRenderer::CompositeSpanARGB_3(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpanARGB_3() 395 void CFX_SkiaRenderer::CompositeSpanARGB_6(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpanARGB_6() 510 void CFX_SkiaRenderer::CompositeSpanARGB_7(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp, in CompositeSpanARGB_7() [all …]
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 382 void CompositeSpan(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan, int Bpp, FX_BOOL bDestAlpha, in CompositeSpan() 564 void CompositeSpan1bpp(FX_LPBYTE dest_scan, int Bpp, in CompositeSpan1bpp() 601 void CompositeSpanGray(FX_LPBYTE dest_scan, int Bpp, in CompositeSpanGray() 662 void CompositeSpanARGB(FX_LPBYTE dest_scan, int Bpp, in CompositeSpanARGB() 748 void CompositeSpanRGB(FX_LPBYTE dest_scan, int Bpp, in CompositeSpanRGB() 868 void CompositeSpanCMYK(FX_LPBYTE dest_scan, int Bpp, in CompositeSpanCMYK() 952 FX_LPBYTE dest_scan = m_pDevice->GetBuffer() + m_pDevice->GetPitch() * y; in render() local 1221 FX_LPBYTE dest_scan = pBuffer + row * pBitmap->GetPitch() + rect.left * Bpp; in RgbByteOrderCompositeRect() local 1241 FX_LPBYTE dest_scan = pBuffer + row * pBitmap->GetPitch() + rect.left * Bpp; in RgbByteOrderCompositeRect() local 1292 FX_LPBYTE dest_scan = buffer + (dest_top + row) * pitch + dest_left * Bpp; in RgbByteOrderTransferBitmap() local [all …]
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_print.cpp | 160 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch; in Transform1bppBitmap() local 175 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch; in Transform1bppBitmap() local
|
D | fx_win32_dib.cpp | 235 FX_BYTE* dest_scan = (FX_BYTE*)(pDIBitmap->GetBuffer() + row * pitch); in LoadFromDDB() local
|
D | fx_win32_gdipext.cpp | 322 LPBYTE dest_scan = dest_buf + dest_y * result_pitch; in _StretchMonoToGray() local
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_loadimage.cpp | 918 void CPDF_DIBSource::TranslateScanline24bpp(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan) const in TranslateScanline24bpp() 1079 FX_DWORD* dest_scan = (FX_DWORD*)m_pMaskedLine; in GetScanline() local 1167 void CPDF_DIBSource::DownSampleScanline(int line, FX_LPBYTE dest_scan, int dest_bpp, in DownSampleScanline()
|
D | fpdf_render_image.cpp | 521 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row); in DrawPatternImage() local 608 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row); in DrawMaskedImage() local
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 353 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2); in DrawNormalText() local 666 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp; in DrawNormalText() local 1418 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _OutputGlyph() local
|
D | fx_ge_path.cpp | 68 FX_LPBYTE dest_scan = new_dib->GetBuffer() + new_dib->GetPitch() * (row - m_Box.top); in IntersectMaskRect() local
|
D | fx_ge_ps.cpp | 427 FX_LPBYTE dest_scan = output_buf + row * src_pitch; in DrawDIBits() local
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 186 FX_LPBYTE dest_scan = line_buf; in _JpegEncode() local
|