• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSView out of memory problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSView out of memory problem


  • Subject: Re: NSView out of memory problem
  • From: Andre Schnoor <email@hidden>
  • Date: Wed, 2 Apr 2008 10:51:37 +0200


Am 02.04.2008 um 01:05 schrieb Graham Cox:
As I said, it says nothing about how it's implemented. Chances are, it will avoid creation of an unnecessary NSBezierPath object, but relying on that being the case is folly.


On 2 Apr 2008, at 2:23 am, Matthew Whillock wrote:
The class reference has this to say about it:

Strokes a line between two points using the current stroke color and the default drawing attributes.
+ (void)strokeLineFromPoint:(NSPoint)point1 toPoint:(NSPoint)point2



So it will just draw a line.

Cheers,
Matt


Are you sure? This could be just a convenient interface for creating a
bezier object with the points passed, stroking it and releasing or
autoreleasing it. The docs say nothing about how it's implemented.



I've done a FPS benchmark recently and can confirm it is significantly faster. This indicates it is implemented in a more efficient way.

Andre

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: NSView out of memory problem (From: Matthew Whillock <email@hidden>)
 >Re: NSView out of memory problem (From: Graham Cox <email@hidden>)

  • Prev by Date: to-Some Relationship (Core Data/IB questions)
  • Next by Date: Re: Untitled NSPersistentDocument has no persistent store
  • Previous by thread: to-Some Relationship (Core Data/IB questions)
  • Next by thread: Re: Custom interface
  • Index(es):
    • Date
    • Thread