Home
last modified time | relevance | path

Searched refs:bbox_end (Results 1 – 3 of 3) sorted by relevance

/dports/cad/oregano/oregano-0.84.43/src/sheet/
H A Dtextbox-item.c97 Coords bbox_end; member
244 Coords bbox_start, bbox_end; in select_idle_callback() local
247 get_cached_bounds (item, &bbox_start, &bbox_end); in select_idle_callback()
277 Coords bbox_start, bbox_end; in is_in_area() local
281 get_cached_bounds (item, &bbox_start, &bbox_end); in is_in_area()
283 if (p1->x < bbox_start.x && p2->x > bbox_end.x && p1->y < bbox_start.y && p2->y > bbox_end.y) in is_in_area()
312 priv->bbox_end = end_pos; in get_cached_bounds()
318 memcpy (p2, &priv->bbox_end, sizeof(Coords)); in get_cached_bounds()
H A Dwire-item.c95 Coords bbox_end; member
564 Coords bbox_start, bbox_end; in is_in_area() local
568 get_boundingbox (item, &bbox_start, &bbox_end); in is_in_area()
570 if (p1->x < bbox_start.x && p2->x > bbox_end.x && p1->y < bbox_start.y && p2->y > bbox_end.y) { in is_in_area()
592 priv->bbox_end.x = bounds.x2; in get_boundingbox()
593 priv->bbox_end.y = bounds.y2; in get_boundingbox()
601 *p2 = priv->bbox_end; in get_boundingbox()
H A Dpart-item.c117 Coords bbox_end; member
858 Coords bbox_start, bbox_end; in is_in_area() local
862 get_cached_bounds (item, &bbox_start, &bbox_end); in is_in_area()
864 if ((p1->x < bbox_start.x) && (p2->x > bbox_end.x) && (p1->y < bbox_start.y) && in is_in_area()
865 (p2->y > bbox_end.y)) { in is_in_area()
897 *p2 = priv->bbox_end; in get_cached_bounds()
910 *p2 = priv->bbox_end = end_pos; in get_cached_bounds()