Home
last modified time | relevance | path

Searched defs:dest_scan (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_composite.cpp230 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 …]
Dfx_dib_convert.cpp301 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_1bppMask2Gray() local
317 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_8bppMask2Gray() local
364 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_1bppPlt2Gray() local
411 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_8bppPlt2Gray() local
427 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
457 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_RgbOrCmyk2Gray() local
472 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_IndexCopy() local
484 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _ConvertBuffer_IndexCopy() local
[all …]
Dfx_dib_main.cpp184 FX_DWORD* dest_scan = (FX_DWORD*)pNewBitmap->GetScanline(row - rect.top); in Clone() local
196 FX_LPBYTE dest_scan = (FX_LPBYTE)pNewBitmap->GetScanline(row - rect.top); in Clone() local
402 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch; in TransferBitmap() local
415 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch + dest_left * Bpp; in TransferBitmap() local
591 FX_LPBYTE dest_scan = (FX_LPBYTE)pMask->GetScanline(row - rect.top); in GetAlphaMask() local
852 FX_LPBYTE dest_scan = m_pBuffer + m_Pitch * row; local
876 FX_LPBYTE dest_scan = m_pBuffer + m_Pitch * row + 3; local
1166 void CFX_DIBitmap::DownSampleScanline(int line, FX_LPBYTE dest_scan, int dest_bpp,
1441 FX_LPBYTE dest_scan = pDestBuffer + m_Pitch * (bYFlip ? (m_Height - row - 1) : row); local
1484 FX_LPBYTE dest_scan = pDestBuffer + dest_pitch * (bYFlip ? (m_Height - row - 1) : row); local
[all …]
Dfx_dib_transform.cpp88 FX_LPBYTE dest_scan = dest_buf; in SwapXY() local
108 FX_LPBYTE dest_scan = dest_buf + dest_col * nBytes; in SwapXY() local
142 FX_LPBYTE dest_scan = dest_buf + dest_col; in SwapXY() local
468 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); in Continue() local
498 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); in Continue() local
519 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); in Continue() local
Dfx_dib_engine.cpp363 FX_LPBYTE dest_scan = m_pInterBuf + (m_CurRow - m_SrcClip.top) * m_InterPitch; in ContinueStretchHorz() local
560 unsigned char* dest_scan = m_pDestScanline; in StretchVert() local
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp391 void CompositeSpan(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan, int Bpp, FX_BOOL bDestAlpha, in CompositeSpan()
573 void CompositeSpan1bpp(FX_LPBYTE dest_scan, int Bpp, in CompositeSpan1bpp()
610 void CompositeSpanGray(FX_LPBYTE dest_scan, int Bpp, in CompositeSpanGray()
671 void CompositeSpanARGB(FX_LPBYTE dest_scan, int Bpp, in CompositeSpanARGB()
757 void CompositeSpanRGB(FX_LPBYTE dest_scan, int Bpp, in CompositeSpanRGB()
877 void CompositeSpanCMYK(FX_LPBYTE dest_scan, int Bpp, in CompositeSpanCMYK()
961 FX_LPBYTE dest_scan = m_pDevice->GetBuffer() + m_pDevice->GetPitch() * y; in render() local
1230 FX_LPBYTE dest_scan = pBuffer + row * pBitmap->GetPitch() + rect.left * Bpp; in RgbByteOrderCompositeRect() local
1250 FX_LPBYTE dest_scan = pBuffer + row * pBitmap->GetPitch() + rect.left * Bpp; in RgbByteOrderCompositeRect() local
1301 FX_LPBYTE dest_scan = buffer + (dest_top + row) * pitch + dest_left * Bpp; in RgbByteOrderTransferBitmap() local
[all …]
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp166 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch; in Transform1bppBitmap() local
181 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch; in Transform1bppBitmap() local
Dfx_win32_dib.cpp263 FX_BYTE* dest_scan = (FX_BYTE*)(pDIBitmap->GetBuffer() + row * pitch); in LoadFromDDB() local
Dfx_win32_gdipext.cpp320 LPBYTE dest_scan = dest_buf + dest_y * result_pitch; in _StretchMonoToGray() local
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_loadimage.cpp946 void CPDF_DIBSource::TranslateScanline24bpp(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan) const in TranslateScanline24bpp()
1103 FX_DWORD* dest_scan = (FX_DWORD*)m_pMaskedLine; in GetScanline() local
1192 void CPDF_DIBSource::DownSampleScanline(int line, FX_LPBYTE dest_scan, int dest_bpp, in DownSampleScanline()
Dfpdf_render_image.cpp593 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row); in DrawPatternImage() local
680 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row); in DrawMaskedImage() local
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp378 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2); in DrawNormalText() local
691 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp; in DrawNormalText() local
1503 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; in _OutputGlyph() local
Dfx_ge_path.cpp66 FX_LPBYTE dest_scan = new_dib->GetBuffer() + new_dib->GetPitch() * (row - m_Box.top); in IntersectMaskRect() local
Dfx_ge_ps.cpp437 FX_LPBYTE dest_scan = output_buf + row * src_pitch; in DrawDIBits() local
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpeg.cpp235 FX_LPBYTE dest_scan = line_buf; in _JpegEncode() local