Lines Matching refs:last_pos_rect
76 GdkRectangle last_pos_rect;
282 priv->last_pos_rect.x = 0;
283 priv->last_pos_rect.y = 0;
284 priv->last_pos_rect.width = 0;
285 priv->last_pos_rect.height = 0;
799 priv->last_pos_rect = pos_rect;
1057 xdiff = rect.x - priv->last_pos_rect.x;
1058 ydiff = rect.y - priv->last_pos_rect.y;
1068 if (priv->last_pos_rect.width != 0 &&
1069 priv->last_pos_rect.height != 0 &&
1508 if (priv->last_pos_rect.width != 0 || priv->last_pos_rect.height != 0)
1511 priv->last_pos_rect.x,
1512 priv->last_pos_rect.y,
1513 priv->last_pos_rect.width,
1514 priv->last_pos_rect.height);
1516 priv->last_pos_rect.x = 0;
1517 priv->last_pos_rect.y = 0;
1518 priv->last_pos_rect.width = 0;
1519 priv->last_pos_rect.height = 0;