HomeSort by relevance Sort by last modified time
    Searched defs:dest_scan (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 68 FX_LPBYTE dest_scan = new_dib->GetBuffer() + new_dib->GetPitch() * (row - m_Box.top); local
71 dest_scan[col - m_Box.left] = src_scan[col - mask_rect.left];
fx_ge_ps.cpp 427 FX_LPBYTE dest_scan = output_buf + row * src_pitch; local
430 *dest_scan++ = src_scan[2];
431 *dest_scan++ = src_scan[1];
432 *dest_scan++ = *src_scan;
436 FXSYS_memcpy32(dest_scan, src_scan, src_pitch);
fx_ge_text.cpp 353 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + (start_col << 2); local
359 dest_scan[2] = FX_GAMMA_INVERSE(FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[2]), r, src_alpha));
362 dest_scan[1] = FX_GAMMA_INVERSE(FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[1]), g, src_alpha));
365 dest_scan[0] = FX_GAMMA_INVERSE(FXDIB_ALPHA_MERGE(FX_GAMMA(dest_scan[0]), b, src_alpha));
366 dest_scan[3] = 255;
367 dest_scan += 4;
372 ADJUST_ALPHA(dest_scan[2], r, src_alpha, nativetext_flags, a)
666 FX_LPBYTE dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp; local
1418 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 235 FX_BYTE* dest_scan = (FX_BYTE*)(pDIBitmap->GetBuffer() + row * pitch); local
237 dest_scan[3] = 255;
238 dest_scan += 4;
fx_win32_print.cpp 160 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch; local
170 dest_scan[dest_x / 8] |= 1 << (7 - dest_x % 8);
175 FX_LPBYTE dest_scan = dest_buf + dest_y * dest_pitch; local
185 dest_scan[dest_x / 8] &= ~(1 << (7 - dest_x % 8));
fx_win32_gdipext.cpp 322 LPBYTE dest_scan = dest_buf + dest_y * result_pitch; local
340 dest_scan[dest_x] = 255 - sum / area_unit;
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 186 FX_LPBYTE dest_scan = line_buf; local
189 dest_scan[0] = src_scan[2];
190 dest_scan[1] = src_scan[1];
191 dest_scan[2] = src_scan[0];
192 dest_scan += 3;
197 *dest_scan++ = ~*src_scan++;
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 289 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
290 FXSYS_memset8(dest_scan, reset_gray, width);
294 *dest_scan = set_gray;
296 dest_scan ++;
305 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
307 FXSYS_memcpy32(dest_scan, src_scan, width);
352 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
353 FXSYS_memset8(dest_scan, gray[0], width);
357 *dest_scan = gray[1];
359 dest_scan ++
399 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
415 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
421 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
433 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
445 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
461 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
473 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
559 FX_BYTE* dest_scan = dest_buf + row * dest_pitch; local
599 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
621 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
664 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
715 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
733 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
739 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
750 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
762 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
775 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
785 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
804 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
814 FX_LPBYTE dest_scan = dest_buf + row * dest_pitch; local
    [all...]
fx_dib_engine.cpp 354 FX_LPBYTE dest_scan = m_pInterBuf + (m_CurRow - m_SrcClip.top) * m_InterPitch; local
376 *dest_scan++ = (FX_BYTE)(dest_a >> 16);
391 *dest_scan++ = (FX_BYTE)(dest_a >> 16);
409 *dest_scan++ = (FX_BYTE)(dest_r >> 16);
436 *dest_scan++ = (FX_BYTE)(dest_b_c >> 16);
437 *dest_scan++ = (FX_BYTE)(dest_g_m >> 16);
438 *dest_scan++ = (FX_BYTE)(dest_r_y >> 16);
467 *dest_scan++ = (FX_BYTE)(dest_b_c >> 16);
468 *dest_scan++ = (FX_BYTE)(dest_g_m >> 16);
469 *dest_scan++ = (FX_BYTE)(dest_r_y >> 16)
550 unsigned char* dest_scan = m_pDestScanline; local
    [all...]
fx_dib_transform.cpp 84 FX_LPBYTE dest_scan = dest_buf; local
86 dest_scan += (result_height - 1) * dest_pitch;
91 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8));
93 dest_scan += dest_step;
104 FX_LPBYTE dest_scan = dest_buf + dest_col * nBytes; local
106 dest_scan += (result_height - 1) * dest_pitch;
111 *(FX_DWORD*)dest_scan = *src_scan++;
112 dest_scan += dest_step;
118 *dest_scan = *src_scan++;
119 dest_scan += dest_step
137 FX_LPBYTE dest_scan = dest_buf + dest_col; local
460 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); local
489 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); local
511 FX_LPBYTE dest_scan = (FX_LPBYTE)pTransformed->GetScanline(row); local
    [all...]
fx_dib_main.cpp 180 FX_DWORD* dest_scan = (FX_DWORD*)pNewBitmap->GetScanline(row - rect.top); local
182 dest_scan[i] = (src_scan[i] << left_shift) | (src_scan[i + 1] >> right_shift);
192 FX_LPBYTE dest_scan = (FX_LPBYTE)pNewBitmap->GetScanline(row - rect.top); local
193 FXSYS_memcpy32(dest_scan, src_scan, copy_len);
389 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch; local
393 dest_scan[(dest_left + col) / 8] |= 1 << (7 - (dest_left + col) % 8);
395 dest_scan[(dest_left + col) / 8] &= ~(1 << (7 - (dest_left + col) % 8));
402 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch + dest_left * Bpp; local
404 FXSYS_memcpy32(dest_scan, src_scan, width * Bpp);
569 FX_LPBYTE dest_scan = (FX_LPBYTE)pMask->GetScanline(row - rect.top) local
830 FX_LPBYTE dest_scan = m_pBuffer + m_Pitch * row; local
854 FX_LPBYTE dest_scan = m_pBuffer + m_Pitch * row + 3; local
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...]
fx_dib_composite.cpp 230 void _RGB_Blend(int blend_mode, FX_LPCBYTE src_scan, FX_BYTE* dest_scan, int results[3])
236 back.red = dest_scan[2];
237 back.green = dest_scan[1];
238 back.blue = dest_scan[0];
257 inline void _CompositeRow_Argb2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, FX_LPCBYTE clip_scan)
265 FX_BYTE back_alpha = *dest_scan;
267 *dest_scan = src_alpha;
269 *dest_scan = back_alpha + src_alpha - back_alpha * src_alpha / 255;
271 dest_scan ++;
275 void _CompositeRow_Rgba2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_alpha_scan, int pixel_count, FX_LPCBYTE clip_scan
4129 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch + dest_left * dest_Bpp; local
4179 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch + dest_left * Bpp; local
4237 FX_LPBYTE dest_scan = m_pBuffer + row * m_Pitch + rect.left; local
4308 FX_LPBYTE dest_scan = m_pBuffer + row * m_Pitch + rect.left * Bpp; local
4329 FX_LPBYTE dest_scan = m_pBuffer + row * m_Pitch + rect.left * Bpp; local
4482 FX_LPBYTE dest_scan = (FX_LPBYTE)m_pBitmap->GetScanline(line + m_DestTop) + local
4509 FX_LPBYTE dest_scan = dest_buf; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 521 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row); local
526 int orig = (*dest_scan - matte_b) * 255 / alpha + matte_b;
532 *dest_scan++ = orig;
533 orig = (*dest_scan - matte_g) * 255 / alpha + matte_g;
539 *dest_scan++ = orig;
540 orig = (*dest_scan - matte_r) * 255 / alpha + matte_r;
546 *dest_scan++ = orig;
547 dest_scan ++;
549 dest_scan += 4;
608 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row) local
    [all...]
fpdf_render_loadimage.cpp 918 void CPDF_DIBSource::TranslateScanline24bpp(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan) const
930 *dest_scan++ = src_pos[4];
931 *dest_scan++ = src_pos[2];
932 *dest_scan++ = *src_pos;
1079 FX_DWORD* dest_scan = (FX_DWORD*)m_pMaskedLine; local
    [all...]

Completed in 909 milliseconds