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

  /external/pdfium/core/fxge/dib/
cfx_scanlinecompositor.cpp 152 const uint8_t* dest_scan,
160 back.red = dest_scan[2];
161 back.green = dest_scan[1];
162 back.blue = dest_scan[0];
186 void CompositeRow_AlphaToMask(uint8_t* dest_scan,
194 uint8_t back_alpha = *dest_scan;
196 *dest_scan = src_alpha;
198 *dest_scan = back_alpha + src_alpha - back_alpha * src_alpha / 255;
199 ++dest_scan;
204 void CompositeRow_Rgb2Mask(uint8_t* dest_scan,
    [all...]
cfx_filtereddib.cpp 33 uint8_t* dest_scan,
39 m_pSrc->DownSampleScanline(line, dest_scan, dest_bpp, dest_width, bFlipX,
41 TranslateDownSamples(dest_scan, dest_scan, clip_width, dest_bpp);
cfx_scanlinecompositor.h 30 void CompositeRgbBitmapLine(uint8_t* dest_scan,
37 void CompositePalBitmapLine(uint8_t* dest_scan,
45 void CompositeByteMaskLine(uint8_t* dest_scan,
51 void CompositeBitMaskLine(uint8_t* dest_scan,
cfx_dibsource.cpp 112 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
113 memset(dest_scan, reset_gray, width);
117 *dest_scan = set_gray;
118 ++dest_scan;
131 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
133 memcpy(dest_scan, src_scan, width);
171 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
172 memset(dest_scan, gray[0], width);
176 *dest_scan = gray[1];
177 ++dest_scan;
209 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
226 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
244 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
264 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
278 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
355 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
385 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
412 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
459 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
508 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
528 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
543 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
564 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
585 uint8_t* dest_scan = dest_buf + row * dest_pitch; local
631 uint32_t* dest_scan = (uint32_t*)pNewBitmap->GetScanline(row - rect.top); local
644 uint8_t* dest_scan = (uint8_t*)pNewBitmap->GetScanline(row - rect.top); local
814 uint8_t* dest_scan = local
863 uint8_t* dest_scan = local
907 uint8_t* dest_scan = local
990 uint8_t* dest_scan = dest_buf; local
1008 uint8_t* dest_scan = dest_buf + dest_col * nBytes; local
1042 uint8_t* dest_scan = dest_buf + dest_col; local
    [all...]
cfx_dibitmap.cpp 203 uint8_t* dest_scan = m_pBuffer.Get() + (dest_top + row) * m_Pitch; local
208 dest_scan[(dest_left + col) / 8] |= 1
211 dest_scan[(dest_left + col) / 8] &=
219 uint8_t* dest_scan = local
223 memcpy(dest_scan, src_scan, width * Bpp);
431 uint8_t* dest_scan = m_pBuffer.Get() + m_Pitch * row; local
436 dest_scan[col] = 0;
440 *dest_scan = (*dest_scan) * src_scan[col] / 255;
441 dest_scan++
451 uint8_t* dest_scan = m_pBuffer.Get() + m_Pitch * row + 3; local
876 uint8_t* dest_scan = local
952 uint8_t* dest_scan = local
1019 uint8_t* dest_scan = m_pBuffer.Get() + row * m_Pitch + rect.left; local
1086 uint8_t* dest_scan = m_pBuffer.Get() + row * m_Pitch + rect.left * Bpp; local
1109 uint8_t* dest_scan = m_pBuffer.Get() + row * m_Pitch + rect.left * Bpp; local
    [all...]
cfx_bitmapcomposer.cpp 71 void CFX_BitmapComposer::DoCompose(uint8_t* dest_scan,
88 m_Compositor.CompositeByteMaskLine(dest_scan, src_scan, dest_width,
91 m_Compositor.CompositePalBitmapLine(dest_scan, src_scan, 0, dest_width,
95 m_Compositor.CompositeRgbBitmapLine(dest_scan, src_scan, dest_width,
115 uint8_t* dest_scan = local
124 DoCompose(dest_scan, scanline, m_DestWidth, clip_scan, scan_extra_alpha,
153 uint8_t* dest_scan = dest_buf; local
156 *src_scan++ = dest_scan[j];
157 dest_scan += y_step;
187 dest_scan = dest_buf
    [all...]
cstretchengine.cpp 369 uint8_t* dest_scan = local
396 *dest_scan++ = static_cast<uint8_t>(dest_a >> 16);
414 *dest_scan++ = static_cast<uint8_t>(dest_a >> 16);
437 *dest_scan++ = static_cast<uint8_t>(dest_r >> 16);
470 *dest_scan++ = static_cast<uint8_t>(dest_b_c >> 16);
471 *dest_scan++ = static_cast<uint8_t>(dest_g_m >> 16);
472 *dest_scan++ = static_cast<uint8_t>(dest_r_y >> 16);
508 *dest_scan++ = static_cast<uint8_t>(dest_b_c >> 16);
509 *dest_scan++ = static_cast<uint8_t>(dest_g_m >> 16);
510 *dest_scan++ = static_cast<uint8_t>(dest_r_y >> 16)
603 unsigned char* dest_scan = m_DestScanline.data(); local
    [all...]
cfx_filtereddib.h 39 uint8_t* dest_scan,
cfx_bitmapcomposer.h 49 void DoCompose(uint8_t* dest_scan,
cfx_dibitmap.h 35 uint8_t* dest_scan,
cfx_dibsource.h 40 uint8_t* dest_scan,
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 79 uint8_t* dest_scan = local
82 uint32_t* scan = reinterpret_cast<uint32_t*>(dest_scan);
87 *dest_scan++ = src_r;
88 *dest_scan++ = src_g;
89 *dest_scan++ = src_b;
97 uint8_t* dest_scan = pBuffer + row * pBitmap->GetPitch() + rect.left * Bpp; local
100 uint8_t back_alpha = dest_scan[3];
102 FXARGB_SETRGBORDERDIB(dest_scan,
104 dest_scan += 4;
109 dest_scan[3] = dest_alpha
157 uint8_t* dest_scan = buffer + (dest_top + row) * pitch + dest_left * Bpp; local
184 uint8_t* dest_scan = dest_buf + row * pitch; local
201 uint8_t* dest_scan = dest_buf + row * pitch; local
218 uint8_t* dest_scan = dest_buf + row * pitch; local
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_dibsource.h 56 uint8_t* dest_scan,
93 void TranslateScanline24bpp(uint8_t* dest_scan,
100 uint8_t* dest_scan,
109 uint8_t* dest_scan,
118 uint8_t* dest_scan,
cpdf_dibsource.cpp 847 void CPDF_DIBSource::TranslateScanline24bpp(uint8_t* dest_scan,
862 *dest_scan++ = src_pos[2];
863 *dest_scan++ = src_pos[1];
864 *dest_scan++ = *src_pos;
870 *dest_scan++ = src_pos[4];
871 *dest_scan++ = src_pos[2];
872 *dest_scan++ = *src_pos;
889 dest_scan[dest_byte_pos] = B * 255 / max_data;
890 dest_scan[dest_byte_pos + 1] = G * 255 / max_data;
891 dest_scan[dest_byte_pos + 2] = R * 255 / max_data
1012 uint32_t* dest_scan = reinterpret_cast<uint32_t*>(m_pMaskedLine); local
    [all...]
cpdf_imagerenderer.cpp 249 uint8_t* dest_scan = local
255 dest_scan += 4;
258 int orig = (*dest_scan - matte_b) * 255 / alpha + matte_b;
259 *dest_scan++ = pdfium::clamp(orig, 0, 255);
260 orig = (*dest_scan - matte_g) * 255 / alpha + matte_g;
261 *dest_scan++ = pdfium::clamp(orig, 0, 255);
262 orig = (*dest_scan - matte_r) * 255 / alpha + matte_r;
263 *dest_scan++ = pdfium::clamp(orig, 0, 255);
264 dest_scan++;
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 228 uint8_t* dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp; local
233 Merge(src_scan[2], r, a, &dest_scan[2]);
234 Merge(src_scan[1], g, a, &dest_scan[1]);
235 Merge(src_scan[0], b, a, &dest_scan[0]);
237 MergeGammaAdjustBgr(&src_scan[0], r, g, b, a, &dest_scan[0]);
239 SetAlpha(has_alpha, dest_scan);
240 NextPixel(&src_scan, &dest_scan, Bpp);
245 MergeGammaAdjust(src_scan[1], r, a, &dest_scan[2]);
246 MergeGammaAdjust(src_scan[0], g, a, &dest_scan[1]);
248 MergeGammaAdjust(src_scan[-1], b, a, &dest_scan[0])
    [all...]
cfx_cliprgn.cpp 60 uint8_t* dest_scan = local
65 dest_scan[col - m_Box.left] = src_scan[col - mask_rect.left];
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 568 uint8_t* dest_scan = line_buf; local
571 dest_scan[0] = src_scan[2];
572 dest_scan[1] = src_scan[1];
573 dest_scan[2] = src_scan[0];
574 dest_scan += 3;
579 *dest_scan++ = ~*src_scan++;
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 473 uint8_t* dest_scan = output_buf + row * src_pitch; local
476 *dest_scan++ = src_scan[2];
477 *dest_scan++ = src_scan[1];
478 *dest_scan++ = *src_scan;
482 memcpy(dest_scan, src_scan, src_pitch);
fx_win32_gdipext.cpp 556 LPBYTE dest_scan = dest_buf + dest_y * result_pitch; local
576 dest_scan[dest_x] = 255 - sum / area_unit;
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 82 uint8_t* dest_scan = buffer + (dest_top + row) * pitch + dest_left * Bpp; local
87 FXARGB_SETDIB(dest_scan, FXARGB_MAKE(src_scan[3], src_scan[0],
89 dest_scan += 4;
94 *dest_scan++ = src_scan[2];
95 *dest_scan++ = src_scan[1];
96 *dest_scan++ = src_scan[0];
108 uint8_t* dest_scan = dest_buf + row * pitch; local
112 *dest_scan++ = src_scan[2];
113 *dest_scan++ = src_scan[1];
114 *dest_scan++ = src_scan[0]
127 uint8_t* dest_scan = (uint8_t*)(dest_buf + row * pitch); local
140 uint8_t* dest_scan = dest_buf + row * pitch; local
    [all...]

Completed in 578 milliseconds