HomeSort by relevance Sort by last modified time
    Searched full:dest_pixel (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/pdf/
draw_utils.cc 77 uint32_t* dest_pixel = dest_origin_pixel; local
81 uint8 red = ProcessColor(GetRed(*src_pixel), GetRed(*dest_pixel), alpha);
83 GetGreen(*dest_pixel), alpha);
85 GetBlue(*dest_pixel), alpha);
86 *dest_pixel = MakePixel(red, green, blue, GetAlpha(*dest_pixel));
89 dest_pixel++;
176 uint32_t* dest_pixel = dest_origin_pixel; local
182 *dest_pixel = *src_pixel;
183 dest_pixel++
    [all...]
  /external/pixman/test/
pixel-test.c 37 uint32_t dest_pixel; member in struct:pixel_combination_t
176 &dest_checker, combination->dest_pixel, &dest_color);
187 fill (dest, combination->dest_pixel);
215 combination->dest_pixel);
216 pixel_checker_split_pixel (&dest_checker, combination->dest_pixel,
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 37 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel ++) {
38 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel);
39 double src_pos = dest_pixel * scale + scale / 2 + base;
132 for (int dest_pixel = dest_min; dest_pixel < dest_max; dest_pixel ++) {
133 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel);
134 double src_start = dest_pixel * scale + base;
    [all...]
fx_dib_main.cpp 1375 int dest_pixel = translate[src_pixel]; local
    [all...]
  /external/chromium_org/media/base/
yuv_convert.cc 314 uint8* dest_pixel = rgb_buf + y * rgb_pitch; local
377 y_ptr, u_ptr, v_ptr, dest_pixel, width, kCoefficientsRgbY);
383 dest_pixel,
391 dest_pixel,

Completed in 90 milliseconds