Uses of Class
org.rococoa.cocoa.coregraphics.CGRect.ByValue

Packages that use CGRect.ByValue
org.rococoa.cocoa.coretext   
org.rococoa.cocoa.corevideo   
org.rococoa.cocoa.qd   
 

Uses of CGRect.ByValue in org.rococoa.cocoa.coretext
 

Methods in org.rococoa.cocoa.coretext that return CGRect.ByValue
 CGRect.ByValue CoreTextLibrary.CTFontGetBoundingBox(CoreTextLibrary.__CTFont font)
           
 CGRect.ByValue CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(CoreTextLibrary.__CTFont font, int orientation, ShortBuffer glyphs, Pointer boundingRects, NativeLong count)
           
 CGRect.ByValue CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(CoreTextLibrary.__CTFont font, int orientation, ShortByReference glyphs, Pointer boundingRects, NativeLong count)
          Deprecated. use the safer methods CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, int, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) and CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, int, com.sun.jna.ptr.ShortByReference, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead
 CGRect.ByValue CoreTextLibrary.CTLineGetImageBounds(CoreTextLibrary.__CTLine line, CoreGraphicsLibrary.CGContext context)
          Original signature : CGRect CTLineGetImageBounds(CTLineRef, CGContextRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTLine.h:285
 CGRect.ByValue CoreTextLibrary.CTRunGetImageBounds(CoreTextLibrary.__CTRun run, CoreGraphicsLibrary.CGContext context, CFRange.ByValue range)
          Original signature : CGRect CTRunGetImageBounds(CTRunRef, CGContextRef, CFRange)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:408
 

Uses of CGRect.ByValue in org.rococoa.cocoa.corevideo
 

Methods in org.rococoa.cocoa.corevideo that return CGRect.ByValue
 CGRect.ByValue CoreVideoLibrary.CVImageBufferGetCleanRect(CoreVideoLibrary.__CVBuffer imageBuffer)
           
 

Uses of CGRect.ByValue in org.rococoa.cocoa.qd
 

Methods in org.rococoa.cocoa.qd that return CGRect.ByValue
 CGRect.ByValue QDLibrary.QDPictGetBounds(QDLibrary.QDPict pictRef)
          QDPictGetBounds()

Availability:
Mac OS X: in version 10.1 and later in ApplicationServices.framework [32-bit only]
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CGRect QDPictGetBounds(QDPictRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QDPictToCGContext.h:119
 



Copyright © 2009. All Rights Reserved.