Uses of Class
org.rococoa.cocoa.qd.BitMap

Packages that use BitMap
org.rococoa.cocoa.hiservices   
org.rococoa.cocoa.qd   
 

Uses of BitMap in org.rococoa.cocoa.hiservices
 

Fields in org.rococoa.cocoa.hiservices declared as BitMap
 BitMap CIcon.iconBMap
          the icon's bitMap
C type : BitMap
 BitMap CIcon.iconMask
          the icon's mask
C type : BitMap
 

Constructors in org.rococoa.cocoa.hiservices with parameters of type BitMap
CIcon(PixMap iconPMap, BitMap iconMask, BitMap iconBMap, PointerByReference iconData, short[] iconMaskData)
           
 

Uses of BitMap in org.rococoa.cocoa.qd
 

Subclasses of BitMap in org.rococoa.cocoa.qd
static class BitMap.ByReference
           
static class BitMap.ByValue
           
 

Methods in org.rococoa.cocoa.qd that return BitMap
 BitMap QDLibrary.GetPortBitMapForCopyBits(QDLibrary.OpaqueGrafPtr port)
          GetPortBitMapForCopyBits() *** DEPRECATED ***

Discussion:
GetPortBitMapForCopyBits is provided for the specific purpose of
using the return value as a parameter to CopyBits.
 BitMap QDLibrary.GetQDGlobalsScreenBits(BitMap screenBits)
          GetQDGlobalsScreenBits() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CarbonAccessors.o 1.0 and later
Original signature : BitMap* GetQDGlobalsScreenBits(BitMap*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5387
static BitMap[] BitMap.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.qd with parameters of type BitMap
 void QDLibrary.CalcCMask(BitMap srcBits, BitMap dstBits, Rect srcRect, Rect dstRect, RGBColor seedRGB, QDLibrary.ColorSearchProcPtr matchProc, NativeLong matchData)
          CalcCMask() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: not available
Original signature : void CalcCMask(const BitMap*, const BitMap*, const Rect*, const Rect*, const RGBColor*, ColorSearchUPP, long)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3148
 void QDLibrary.CopyBits(BitMap srcBits, BitMap dstBits, Rect srcRect, Rect dstRect, short mode, HIServicesLibrary.OpaqueRgnHandle maskRgn)
          CopyBits() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: not available
Original signature : void CopyBits(const BitMap*, const BitMap*, const Rect*, const Rect*, short, RgnHandle)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:1872
 void QDLibrary.CopyDeepMask(BitMap srcBits, BitMap maskBits, BitMap dstBits, Rect srcRect, Rect maskRect, Rect dstRect, short mode, HIServicesLibrary.OpaqueRgnHandle maskRgn)
          CopyDeepMask() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: not available
Original signature : void CopyDeepMask(const BitMap*, const BitMap*, const BitMap*, const Rect*, const Rect*, const Rect*, short, RgnHandle)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3792
 void QDLibrary.CopyMask(BitMap srcBits, BitMap maskBits, BitMap dstBits, Rect srcRect, Rect maskRect, Rect dstRect)
          CopyMask() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: not available
Original signature : void CopyMask(const BitMap*, const BitMap*, const BitMap*, const Rect*, const Rect*, const Rect*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:1940
 BitMap QDLibrary.GetQDGlobalsScreenBits(BitMap screenBits)
          GetQDGlobalsScreenBits() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CarbonAccessors.o 1.0 and later
Original signature : BitMap* GetQDGlobalsScreenBits(BitMap*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5387
 void QDLibrary.QDBitsProcPtr.invoke(BitMap srcBits, Rect srcRect, Rect dstRect, short mode, HIServicesLibrary.OpaqueRgnHandle maskRgn)
           
 void QDLibrary.SeedCFill(BitMap srcBits, BitMap dstBits, Rect srcRect, Rect dstRect, short seedH, short seedV, QDLibrary.ColorSearchProcPtr matchProc, NativeLong matchData)
          SeedCFill() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: not available
Original signature : void SeedCFill(const BitMap*, const BitMap*, const Rect*, const Rect*, short, short, ColorSearchUPP, long)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3125
 void QDLibrary.SetPortBits(BitMap bm)
          SetPortBits() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: not available
Original signature : void SetPortBits(const BitMap*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:434
 void QDLibrary.StdBits(BitMap srcBits, Rect srcRect, Rect dstRect, short mode, HIServicesLibrary.OpaqueRgnHandle maskRgn)
          StdBits() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: not available
Original signature : void StdBits(const BitMap*, const Rect*, const Rect*, short, RgnHandle)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2519
 



Copyright © 2009. All Rights Reserved.