Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dprint.h38 typedef struct WwPoint struct
41 } WwPoint; //Width=0 means no rectangle set argument
45 WwPoint p1, p2, p3, p4;
97 WwPoint nearpoint; //left hand end of slur, beam etc
98 WwPoint farpoint; //right hand end of slur, beam etc
99 WwPoint near_i; //initial left hand end of slur, beam etc
100 WwPoint far_i; //initial right hand end of slur, beam etc
101 WwPoint last_button_press;
102 WwPoint last_button_release;
/dports/audio/denemo/denemo-2.0.6/src/printview/
H A Dprintview.c1440 is_near (gint x, gint y, WwPoint p) in is_near()