Home | History | Annotate | Download | only in mac

Lines Matching full:loc

271         NSPoint loc = [self convertPoint:p fromView:nil];
273 loc = [self convertPointToBacking:loc]; //y-up
274 loc.y = -loc.y;
276 fWind->handleClick((int) loc.x, (int) loc.y,
286 NSPoint loc = [self convertPoint:p fromView:nil];
288 loc = [self convertPointToBacking:loc]; //y-up
289 loc.y = -loc.y;
291 fWind->handleClick((int) loc.x, (int) loc.y,
301 NSPoint loc = [self convertPoint:p fromView:nil];
303 loc = [self convertPointToBacking:loc]; //y-up
304 loc.y = -loc.y;
306 fWind->handleClick((int) loc.x, (int) loc.y,
316 NSPoint loc = [self convertPoint:p fromView:nil];
318 loc = [self convertPointToBacking:loc]; //y-up
319 loc.y = -loc.y;
321 fWind->handleClick((int) loc.x, (int) loc.y,