Home
last modified time | relevance | path

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

/dports/graphics/box/box-0.4.0/libs/g/
H A Dbb.c126 My_Got_Point(w, a->x, a->y); in My_BB_Add_Line_Path()
127 My_Got_Point(w, b->x, b->y); in My_BB_Add_Line_Path()
134 My_Got_Point(w, a->x, a->y); My_Got_Point(w, b->x, b->y); in My_BB_Add_Join_Path()
135 My_Got_Point(w, c->x, c->y); My_Got_Point(w, a->x + c->x - b->x, a->y + c->y - b->y); in My_BB_Add_Join_Path()
146 My_Got_Point(w, a->x + vb.x, a->y + vb.y); in My_BB_Add_Circle_Path()
147 My_Got_Point(w, a->x - vb.x, a->y - vb.y); in My_BB_Add_Circle_Path()
156 My_Got_Point(w, ctr->x, ctr->y); in My_BB_Add_Text_Path()
157 My_Got_Point(w, left->x, left->y); in My_BB_Add_Text_Path()
158 My_Got_Point(w, up->x, up->y); in My_BB_Add_Text_Path()
162 My_Got_Point(w, p->x, p->y); in My_BB_Add_Fake_Point()
[all …]