Searched refs:NotSet (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/bitmap/dist/
H A DHandlers.c122 status->at_x = NotSet;
123 status->at_y = NotSet;
230 status->at_x = NotSet;
231 status->at_y = NotSet;
411 status->from_x = NotSet;
412 status->from_y = NotSet;
413 status->to_x = NotSet;
414 status->to_y = NotSet;
642 status->from_x = NotSet;
643 status->from_y = NotSet;
[all...]
H A DBitmapP.h181 #define QuerySet(x, y) (((x) != NotSet) && ((y) != NotSet))
H A DBitmap.c101 Offset(hot.x), XtRImmediate, (XtPointer) NotSet},
103 Offset(hot.y), XtRImmediate, (XtPointer) NotSet},
834 new->bitmap.hot.x = new->bitmap.hot.y = NotSet;
835 new->bitmap.buffer_hot.x = new->bitmap.buffer_hot.y = NotSet;
837 new->bitmap.mark.from_x = new->bitmap.mark.from_y = NotSet;
838 new->bitmap.mark.to_x = new->bitmap.mark.to_y = NotSet;
839 new->bitmap.buffer_mark.from_x = new->bitmap.buffer_mark.from_y = NotSet;
840 new->bitmap.buffer_mark.to_x = new->bitmap.buffer_mark.to_y = NotSet;
1008 BW->bitmap.mark.to_y = NotSet;
1280 BW->bitmap.hot.x = BW->bitmap.hot.y = NotSet;
[all...]
H A DBitmap.h65 xHot XHot Position NotSet
66 yHot YHot Position NotSet
146 #define NotSet -1 macro
H A DGraphics.c83 return NotSet;
202 BW->bitmap.hot.x = BW->bitmap.hot.y = NotSet;
1408 BW->bitmap.mark.from_x = BW->bitmap.mark.from_y = NotSet;
1409 BW->bitmap.mark.to_x = BW->bitmap.mark.to_y = NotSet;

Completed in 9 milliseconds