|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point.ByValue | |
---|---|
org.rococoa.cocoa.hiservices | |
org.rococoa.cocoa.qd |
Uses of Point.ByValue in org.rococoa.cocoa.hiservices |
---|
Methods in org.rococoa.cocoa.hiservices with parameters of type Point.ByValue | |
---|---|
boolean |
HIServicesLibrary.PtInIconID(Point.ByValue testPt,
Rect iconRect,
short align,
short iconID)
PtInIconID() *** 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.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in InterfaceLib 7.1 and later Original signature : Boolean PtInIconID(Point, const Rect*, IconAlignmentType, SInt16) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:592 |
boolean |
HIServicesLibrary.PtInIconMethod(Point.ByValue testPt,
Rect iconRect,
short align,
HIServicesLibrary.IconGetterProcPtr theMethod,
Pointer yourDataPtr)
PtInIconMethod() *** 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.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in InterfaceLib 7.1 and later Original signature : Boolean PtInIconMethod(Point, const Rect*, IconAlignmentType, IconGetterUPP, void*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:630 |
boolean |
HIServicesLibrary.PtInIconSuite(Point.ByValue testPt,
Rect iconRect,
short align,
PointerByReference theIconSuite)
Deprecated. use the safer methods HIServicesLibrary.PtInIconSuite(org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Rect, short, java.lang.String[]) and HIServicesLibrary.PtInIconSuite(org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Rect, short, com.sun.jna.ptr.PointerByReference) instead |
boolean |
HIServicesLibrary.PtInIconSuite(Point.ByValue testPt,
Rect iconRect,
short align,
String[] theIconSuite)
PtInIconSuite() *** 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.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in InterfaceLib 7.1 and later Original signature : Boolean PtInIconSuite(Point, const Rect*, IconAlignmentType, IconSuiteRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:611 |
Uses of Point.ByValue in org.rococoa.cocoa.qd |
---|
Methods in org.rococoa.cocoa.qd with parameters of type Point.ByValue | |
---|---|
void |
QDLibrary.AddPt(Point.ByValue src,
Point dst)
AddPt() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void AddPt(Point, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2612 |
int |
QDLibrary.CharToPixel(ByteBuffer textBuf,
NativeLong textLength,
int slop,
NativeLong offset,
short direction,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
CharToPixel() *** DEPRECATED *** 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 InterfaceLib 7.1 and later Original signature : CharToPixel(Ptr, long, Fixed, long, short, JustStyleCode, Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:242 |
int |
QDLibrary.CharToPixel(Pointer textBuf,
NativeLong textLength,
int slop,
NativeLong offset,
short direction,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
Deprecated. use the safer methods QDLibrary.CharToPixel(java.nio.ByteBuffer, com.sun.jna.NativeLong, int, com.sun.jna.NativeLong, short, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.CharToPixel(com.sun.jna.Pointer, com.sun.jna.NativeLong, int, com.sun.jna.NativeLong, short, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead |
int |
QDLibrary.DeltaPoint(Point.ByValue ptA,
Point.ByValue ptB)
DeltaPoint() *** 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 : DeltaPoint(Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3903 |
void |
QDLibrary.DrawJustified(ByteBuffer textPtr,
NativeLong textLength,
int slop,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
DrawJustified() *** DEPRECATED *** 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 InterfaceLib 7.1 and later Original signature : void DrawJustified(Ptr, long, Fixed, JustStyleCode, Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:262 |
void |
QDLibrary.DrawJustified(Pointer textPtr,
NativeLong textLength,
int slop,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
Deprecated. use the safer methods QDLibrary.DrawJustified(java.nio.ByteBuffer, com.sun.jna.NativeLong, int, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.DrawJustified(com.sun.jna.Pointer, com.sun.jna.NativeLong, int, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead |
boolean |
QDLibrary.EqualPt(Point.ByValue pt1,
Point.ByValue pt2)
EqualPt() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : Boolean EqualPt(Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2629 |
void |
QDLibrary.QDLineProcPtr.invoke(Point.ByValue newPt)
|
void |
QDLibrary.QDTextProcPtr.invoke(short byteCount,
Pointer textBuf,
Point.ByValue numer,
Point.ByValue denom)
|
void |
QDLibrary.InvokeQDLineUPP(Point.ByValue newPt,
QDLibrary.QDLineProcPtr userUPP)
InvokeQDLineUPP() Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: available as macro/inline Original signature : void InvokeQDLineUPP(Point, QDLineUPP) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawTypes.h:732 |
boolean |
QDLibrary.IsOutline(Point.ByValue numer,
Point.ByValue denom)
IsOutline() *** DEPRECATED *** 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 InterfaceLib 7.1 and later Original signature : Boolean IsOutline(Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/Fonts.h:367 |
void |
QDLibrary.MeasureJustified(ByteBuffer textPtr,
NativeLong textLength,
int slop,
ByteBuffer charLocs,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
MeasureJustified() *** DEPRECATED *** 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 InterfaceLib 7.1 and later Original signature : void MeasureJustified(Ptr, long, Fixed, Ptr, JustStyleCode, Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:280 |
void |
QDLibrary.MeasureJustified(Pointer textPtr,
NativeLong textLength,
int slop,
Pointer charLocs,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
Deprecated. use the safer methods QDLibrary.MeasureJustified(java.nio.ByteBuffer, com.sun.jna.NativeLong, int, java.nio.ByteBuffer, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.MeasureJustified(com.sun.jna.Pointer, com.sun.jna.NativeLong, int, com.sun.jna.Pointer, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead |
int |
QDLibrary.PixelToChar(ByteBuffer textBuf,
NativeLong textLength,
int slop,
int pixelWidth,
boolean leadingEdge,
IntBuffer widthRemaining,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
PixelToChar() *** DEPRECATED *** 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 InterfaceLib 7.1 and later Original signature : PixelToChar(Ptr, long, Fixed, Fixed, Boolean*, Fixed*, JustStyleCode, Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:221 |
int |
QDLibrary.PixelToChar(Pointer textBuf,
NativeLong textLength,
int slop,
int pixelWidth,
boolean leadingEdge,
IntByReference widthRemaining,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
Deprecated. use the safer methods QDLibrary.PixelToChar(java.nio.ByteBuffer, com.sun.jna.NativeLong, int, int, boolean, java.nio.IntBuffer, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.PixelToChar(com.sun.jna.Pointer, com.sun.jna.NativeLong, int, int, boolean, com.sun.jna.ptr.IntByReference, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead |
int |
QDLibrary.PortionLine(ByteBuffer textPtr,
NativeLong textLen,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
PortionLine() *** DEPRECATED *** 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 InterfaceLib 7.1 and later Original signature : Fixed PortionLine(Ptr, long, JustStyleCode, Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:299 |
int |
QDLibrary.PortionLine(Pointer textPtr,
NativeLong textLen,
short styleRunPosition,
Point.ByValue numer,
Point.ByValue denom)
Deprecated. use the safer methods QDLibrary.PortionLine(java.nio.ByteBuffer, com.sun.jna.NativeLong, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.PortionLine(com.sun.jna.Pointer, com.sun.jna.NativeLong, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead |
void |
QDLibrary.Pt2Rect(Point.ByValue pt1,
Point.ByValue pt2,
Rect dstRect)
Pt2Rect() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void Pt2Rect(Point, Point, Rect*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2666 |
boolean |
QDLibrary.PtInRect(Point.ByValue pt,
Rect r)
Original signature : Boolean PtInRect(Point, const Rect*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2649 |
boolean |
QDLibrary.PtInRgn(Point.ByValue pt,
HIServicesLibrary.OpaqueRgnHandle rgn)
PtInRgn() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : Boolean PtInRgn(Point, RgnHandle) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2720 |
void |
QDLibrary.PtToAngle(Rect r,
Point.ByValue pt,
ShortBuffer angle)
PtToAngle() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void PtToAngle(const Rect*, Point, short*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2684 |
void |
QDLibrary.PtToAngle(Rect r,
Point.ByValue pt,
ShortByReference angle)
Deprecated. use the safer methods QDLibrary.PtToAngle(org.rococoa.cocoa.carboncore.Rect, org.rococoa.cocoa.carboncore.Point.ByValue, java.nio.ShortBuffer) and QDLibrary.PtToAngle(org.rococoa.cocoa.carboncore.Rect, org.rococoa.cocoa.carboncore.Point.ByValue, com.sun.jna.ptr.ShortByReference) instead |
void |
QDLibrary.QDSetPatternOrigin(Point.ByValue origin)
QDSetPatternOrigin() *** DEPRECATED *** Summary: Sets the pattern origin for the current port. |
void |
QDLibrary.SetPortPenSize(QDLibrary.OpaqueGrafPtr port,
Point.ByValue penSize)
SetPortPenSize() *** 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 : void SetPortPenSize(CGrafPtr, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5286 |
void |
QDLibrary.ShieldCursor(Rect shieldRect,
Point.ByValue offsetPt)
ShieldCursor() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void ShieldCursor(const Rect*, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3920 |
void |
QDLibrary.StdLine(Point.ByValue newPt)
StdLine() *** 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 StdLine(Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2737 |
void |
QDLibrary.StdText(short count,
Pointer textAddr,
Point.ByValue numer,
Point.ByValue denom)
StdText() *** DEPRECATED *** 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 InterfaceLib 7.1 and later Original signature : void StdText(short, const void*, Point, Point) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:575 |
void |
QDLibrary.SubPt(Point.ByValue src,
Point dst)
SubPt() Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in ApplicationServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: not available Original signature : void SubPt(Point, Point*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:2702 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |