Lines Matching refs:hot
101 Offset(hot.x), XtRImmediate, (XtPointer) NotSet},
103 Offset(hot.y), XtRImmediate, (XtPointer) NotSet},
834 new->bitmap.hot.x = new->bitmap.hot.y = NotSet;
940 new->bitmap.hot.x = x_hot;
941 new->bitmap.hot.y = y_hot;
1108 BW->bitmap.hot.x = x_hot;
1109 BW->bitmap.hot.y = y_hot;
1178 XPoint hot;
1196 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)) {
1197 hot.x = BW->bitmap.hot.x + BW->bitmap.zoom.at_x;
1198 hot.y = BW->bitmap.hot.y + BW->bitmap.zoom.at_y;
1201 hot = BW->bitmap.zoom.hot;
1205 hot = BW->bitmap.hot;
1226 hot.x, hot.y);
1279 if (!QueryInBitmap(BW, BW->bitmap.hot.x, BW->bitmap.hot.y))
1280 BW->bitmap.hot.x = BW->bitmap.hot.y = NotSet;
1303 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)) {
1304 BW->bitmap.hot.x += BW->bitmap.zoom.at_x;
1305 BW->bitmap.hot.y += BW->bitmap.zoom.at_y;
1308 BW->bitmap.hot = BW->bitmap.zoom.hot;
1383 BW->bitmap.zoom.hot = BW->bitmap.hot;
1391 BW->bitmap.hot.x -= from_x;
1392 BW->bitmap.hot.y -= from_y;
1835 if (NE(bitmap.hot.x) || NE(bitmap.hot.y))
1836 BWSetHotSpot(old, newbw->bitmap.hot.x, newbw->bitmap.hot.y);