Lines Matching defs:hot
191 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y))
192 DrawHotSpot(BW, BW->bitmap.hot.x, BW->bitmap.hot.y);
200 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)) {
201 DrawHotSpot(BW, BW->bitmap.hot.x, BW->bitmap.hot.y);
202 BW->bitmap.hot.x = BW->bitmap.hot.y = NotSet;
212 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y) &&
213 ((BW->bitmap.hot.x == x) && (BW->bitmap.hot.y == y))) {
222 BW->bitmap.hot.x = x;
223 BW->bitmap.hot.y = y;
597 ((BW->bitmap.hot.x == max(BW->bitmap.mark.from_x,\
598 min(BW->bitmap.hot.x, BW->bitmap.mark.to_x)))\
600 (BW->bitmap.hot.y == max(BW->bitmap.mark.from_y,\
601 min(BW->bitmap.hot.y, BW->bitmap.mark.to_y))))
639 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
643 BW->bitmap.hot.x,
644 (BW->bitmap.hot.y - 1 + BW->bitmap.image->height) %
685 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
689 BW->bitmap.hot.x,
690 (BW->bitmap.hot.y + 1) % BW->bitmap.image->height);
729 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
733 (BW->bitmap.hot.x - 1 + BW->bitmap.image->width) %
735 BW->bitmap.hot.y);
774 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
778 (BW->bitmap.hot.x + 1) % BW->bitmap.image->width,
779 BW->bitmap.hot.y);
817 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y))
820 ((int)(BW->bitmap.hot.x+horiz)
823 ((int)(BW->bitmap.hot.y+vert)
928 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
932 BW->bitmap.hot.x,
933 BW->bitmap.image->height - 1 - BW->bitmap.hot.y);
969 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
973 BW->bitmap.image->width - 1 - BW->bitmap.hot.x,
974 BW->bitmap.hot.y);
984 XPoint hot;
1040 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
1043 hot.x = BW->bitmap.hot.x - half_width;
1044 hot.y = BW->bitmap.hot.y - half_height;
1045 if (hot.x >= 0) hot.x += shift;
1046 if (hot.y >= 0) hot.y += shift;
1047 tmp = hot.x;
1048 hot.x = - hot.y;
1049 hot.y = tmp;
1050 if (hot.x > 0) hot.x -= shift;
1051 if (hot.y > 0) hot.y -= shift;
1052 hot.x += half_width;
1053 hot.y += half_height;
1054 if (QueryInBitmap(BW, hot.x, hot.y))
1055 BWSetHotSpot(w, hot.x, hot.y);
1066 XPoint hot;
1122 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
1125 hot.x = BW->bitmap.hot.x - half_width;
1126 hot.y = BW->bitmap.hot.y - half_height;
1127 if (hot.x >= 0) hot.x += shift;
1128 if (hot.y >= 0) hot.y += shift;
1129 tmp = hot.x;
1130 hot.x = hot.y;
1131 hot.y = - tmp;
1132 if (hot.x > 0) hot.x -= shift;
1133 if (hot.y > 0) hot.y -= shift;
1134 hot.x += half_width;
1135 hot.y += half_height;
1136 if (QueryInBitmap(BW, hot.x, hot.y))
1137 BWSetHotSpot(w, hot.x, hot.y);
1388 BW->bitmap.buffer_hot = BW->bitmap.hot;
1476 tmp_hot = BW->bitmap.hot;