Lines Matching defs:at_x
1146 Position at_x, Position at_y)
1156 SetBit(destination, at_x + x, at_y + y);
1158 ClearBit(destination, at_x + x, at_y + y);
1235 BWDragMarked(Widget w, Position at_x, Position at_y)
1241 at_x, at_y,
1242 at_x + BW->bitmap.mark.to_x - BW->bitmap.mark.from_x,
1248 BWDragStored(Widget w, Position at_x, Position at_y)
1254 at_x, at_y,
1255 at_x + BW->bitmap.storage->width - 1,
1262 Position at_x, Position at_y, int value)
1276 B = GetBit(BW->bitmap.image, at_x + x, at_y + y);
1282 at_x + x, at_y + y,
1288 BWRestore(Widget w, Position at_x, Position at_y, int value)
1293 DrawImageData(BW, BW->bitmap.storage, at_x, at_y, value);
1299 BWCopy(Widget w, Position at_x, Position at_y, int value)
1320 DrawImageData(BW, storage, at_x, at_y, value);
1329 BWMove(Widget w, Position at_x, Position at_y, int value)
1355 DrawImageData(BW, storage, at_x, at_y, value);
1357 BWMark(w, at_x, at_y,
1358 at_x + BW->bitmap.mark.to_x - BW->bitmap.mark.from_x,