#include "geom.h"
#include "geomprocs.h"
Include dependency graph for geom.c:
Go to the source code of this file.
Definition at line 113 of file geom.c.
References point::x, and point::y.
Referenced by beginpath(), compute_bb(), endpath(), and getPath().
Definition at line 171 of file geom.c.
References boxf::LL, MAX, MIN, boxf::UR, pointf_s::x, and pointf_s::y.
Definition at line 195 of file geom.c.
References boxf::LL, MAX, MIN, boxf::UR, pointf_s::x, and pointf_s::y.
boxf boxfof | ( | double | llx, | |
double | lly, | |||
double | urx, | |||
double | ury | |||
) |
box boxof | ( | int | llx, | |
int | lly, | |||
int | urx, | |||
int | ury | |||
) |
Definition at line 53 of file geom.c.
References box::LL, box::UR, point::x, and point::y.
Referenced by make_html_label(), and makeSelfEdge().
Definition at line 450 of file geom.c.
References ccwrotatep(), cwrotatep(), point::x, and point::y.
Referenced by ccwrotatep(), and cwrotatep().
Definition at line 478 of file geom.c.
References ccwrotatepf(), cwrotatepf(), pointf_s::x, and pointf_s::y.
Referenced by ccwrotatepf(), and cwrotatepf().
Definition at line 45 of file geom.c.
References pointf_s::x, point::x, pointf_s::y, and point::y.
Referenced by spline_edges().
Definition at line 394 of file geom.c.
References ccwrotatep(), cwrotatep(), point::x, and point::y.
Referenced by ccwrotatep(), and cwrotatep().
Definition at line 422 of file geom.c.
References ccwrotatepf(), cwrotatepf(), pointf_s::x, and pointf_s::y.
Referenced by ccwrotatepf(), and cwrotatepf().
pointf pointfof | ( | double | x, | |
double | y | |||
) |
point pointof | ( | int | x, | |
int | y | |||
) |
Definition at line 23 of file geom.c.
References point::x, and point::y.
Referenced by compute_bb(), dotneato_postprocess(), and translate_bb().
void rect2poly | ( | pointf * | p | ) |
Definition at line 359 of file geom.c.
References pointf_s::x, and pointf_s::y.
Referenced by emit_map_rect().
Definition at line 120 of file geom.c.
References point::x, and point::y.
Referenced by compute_bb().