Lines Matching defs:dest_pixel
77 uint32_t* dest_pixel = dest_origin_pixel;
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;
182 *dest_pixel = *src_pixel;
183 dest_pixel++;