Home | History | Annotate | Download | only in calendar

Lines Matching refs:right

102         event.right = event.left + colWidth;
110 if (event.left < selection.right && event.right >= selection.left
122 float right = event.right;
127 if (x <= right) {
140 // x > right
141 float dx = x - right;
143 // the upper right corner
148 // the lower right corner
152 // x,y is to the right of the event rectangle