Lines Matching refs:gravity
654 * CopyWindow used during ResizeWindow for gravity moves. Based on
829 * Choose gravity to avoid local copies. Do that by looking for
862 StartFrameResize(WindowPtr pWin, Bool gravity,
888 RL_DEBUG_MSG("RESIZE TOPLEVEL WINDOW with gravity %i ", gravity);
894 /* If gravity is true, then we need to have a way of recovering all
896 based on the various gravity settings. The obvious way is to just
912 if (gravity && weight == RL_GRAVITY_NORTH_WEST) {
934 /* Since the window is getting smaller, we can do gravity
1017 else if (gravity) {
1050 before doing gravity repair */
1076 /* Use custom CopyWindow when moving gravity bits around
1080 if (gravity) {
1088 are already present when making gravity adjustments. pWin
1093 if (gravity && weight == RL_GRAVITY_NONE) {
1126 FinishFrameResize(WindowPtr pWin, Bool gravity, int oldX, int oldY,
1153 to do this. Perhaps when top-left weighting and no gravity? */
1167 if (gravity) {