HomeSort by relevance Sort by last modified time
    Searched refs:dest_pixel (Results 1 - 2 of 2) 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/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 325 milliseconds