Searched refs:pixel2 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp262 static void setMismatchReason(int32 x, int32 y, uint8 *pixel1, uint8 *pixel2, argument
270 memcpy(&color2, pixel2, bpp);
312 uint8* pixel2 = row2; local
313 for (int x = 0; x < width; x ++, pixel1 += bpp, pixel2 += bpp) {
314 if (memcmp(pixel1, pixel2, bpp) != 0) {
315 setMismatchReason(x, y, pixel1, pixel2, bpp, reason);
/haiku/src/tests/servers/app/newerClipping/
H A Dmain.cpp223 union pixel2 { union
263 pixel2 p;

Completed in 24 milliseconds