Home | History | Annotate | Download | only in Plugins

Lines Matching full:coordinates

218     NSRect contentRect = [contentView convertRect:[contentView frame] toView:nil]; // convert to window-relative coordinates
280 // The base coordinates of a window and it's contentView happen to be the equal at a userSpaceScaleFactor
286 // Flip Y to convert -[NSWindow contentView] coordinates to top-left-based window coordinates.
295 // Look at the Carbon port to convert top-left-based window coordinates into top-left-based content coordinates.
298 // content view. This makes it easier to convert between AppKit view and QuickDraw port coordinates.