Searched refs:src_pixel (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dtolerance-test.c205 uint32_t dest_pixel, orig_dest_pixel, src_pixel, mask_pixel; local in function:verify
211 &src_color, &src_pixel);
248 src_pixel);
268 printf (" PIXMAN_%s,\t0x%x,\n", format_name (source->bits.format), src_pixel);
H A Dpixel-test.c35 uint32_t src_pixel; member in struct:pixel_combination_t
2875 &src_checker, combination->src_pixel, &source_color);
2902 fill (src, combination->src_pixel);
2932 combination->src_pixel);
2933 pixel_checker_split_pixel (&src_checker, combination->src_pixel,
/xsrc/external/mit/x11perf/dist/
H A Ddo_blt.c236 unsigned long src_pixel = XGetPixel(image, x, y); local in function:InitImage
239 zero_pixel = src_pixel;
242 if (src_pixel == zero_pixel)

Completed in 6 milliseconds