HomeSort by: relevance | last modified time | path
    Searched refs:QuerySet (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/bitmap/dist/
Handlers.c 74 if (!QuerySet(status->at_x, status->at_y)) {
88 if (QuerySet(status->at_x, status->at_y)) {
100 if (QuerySet(status->at_x, status->at_y)) {
166 if (QuerySet(status->at_x, status->at_y)) {
179 if (!QuerySet(status->at_x, status->at_y)) {
191 if (QuerySet(status->at_x, status->at_y)) {
207 if (QuerySet(status->at_x, status->at_y)) {
281 if (QuerySet(status->at_x, status->at_y))
303 if (QuerySet(status->at_x, status->at_y))
330 if (QuerySet(status->from_x, status->from_y) &
    [all...]
Graphics.c 191 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y))
200 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)) {
212 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y) &&
234 if (QuerySet(x, y))
650 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
703 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
754 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
806 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)
856 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y))
996 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y
    [all...]
BitmapP.h 181 #define QuerySet(x, y) (((x) != NotSet) && ((y) != NotSet))
Bitmap.c 717 if (QuerySet(x_hot, y_hot)) {
1000 return QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y);
1006 if (QuerySet(BW->bitmap.mark.from_x, BW->bitmap.mark.from_y)) {
1209 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)) {
1316 if (QuerySet(BW->bitmap.hot.x, BW->bitmap.hot.y)) {

Completed in 38 milliseconds