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

  /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/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,
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 1375 int dest_pixel = translate[src_pixel]; local
    [all...]

Completed in 701 milliseconds