Lines Matching defs:GetBit
70 #define GetBit(image, x, y)\
81 return GetBit(BW->bitmap.image, x, y);
138 if (GetBit(BW->bitmap.image, x, y) != value)\
262 if (GetBit(BW->bitmap.image, x, y)) DrawSquare(BW, x, y);
476 ((GetBit(BW->bitmap.image, x, y) !=\
588 pixel = GetBit(BW->bitmap.image, x, y);
628 first = up = GetBit(BW->bitmap.image, x, to_y);
630 down = GetBit(BW->bitmap.image, x, y);
674 first = down = GetBit(BW->bitmap.image, x, from_y);
676 up = GetBit(BW->bitmap.image, x, y);
718 first = left = GetBit(BW->bitmap.image, to_x, y);
720 right = GetBit(BW->bitmap.image, x, y);
763 first = right = GetBit(BW->bitmap.image, from_x, y);
765 left = GetBit(BW->bitmap.image, x, y);
810 if(GetBit(BW->bitmap.image, new_x, new_y) !=
811 GetBit(storage, x, y))
840 if (GetBit(BW->bitmap.image, x, y))
859 if (!GetBit(BW->bitmap.image, x, y))
922 if (GetBit(BW->bitmap.image, x, from_y + y) !=
923 GetBit(BW->bitmap.image, x, to_y - y)) {
963 if (GetBit(BW->bitmap.image, from_x + x, y) !=
964 GetBit(BW->bitmap.image, to_x - x, y)) {
1008 quad1 = GetBit(BW->bitmap.image,
1011 quad2 = GetBit(BW->bitmap.image,
1014 quad3 = GetBit(BW->bitmap.image,
1017 quad4 = GetBit(BW->bitmap.image,
1090 quad1 = GetBit(BW->bitmap.image,
1093 quad2 = GetBit(BW->bitmap.image,
1096 quad3 = GetBit(BW->bitmap.image,
1099 quad4 = GetBit(BW->bitmap.image,
1155 if (GetBit(source, from_x + x, from_y + y))
1175 if ((XGetPixel(image, x, y) != 0) != GetBit(bitmap_image, x, y))
1188 if (GetBit(source, x, y) != GetBit(destination, x, y))
1275 A = GetBit(image, x, y);
1276 B = GetBit(BW->bitmap.image, at_x + x, at_y + y);
1481 if (GetBit(BW->bitmap.image, x, y) != GetBit(BW->bitmap.buffer, x, y))
1570 pixel = GetBit(src, x, y);