Searched defs:last_pos_rect (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Druler.cpp76 GdkRectangle last_pos_rect; member in struct:__anon175
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
[all...]

Completed in 20 milliseconds