Lines Matching defs:gravity
653 * CopyWindow used during ResizeWindow for gravity moves. Based on
812 * Choose gravity to avoid local copies. Do that by looking for
846 StartFrameResize(WindowPtr pWin, Bool gravity,
872 RL_DEBUG_MSG("RESIZE TOPLEVEL WINDOW with gravity %i ", gravity);
879 /* If gravity is true, then we need to have a way of recovering all
881 based on the various gravity settings. The obvious way is to just
897 if (gravity && weight == RL_GRAVITY_NORTH_WEST) {
919 /* Since the window is getting smaller, we can do gravity
997 else if (gravity) {
1029 before doing gravity repair */
1054 /* Use custom CopyWindow when moving gravity bits around
1058 if (gravity) {
1066 are already present when making gravity adjustments. pWin
1071 if (gravity && weight == RL_GRAVITY_NONE) {
1105 FinishFrameResize(WindowPtr pWin, Bool gravity, int oldX, int oldY,
1132 to do this. Perhaps when top-left weighting and no gravity? */
1146 if (gravity) {