Mac OS 9
GXGraphics.h File Reference

QuickDraw GX graphic routine interfaces. More...

#include <ConditionalMacros.h>
#include <MacTypes.h>
#include <Fonts.h>
#include <GXErrors.h>
#include <GXTypes.h>

Go to the source code of this file.

Functions

gxGraphicsClient GXNewGraphicsClient (void *memoryStart, long memoryLength, gxClientAttribute attributes)
 
gxGraphicsClient GXGetGraphicsClient (void)
 
void GXSetGraphicsClient (gxGraphicsClient client)
 
void GXDisposeGraphicsClient (gxGraphicsClient client)
 
long GXGetGraphicsClients (long index, long count, gxGraphicsClient clients[])
 
void GXEnterGraphics (void)
 
void GXExitGraphics (void)
 
gxGraphicsError GXGetGraphicsError (gxGraphicsError *stickyError)
 
gxGraphicsNotice GXGetGraphicsNotice (gxGraphicsNotice *stickyNotice)
 
gxGraphicsWarning GXGetGraphicsWarning (gxGraphicsWarning *stickyWarning)
 
void GXPostGraphicsError (gxGraphicsError error)
 
void GXPostGraphicsWarning (gxGraphicsWarning warning)
 
gxUserErrorUPP GXGetUserGraphicsError (long *reference)
 
gxUserNoticeUPP GXGetUserGraphicsNotice (long *reference)
 
gxUserWarningUPP GXGetUserGraphicsWarning (long *reference)
 
void GXSetUserGraphicsError (gxUserErrorUPP userFunction, long reference)
 
void GXSetUserGraphicsNotice (gxUserNoticeUPP userFunction, long reference)
 
void GXSetUserGraphicsWarning (gxUserWarningUPP userFunction, long reference)
 
void GXIgnoreGraphicsWarning (gxGraphicsWarning warning)
 
void GXPopGraphicsWarning (void)
 
gxShape GXNewShapeVector (gxShapeType aType, const Fixed vector[])
 
void GXSetShapeVector (gxShape target, const Fixed vector[])
 
gxShape GXNewBitmap (const gxBitmap *data, const gxPoint *position)
 
gxShape GXNewCurve (const gxCurve *data)
 
gxShape GXNewGlyphs (long charCount, const unsigned char text[], const gxPoint positions[], const long advance[], const gxPoint tangents[], const short styleRuns[], const gxStyle glyphStyles[])
 
gxShape GXNewLine (const gxLine *data)
 
gxShape GXNewPaths (const gxPaths *data)
 
gxShape GXNewPicture (long count, const gxShape shapes[], const gxStyle styles[], const gxInk inks[], const gxTransform transforms[])
 
gxShape GXNewPoint (const gxPoint *data)
 
gxShape GXNewPolygons (const gxPolygons *data)
 
gxShape GXNewRectangle (const gxRectangle *data)
 
gxShape GXNewText (long charCount, const unsigned char text[], const gxPoint *position)
 
gxBitmapGXGetBitmap (gxShape source, gxBitmap *data, gxPoint *position)
 
gxCurveGXGetCurve (gxShape source, gxCurve *data)
 
long GXGetGlyphs (gxShape source, long *charCount, unsigned char text[], gxPoint positions[], long advance[], gxPoint tangents[], long *runCount, short styleRuns[], gxStyle glyphStyles[])
 
gxLineGXGetLine (gxShape source, gxLine *data)
 
long GXGetPaths (gxShape source, gxPaths *data)
 
long GXGetPicture (gxShape source, gxShape shapes[], gxStyle styles[], gxInk inks[], gxTransform transforms[])
 
gxPointGXGetPoint (gxShape source, gxPoint *data)
 
long GXGetPolygons (gxShape source, gxPolygons *data)
 
gxRectangleGXGetRectangle (gxShape source, gxRectangle *data)
 
long GXGetText (gxShape source, long *charCount, unsigned char text[], gxPoint *position)
 
void GXSetBitmap (gxShape target, const gxBitmap *data, const gxPoint *position)
 
void GXSetCurve (gxShape target, const gxCurve *data)
 
void GXSetGlyphs (gxShape target, long charCount, const unsigned char text[], const gxPoint positions[], const long advance[], const gxPoint tangents[], const short styleRuns[], const gxStyle glyphStyles[])
 
void GXSetLine (gxShape target, const gxLine *data)
 
void GXSetPaths (gxShape target, const gxPaths *data)
 
void GXSetPicture (gxShape target, long count, const gxShape shapes[], const gxStyle styles[], const gxInk inks[], const gxTransform transforms[])
 
void GXSetPoint (gxShape target, const gxPoint *data)
 
void GXSetPolygons (gxShape target, const gxPolygons *data)
 
void GXSetRectangle (gxShape target, const gxRectangle *data)
 
void GXSetText (gxShape target, long charCount, const unsigned char text[], const gxPoint *position)
 
void GXDrawBitmap (const gxBitmap *data, const gxPoint *position)
 
void GXDrawCurve (const gxCurve *data)
 
void GXDrawGlyphs (long charCount, const unsigned char text[], const gxPoint positions[], const long advance[], const gxPoint tangents[], const short styleRuns[], const gxStyle glyphStyles[])
 
void GXDrawLine (const gxLine *data)
 
void GXDrawPaths (const gxPaths *data, gxShapeFill fill)
 
void GXDrawPicture (long count, const gxShape shapes[], const gxStyle styles[], const gxInk inks[], const gxTransform transforms[])
 
void GXDrawPoint (const gxPoint *data)
 
void GXDrawPolygons (const gxPolygons *data, gxShapeFill fill)
 
void GXDrawRectangle (const gxRectangle *data, gxShapeFill fill)
 
void GXDrawText (long charCount, const unsigned char text[], const gxPoint *position)
 
gxColorProfile GXNewColorProfile (long size, void *colorProfileData)
 
gxColorSet GXNewColorSet (gxColorSpace space, long count, const gxSetColor colors[])
 
gxInk GXNewInk (void)
 
gxShape GXNewShape (gxShapeType aType)
 
gxStyle GXNewStyle (void)
 
gxTag GXNewTag (long tagType, long length, const void *data)
 
gxTransform GXNewTransform (void)
 
gxViewDevice GXNewViewDevice (gxViewGroup group, gxShape bitmapShape)
 
gxViewGroup GXNewViewGroup (void)
 
gxViewPort GXNewViewPort (gxViewGroup group)
 
void GXDisposeColorProfile (gxColorProfile target)
 
void GXDisposeColorSet (gxColorSet target)
 
void GXDisposeInk (gxInk target)
 
void GXDisposeShape (gxShape target)
 
void GXDisposeStyle (gxStyle target)
 
void GXDisposeTag (gxTag target)
 
void GXDisposeTransform (gxTransform target)
 
void GXDisposeViewDevice (gxViewDevice target)
 
void GXDisposeViewGroup (gxViewGroup target)
 
void GXDisposeViewPort (gxViewPort target)
 
gxColorProfile GXCloneColorProfile (gxColorProfile source)
 
gxColorSet GXCloneColorSet (gxColorSet source)
 
gxInk GXCloneInk (gxInk source)
 
gxShape GXCloneShape (gxShape source)
 
gxStyle GXCloneStyle (gxStyle source)
 
gxTag GXCloneTag (gxTag source)
 
gxTransform GXCloneTransform (gxTransform source)
 
gxColorProfile GXCopyToColorProfile (gxColorProfile target, gxColorProfile source)
 
gxColorSet GXCopyToColorSet (gxColorSet target, gxColorSet source)
 
gxInk GXCopyToInk (gxInk target, gxInk source)
 
gxShape GXCopyToShape (gxShape target, gxShape source)
 
gxStyle GXCopyToStyle (gxStyle target, gxStyle source)
 
gxTag GXCopyToTag (gxTag target, gxTag source)
 
gxTransform GXCopyToTransform (gxTransform target, gxTransform source)
 
gxViewDevice GXCopyToViewDevice (gxViewDevice target, gxViewDevice source)
 
gxViewPort GXCopyToViewPort (gxViewPort target, gxViewPort source)
 
Boolean GXEqualColorProfile (gxColorProfile one, gxColorProfile two)
 
Boolean GXEqualColorSet (gxColorSet one, gxColorSet two)
 
Boolean GXEqualInk (gxInk one, gxInk two)
 
Boolean GXEqualShape (gxShape one, gxShape two)
 
Boolean GXEqualStyle (gxStyle one, gxStyle two)
 
Boolean GXEqualTag (gxTag one, gxTag two)
 
Boolean GXEqualTransform (gxTransform one, gxTransform two)
 
Boolean GXEqualViewDevice (gxViewDevice one, gxViewDevice two)
 
Boolean GXEqualViewPort (gxViewPort one, gxViewPort two)
 
void GXResetInk (gxInk target)
 
void GXResetShape (gxShape target)
 
void GXResetStyle (gxStyle target)
 
void GXResetTransform (gxTransform target)
 
void GXLoadColorProfile (gxColorProfile target)
 
void GXLoadColorSet (gxColorSet target)
 
void GXLoadInk (gxInk target)
 
void GXLoadShape (gxShape target)
 
void GXLoadStyle (gxStyle target)
 
void GXLoadTag (gxTag target)
 
void GXLoadTransform (gxTransform target)
 
void GXUnloadColorProfile (gxColorProfile target)
 
void GXUnloadColorSet (gxColorSet target)
 
void GXUnloadInk (gxInk target)
 
void GXUnloadShape (gxShape target)
 
void GXUnloadStyle (gxStyle target)
 
void GXUnloadTag (gxTag target)
 
void GXUnloadTransform (gxTransform target)
 
void GXCacheShape (gxShape source)
 
gxShape GXCopyDeepToShape (gxShape target, gxShape source)
 
void GXDrawShape (gxShape source)
 
void GXDisposeShapeCache (gxShape target)
 
gxColorProfile GXGetDefaultColorProfile (void)
 
gxShape GXGetDefaultShape (gxShapeType aType)
 
gxColorSet GXGetDefaultColorSet (long pixelDepth)
 
void GXSetDefaultShape (gxShape target)
 
void GXSetDefaultColorSet (gxColorSet target, long pixelDepth)
 
long GXGetTag (gxTag source, long *tagType, void *data)
 
void GXSetTag (gxTag target, long tagType, long length, const void *data)
 
gxRectangleGXGetShapeBounds (gxShape source, long index, gxRectangle *bounds)
 
gxShapeFill GXGetShapeFill (gxShape source)
 
gxInk GXGetShapeInk (gxShape source)
 
long GXGetShapePixel (gxShape source, long x, long y, gxColor *data, long *index)
 
gxStyle GXGetShapeStyle (gxShape source)
 
gxTransform GXGetShapeTransform (gxShape source)
 
gxShapeType GXGetShapeType (gxShape source)
 
gxRectangleGXGetShapeTypographicBounds (gxShape source, gxRectangle *bounds)
 
gxShape GXGetBitmapParts (gxShape source, const gxLongRectangle *bounds)
 
void GXGetStyleFontMetrics (gxStyle sourceStyle, gxPoint *before, gxPoint *after, gxPoint *caretAngle, gxPoint *caretOffset)
 
void GXGetShapeFontMetrics (gxShape source, gxPoint *before, gxPoint *after, gxPoint *caretAngle, gxPoint *caretOffset)
 
void GXSetShapeBounds (gxShape target, const gxRectangle *newBounds)
 
void GXSetShapeFill (gxShape target, gxShapeFill newFill)
 
void GXSetShapeInk (gxShape target, gxInk newInk)
 
void GXSetShapePixel (gxShape target, long x, long y, const gxColor *newColor, long newIndex)
 
void GXSetShapeStyle (gxShape target, gxStyle newStyle)
 
void GXSetShapeTransform (gxShape target, gxTransform newTransform)
 
void GXSetShapeType (gxShape target, gxShapeType newType)
 
void GXSetBitmapParts (gxShape target, const gxLongRectangle *bounds, gxShape bitmapShape)
 
void GXSetShapeGeometry (gxShape target, gxShape geometry)
 
Fixed GXGetShapeCurveError (gxShape source)
 
gxDashRecordGXGetShapeDash (gxShape source, gxDashRecord *dash)
 
gxCapRecordGXGetShapeCap (gxShape source, gxCapRecord *cap)
 
long GXGetShapeFace (gxShape source, gxTextFace *face)
 
gxFont GXGetShapeFont (gxShape source)
 
gxJoinRecordGXGetShapeJoin (gxShape source, gxJoinRecord *join)
 
Fract GXGetShapeJustification (gxShape source)
 
gxPatternRecordGXGetShapePattern (gxShape source, gxPatternRecord *pattern)
 
Fixed GXGetShapePen (gxShape source)
 
gxFontPlatform GXGetShapeEncoding (gxShape source, gxFontScript *script, gxFontLanguage *language)
 
Fixed GXGetShapeTextSize (gxShape source)
 
long GXGetShapeFontVariations (gxShape source, gxFontVariation variations[])
 
long GXGetShapeFontVariationSuite (gxShape source, gxFontVariation variations[])
 
Fixed GXGetStyleCurveError (gxStyle source)
 
gxDashRecordGXGetStyleDash (gxStyle source, gxDashRecord *dash)
 
gxCapRecordGXGetStyleCap (gxStyle source, gxCapRecord *cap)
 
long GXGetStyleFace (gxStyle source, gxTextFace *face)
 
gxFont GXGetStyleFont (gxStyle source)
 
gxJoinRecordGXGetStyleJoin (gxStyle source, gxJoinRecord *join)
 
Fract GXGetStyleJustification (gxStyle source)
 
gxPatternRecordGXGetStylePattern (gxStyle source, gxPatternRecord *pattern)
 
Fixed GXGetStylePen (gxStyle source)
 
gxFontPlatform GXGetStyleEncoding (gxStyle source, gxFontScript *script, gxFontLanguage *language)
 
Fixed GXGetStyleTextSize (gxStyle source)
 
long GXGetStyleFontVariations (gxStyle source, gxFontVariation variations[])
 
long GXGetStyleFontVariationSuite (gxStyle source, gxFontVariation variations[])
 
void GXSetShapeCurveError (gxShape target, Fixed error)
 
void GXSetShapeDash (gxShape target, const gxDashRecord *dash)
 
void GXSetShapeCap (gxShape target, const gxCapRecord *cap)
 
void GXSetShapeFace (gxShape target, const gxTextFace *face)
 
void GXSetShapeFont (gxShape target, gxFont aFont)
 
void GXSetShapeJoin (gxShape target, const gxJoinRecord *join)
 
void GXSetShapeJustification (gxShape target, Fract justify)
 
void GXSetShapePattern (gxShape target, const gxPatternRecord *pattern)
 
void GXSetShapePen (gxShape target, Fixed pen)
 
void GXSetShapeEncoding (gxShape target, gxFontPlatform platform, gxFontScript script, gxFontLanguage language)
 
void GXSetShapeTextSize (gxShape target, Fixed size)
 
void GXSetShapeFontVariations (gxShape target, long count, const gxFontVariation variations[])
 
void GXSetStyleCurveError (gxStyle target, Fixed error)
 
void GXSetStyleDash (gxStyle target, const gxDashRecord *dash)
 
void GXSetStyleCap (gxStyle target, const gxCapRecord *cap)
 
void GXSetStyleFace (gxStyle target, const gxTextFace *face)
 
void GXSetStyleFont (gxStyle target, gxFont aFont)
 
void GXSetStyleJoin (gxStyle target, const gxJoinRecord *join)
 
void GXSetStyleJustification (gxStyle target, Fract justify)
 
void GXSetStylePattern (gxStyle target, const gxPatternRecord *pattern)
 
void GXSetStylePen (gxStyle target, Fixed pen)
 
void GXSetStyleEncoding (gxStyle target, gxFontPlatform platform, gxFontScript script, gxFontLanguage language)
 
void GXSetStyleTextSize (gxStyle target, Fixed size)
 
void GXSetStyleFontVariations (gxStyle target, long count, const gxFontVariation variations[])
 
gxColorGXGetShapeColor (gxShape source, gxColor *data)
 
gxTransferModeGXGetShapeTransfer (gxShape source, gxTransferMode *data)
 
gxColorGXGetInkColor (gxInk source, gxColor *data)
 
gxTransferModeGXGetInkTransfer (gxInk source, gxTransferMode *data)
 
void GXSetShapeColor (gxShape target, const gxColor *data)
 
void GXSetShapeTransfer (gxShape target, const gxTransferMode *data)
 
void GXSetInkColor (gxInk target, const gxColor *data)
 
void GXSetInkTransfer (gxInk target, const gxTransferMode *data)
 
gxShape GXGetShapeClip (gxShape source)
 
gxShapeType GXGetShapeClipType (gxShape source)
 
gxMappingGXGetShapeMapping (gxShape source, gxMapping *map)
 
gxShapePart GXGetShapeHitTest (gxShape source, Fixed *tolerance)
 
long GXGetShapeViewPorts (gxShape source, gxViewPort list[])
 
gxShape GXGetTransformClip (gxTransform source)
 
gxShapeType GXGetTransformClipType (gxTransform source)
 
gxMappingGXGetTransformMapping (gxTransform source, gxMapping *map)
 
gxShapePart GXGetTransformHitTest (gxTransform source, Fixed *tolerance)
 
long GXGetTransformViewPorts (gxTransform source, gxViewPort list[])
 
void GXSetShapeClip (gxShape target, gxShape clip)
 
void GXSetShapeMapping (gxShape target, const gxMapping *map)
 
void GXSetShapeHitTest (gxShape target, gxShapePart mask, Fixed tolerance)
 
void GXSetShapeViewPorts (gxShape target, long count, const gxViewPort list[])
 
void GXSetTransformClip (gxTransform target, gxShape clip)
 
void GXSetTransformMapping (gxTransform target, const gxMapping *map)
 
void GXSetTransformHitTest (gxTransform target, gxShapePart mask, Fixed tolerance)
 
void GXSetTransformViewPorts (gxTransform target, long count, const gxViewPort list[])
 
long GXGetColorSet (gxColorSet source, gxColorSpace *space, gxSetColor colors[])
 
long GXGetColorProfile (gxColorProfile source, void *colorProfileData)
 
void GXSetColorSet (gxColorSet target, gxColorSpace space, long count, const gxSetColor colors[])
 
void GXSetColorProfile (gxColorProfile target, long size, void *colorProfileData)
 
gxShape GXGetViewDeviceBitmap (gxViewDevice source)
 
gxShape GXGetViewDeviceClip (gxViewDevice source)
 
gxMappingGXGetViewDeviceMapping (gxViewDevice source, gxMapping *map)
 
gxViewGroup GXGetViewDeviceViewGroup (gxViewDevice source)
 
void GXSetViewDeviceBitmap (gxViewDevice target, gxShape bitmapShape)
 
void GXSetViewDeviceClip (gxViewDevice target, gxShape clip)
 
void GXSetViewDeviceMapping (gxViewDevice target, const gxMapping *map)
 
void GXSetViewDeviceViewGroup (gxViewDevice target, gxViewGroup group)
 
long GXGetViewPortChildren (gxViewPort source, gxViewPort list[])
 
gxShape GXGetViewPortClip (gxViewPort source)
 
long GXGetViewPortDither (gxViewPort source)
 
Boolean GXGetViewPortHalftone (gxViewPort source, gxHalftone *data)
 
gxMappingGXGetViewPortMapping (gxViewPort source, gxMapping *map)
 
gxViewPort GXGetViewPortParent (gxViewPort source)
 
gxViewGroup GXGetViewPortViewGroup (gxViewPort source)
 
long GXGetViewPortHalftoneMatrix (gxViewPort source, gxViewDevice sourceDevice, gxHalftoneMatrix *theMatrix)
 
void GXSetViewPortChildren (gxViewPort target, long count, const gxViewPort list[])
 
void GXSetViewPortClip (gxViewPort target, gxShape clip)
 
void GXSetViewPortDither (gxViewPort target, long level)
 
void GXSetViewPortHalftone (gxViewPort target, const gxHalftone *data)
 
void GXSetViewPortMapping (gxViewPort target, const gxMapping *map)
 
void GXSetViewPortParent (gxViewPort target, gxViewPort parent)
 
void GXSetViewPortViewGroup (gxViewPort target, gxViewGroup group)
 
long GXGetColorProfileTags (gxColorProfile source, long tagType, long index, long count, gxTag items[])
 
long GXGetColorSetTags (gxColorSet source, long tagType, long index, long count, gxTag items[])
 
long GXGetInkTags (gxInk source, long tagType, long index, long count, gxTag items[])
 
long GXGetShapeTags (gxShape source, long tagType, long index, long count, gxTag items[])
 
long GXGetStyleTags (gxStyle source, long tagType, long index, long count, gxTag items[])
 
long GXGetTransformTags (gxTransform source, long tagType, long index, long count, gxTag items[])
 
long GXGetViewDeviceTags (gxViewDevice source, long tagType, long index, long count, gxTag items[])
 
long GXGetViewPortTags (gxViewPort source, long tagType, long index, long count, gxTag items[])
 
void GXSetColorProfileTags (gxColorProfile target, long tagType, long index, long oldCount, long newCount, const gxTag items[])
 
void GXSetColorSetTags (gxColorSet target, long tagType, long index, long oldCount, long newCount, const gxTag items[])
 
void GXSetInkTags (gxInk target, long tagType, long index, long oldCount, long newCount, const gxTag items[])
 
void GXSetShapeTags (gxShape target, long tagType, long index, long oldCount, long newCount, const gxTag items[])
 
void GXSetStyleTags (gxStyle target, long tagType, long index, long oldCount, long newCount, const gxTag items[])
 
void GXSetTransformTags (gxTransform target, long tagType, long index, long oldCount, long newCount, const gxTag items[])
 
void GXSetViewDeviceTags (gxViewDevice target, long tagType, long index, long oldCount, long newCount, const gxTag items[])
 
void GXSetViewPortTags (gxViewPort target, long tagType, long index, long oldCount, long newCount, const gxTag items[])
 
gxInkAttribute GXGetInkAttributes (gxInk source)
 
gxShapeAttribute GXGetShapeAttributes (gxShape source)
 
gxInkAttribute GXGetShapeInkAttributes (gxShape source)
 
gxStyleAttribute GXGetShapeStyleAttributes (gxShape source)
 
gxStyleAttribute GXGetStyleAttributes (gxStyle source)
 
gxTextAttribute GXGetShapeTextAttributes (gxShape source)
 
gxTextAttribute GXGetStyleTextAttributes (gxStyle source)
 
gxDeviceAttribute GXGetViewDeviceAttributes (gxViewDevice source)
 
gxPortAttribute GXGetViewPortAttributes (gxViewPort source)
 
void GXSetInkAttributes (gxInk target, gxInkAttribute attributes)
 
void GXSetShapeAttributes (gxShape target, gxShapeAttribute attributes)
 
void GXSetShapeInkAttributes (gxShape target, gxInkAttribute attributes)
 
void GXSetShapeStyleAttributes (gxShape target, gxStyleAttribute attributes)
 
void GXSetStyleAttributes (gxStyle target, gxStyleAttribute attributes)
 
void GXSetShapeTextAttributes (gxShape target, gxTextAttribute attributes)
 
void GXSetStyleTextAttributes (gxStyle target, gxTextAttribute attributes)
 
void GXSetViewDeviceAttributes (gxViewDevice target, gxDeviceAttribute attributes)
 
void GXSetViewPortAttributes (gxViewPort target, gxPortAttribute attributes)
 
long GXGetColorProfileOwners (gxColorProfile source)
 
long GXGetColorSetOwners (gxColorSet source)
 
long GXGetInkOwners (gxInk source)
 
long GXGetShapeOwners (gxShape source)
 
long GXGetStyleOwners (gxStyle source)
 
long GXGetTagOwners (gxTag source)
 
long GXGetTransformOwners (gxTransform source)
 
void GXLockShape (gxShape target)
 
void GXLockTag (gxTag target)
 
void GXUnlockShape (gxShape target)
 
void GXUnlockTag (gxTag target)
 
void * GXGetShapeStructure (gxShape source, long *length)
 
void * GXGetTagStructure (gxTag source, long *length)
 
Fixed GXGetColorDistance (const gxColor *target, const gxColor *source)
 
gxPointGXShapeLengthToPoint (gxShape target, long index, Fixed length, gxPoint *location, gxPoint *tangent)
 
wideGXGetShapeArea (gxShape source, long index, wide *area)
 
long GXGetShapeCacheSize (gxShape source)
 
gxPointGXGetShapeCenter (gxShape source, long index, gxPoint *center)
 
gxContourDirection GXGetShapeDirection (gxShape source, long contour)
 
long GXGetShapeIndex (gxShape source, long contour, long vector)
 
wideGXGetShapeLength (gxShape source, long index, wide *length)
 
long GXGetShapeSize (gxShape source)
 
long GXCountShapeContours (gxShape source)
 
long GXCountShapePoints (gxShape source, long contour)
 
long GXGetShapeDashPositions (gxShape source, gxMapping dashMappings[])
 
long GXGetShapeDeviceArea (gxShape source, gxViewPort port, gxViewDevice device)
 
Boolean GXGetShapeDeviceBounds (gxShape source, gxViewPort port, gxViewDevice device, gxRectangle *bounds)
 
gxColorSet GXGetShapeDeviceColors (gxShape source, gxViewPort port, gxViewDevice device, long *width)
 
Boolean GXGetShapeGlobalBounds (gxShape source, gxViewPort port, gxViewGroup group, gxRectangle *bounds)
 
long GXGetShapeGlobalViewDevices (gxShape source, gxViewPort port, gxViewDevice list[])
 
long GXGetShapeGlobalViewPorts (gxShape source, gxViewPort list[])
 
gxRectangleGXGetShapeLocalBounds (gxShape source, gxRectangle *bounds)
 
long GXGetShapePatternPositions (gxShape source, gxPoint positions[])
 
void GXGetShapeLocalFontMetrics (gxShape sourceShape, gxPoint *before, gxPoint *after, gxPoint *caretAngle, gxPoint *caretOffset)
 
void GXGetShapeDeviceFontMetrics (gxShape sourceShape, gxViewPort port, gxViewDevice device, gxPoint *before, gxPoint *after, gxPoint *caretAngle, gxPoint *caretOffset)
 
long GXGetViewGroupViewDevices (gxViewGroup source, gxViewDevice list[])
 
long GXGetViewGroupViewPorts (gxViewGroup source, gxViewPort list[])
 
gxMappingGXGetViewPortGlobalMapping (gxViewPort source, gxMapping *map)
 
long GXGetViewPortViewDevices (gxViewPort source, gxViewDevice list[])
 
gxShape GXHitTestPicture (gxShape target, const gxPoint *test, gxHitTestInfo *result, long level, long depth)
 
Boolean GXIntersectRectangle (gxRectangle *target, const gxRectangle *source, const gxRectangle *operand)
 
gxRectangleGXUnionRectangle (gxRectangle *target, const gxRectangle *source, const gxRectangle *operand)
 
Boolean GXTouchesRectanglePoint (const gxRectangle *target, const gxPoint *test)
 
Boolean GXTouchesShape (gxShape target, gxShape test)
 
Boolean GXTouchesBoundsShape (const gxRectangle *target, gxShape test)
 
Boolean GXContainsRectangle (const gxRectangle *container, const gxRectangle *test)
 
Boolean GXContainsShape (gxShape container, gxShape test)
 
Boolean GXContainsBoundsShape (const gxRectangle *container, gxShape test, long index)
 
gxColorGXConvertColor (gxColor *target, gxColorSpace space, gxColorSet aSet, gxColorProfile profile)
 
gxColorGXCombineColor (gxColor *target, gxInk operand)
 
Boolean GXCheckColor (const gxColor *source, gxColorSpace space, gxColorSet aSet, gxColorProfile profile)
 
gxShape GXCheckBitmapColor (gxShape source, const gxLongRectangle *area, gxColorSpace space, gxColorSet aSet, gxColorProfile profile)
 
Fixed GXGetHalftoneDeviceAngle (gxViewDevice source, const gxHalftone *data)
 
long GXGetColorSetParts (gxColorSet source, long index, long count, gxColorSpace *space, gxSetColor data[])
 
long GXGetGlyphParts (gxShape source, long index, long charCount, long *byteLength, unsigned char text[], gxPoint positions[], long advanceBits[], gxPoint tangents[], long *runCount, short styleRuns[], gxStyle styles[])
 
long GXGetPathParts (gxShape source, long index, long count, gxPaths *data)
 
long GXGetPictureParts (gxShape source, long index, long count, gxShape shapes[], gxStyle styles[], gxInk inks[], gxTransform transforms[])
 
long GXGetPolygonParts (gxShape source, long index, long count, gxPolygons *data)
 
gxShape GXGetShapeParts (gxShape source, long index, long count, gxShape destination)
 
long GXGetTextParts (gxShape source, long index, long charCount, unsigned char text[])
 
void GXSetColorSetParts (gxColorSet target, long index, long oldCount, long newCount, const gxSetColor data[])
 
void GXSetGlyphParts (gxShape source, long index, long oldCharCount, long newCharCount, const unsigned char text[], const gxPoint positions[], const long advanceBits[], const gxPoint tangents[], const short styleRuns[], const gxStyle styles[])
 
void GXSetPathParts (gxShape target, long index, long count, const gxPaths *data, gxEditShapeFlag flags)
 
void GXSetPictureParts (gxShape target, long index, long oldCount, long newCount, const gxShape shapes[], const gxStyle styles[], const gxInk inks[], const gxTransform transforms[])
 
void GXSetPolygonParts (gxShape target, long index, long count, const gxPolygons *data, gxEditShapeFlag flags)
 
void GXSetShapeParts (gxShape target, long index, long count, gxShape insert, gxEditShapeFlag flags)
 
void GXSetTextParts (gxShape target, long index, long oldCharCount, long newCharCount, const unsigned char text[])
 
long GXGetShapePoints (gxShape source, long index, long count, gxPoint data[])
 
void GXSetShapePoints (gxShape target, long index, long count, const gxPoint data[])
 
long GXGetGlyphPositions (gxShape source, long index, long charCount, long advance[], gxPoint positions[])
 
long GXGetGlyphTangents (gxShape source, long index, long charCount, gxPoint tangents[])
 
void GXSetGlyphPositions (gxShape target, long index, long charCount, const long advance[], const gxPoint positions[])
 
void GXSetGlyphTangents (gxShape target, long index, long charCount, const gxPoint tangents[])
 
long GXGetGlyphMetrics (gxShape source, gxPoint glyphOrigins[], gxRectangle boundingBoxes[], gxPoint sideBearings[])
 
void GXDifferenceShape (gxShape target, gxShape operand)
 
void GXExcludeShape (gxShape target, gxShape operand)
 
void GXIntersectShape (gxShape target, gxShape operand)
 
void GXMapShape (gxShape target, const gxMapping *map)
 
void GXMoveShape (gxShape target, Fixed deltaX, Fixed deltaY)
 
void GXMoveShapeTo (gxShape target, Fixed x, Fixed y)
 
void GXReverseDifferenceShape (gxShape target, gxShape operand)
 
void GXRotateShape (gxShape target, Fixed degrees, Fixed xOffset, Fixed yOffset)
 
void GXScaleShape (gxShape target, Fixed hScale, Fixed vScale, Fixed xOffset, Fixed yOffset)
 
void GXSkewShape (gxShape target, Fixed xSkew, Fixed ySkew, Fixed xOffset, Fixed yOffset)
 
void GXUnionShape (gxShape target, gxShape operand)
 
void GXDifferenceTransform (gxTransform target, gxShape operand)
 
void GXExcludeTransform (gxTransform target, gxShape operand)
 
void GXIntersectTransform (gxTransform target, gxShape operand)
 
void GXMapTransform (gxTransform target, const gxMapping *map)
 
void GXMoveTransform (gxTransform target, Fixed deltaX, Fixed deltaY)
 
void GXMoveTransformTo (gxTransform target, Fixed x, Fixed y)
 
void GXReverseDifferenceTransform (gxTransform target, gxShape operand)
 
void GXRotateTransform (gxTransform target, Fixed degrees, Fixed xOffset, Fixed yOffset)
 
void GXScaleTransform (gxTransform target, Fixed hScale, Fixed vScale, Fixed xOffset, Fixed yOffset)
 
void GXSkewTransform (gxTransform target, Fixed xSkew, Fixed ySkew, Fixed xOffset, Fixed yOffset)
 
void GXUnionTransform (gxTransform target, gxShape operand)
 
void GXBreakShape (gxShape target, long index)
 
void GXChangedShape (gxShape target)
 
gxShapePart GXHitTestShape (gxShape target, const gxPoint *test, gxHitTestInfo *result)
 
gxShape GXHitTestDevice (gxShape target, gxViewPort port, gxViewDevice device, const gxPoint *test, const gxPoint *tolerance)
 
void GXInsetShape (gxShape target, Fixed inset)
 
void GXInvertShape (gxShape target)
 
void GXPrimitiveShape (gxShape target)
 
void GXReduceShape (gxShape target, long contour)
 
void GXReverseShape (gxShape target, long contour)
 
void GXSimplifyShape (gxShape target)
 
void GXLockColorProfile (gxColorProfile source)
 
void GXUnlockColorProfile (gxColorProfile source)
 
void * GXGetColorProfileStructure (gxColorProfile source, long *length)
 
void GXFlattenShape (gxShape source, gxFlattenFlag flags, gxSpoolBlock *block)
 
gxShape GXUnflattenShape (gxSpoolBlock *block, long count, const gxViewPort portList[])
 
void GXPostGraphicsNotice (gxGraphicsNotice notice)
 
void GXIgnoreGraphicsNotice (gxGraphicsNotice notice)
 
void GXPopGraphicsNotice (void)
 

Detailed Description

QuickDraw GX graphic routine interfaces.

Introduced In: Quickdraw GX 1.1
Avaliable From: Universal Interfaces 3.4.1
Copyright: © 1994-2001 by Apple Computer, Inc., all rights reserved.

For bug reports, consult the following page on the World Wide Web:

http://developer.apple.com/bugreporter/

Function Documentation

◆ GXBreakShape()

void GXBreakShape ( gxShape  target,
long  index 
)

GXBreakShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCacheShape()

void GXCacheShape ( gxShape  source)

GXCacheShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXChangedShape()

void GXChangedShape ( gxShape  target)

GXChangedShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCheckBitmapColor()

gxShape GXCheckBitmapColor ( gxShape  source,
const gxLongRectangle area,
gxColorSpace  space,
gxColorSet  aSet,
gxColorProfile  profile 
)

GXCheckBitmapColor()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCheckColor()

Boolean GXCheckColor ( const gxColor source,
gxColorSpace  space,
gxColorSet  aSet,
gxColorProfile  profile 
)

GXCheckColor()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCloneColorProfile()

gxColorProfile GXCloneColorProfile ( gxColorProfile  source)

GXCloneColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCloneColorSet()

gxColorSet GXCloneColorSet ( gxColorSet  source)

GXCloneColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCloneInk()

gxInk GXCloneInk ( gxInk  source)

GXCloneInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCloneShape()

gxShape GXCloneShape ( gxShape  source)

GXCloneShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCloneStyle()

gxStyle GXCloneStyle ( gxStyle  source)

GXCloneStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCloneTag()

gxTag GXCloneTag ( gxTag  source)

GXCloneTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCloneTransform()

gxTransform GXCloneTransform ( gxTransform  source)

GXCloneTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCombineColor()

gxColor* GXCombineColor ( gxColor target,
gxInk  operand 
)

GXCombineColor()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXContainsBoundsShape()

Boolean GXContainsBoundsShape ( const gxRectangle container,
gxShape  test,
long  index 
)

GXContainsBoundsShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXContainsRectangle()

Boolean GXContainsRectangle ( const gxRectangle container,
const gxRectangle test 
)

GXContainsRectangle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXContainsShape()

Boolean GXContainsShape ( gxShape  container,
gxShape  test 
)

GXContainsShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXConvertColor()

gxColor* GXConvertColor ( gxColor target,
gxColorSpace  space,
gxColorSet  aSet,
gxColorProfile  profile 
)

GXConvertColor()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyDeepToShape()

gxShape GXCopyDeepToShape ( gxShape  target,
gxShape  source 
)

GXCopyDeepToShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToColorProfile()

gxColorProfile GXCopyToColorProfile ( gxColorProfile  target,
gxColorProfile  source 
)

GXCopyToColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToColorSet()

gxColorSet GXCopyToColorSet ( gxColorSet  target,
gxColorSet  source 
)

GXCopyToColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToInk()

gxInk GXCopyToInk ( gxInk  target,
gxInk  source 
)

GXCopyToInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToShape()

gxShape GXCopyToShape ( gxShape  target,
gxShape  source 
)

GXCopyToShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToStyle()

gxStyle GXCopyToStyle ( gxStyle  target,
gxStyle  source 
)

GXCopyToStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToTag()

gxTag GXCopyToTag ( gxTag  target,
gxTag  source 
)

GXCopyToTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToTransform()

gxTransform GXCopyToTransform ( gxTransform  target,
gxTransform  source 
)

GXCopyToTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToViewDevice()

gxViewDevice GXCopyToViewDevice ( gxViewDevice  target,
gxViewDevice  source 
)

GXCopyToViewDevice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCopyToViewPort()

gxViewPort GXCopyToViewPort ( gxViewPort  target,
gxViewPort  source 
)

GXCopyToViewPort()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCountShapeContours()

long GXCountShapeContours ( gxShape  source)

GXCountShapeContours()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXCountShapePoints()

long GXCountShapePoints ( gxShape  source,
long  contour 
)

GXCountShapePoints()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDifferenceShape()

void GXDifferenceShape ( gxShape  target,
gxShape  operand 
)

GXDifferenceShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDifferenceTransform()

void GXDifferenceTransform ( gxTransform  target,
gxShape  operand 
)

GXDifferenceTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeColorProfile()

void GXDisposeColorProfile ( gxColorProfile  target)

GXDisposeColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeColorSet()

void GXDisposeColorSet ( gxColorSet  target)

GXDisposeColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeGraphicsClient()

void GXDisposeGraphicsClient ( gxGraphicsClient  client)

GXDisposeGraphicsClient()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeInk()

void GXDisposeInk ( gxInk  target)

GXDisposeInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeShape()

void GXDisposeShape ( gxShape  target)

GXDisposeShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeShapeCache()

void GXDisposeShapeCache ( gxShape  target)

GXDisposeShapeCache()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeStyle()

void GXDisposeStyle ( gxStyle  target)

GXDisposeStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeTag()

void GXDisposeTag ( gxTag  target)

GXDisposeTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeTransform()

void GXDisposeTransform ( gxTransform  target)

GXDisposeTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeViewDevice()

void GXDisposeViewDevice ( gxViewDevice  target)

GXDisposeViewDevice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeViewGroup()

void GXDisposeViewGroup ( gxViewGroup  target)

GXDisposeViewGroup()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDisposeViewPort()

void GXDisposeViewPort ( gxViewPort  target)

GXDisposeViewPort()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawBitmap()

void GXDrawBitmap ( const gxBitmap data,
const gxPoint position 
)

GXDrawBitmap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawCurve()

void GXDrawCurve ( const gxCurve data)

GXDrawCurve()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawGlyphs()

void GXDrawGlyphs ( long  charCount,
const unsigned char  text[],
const gxPoint  positions[],
const long  advance[],
const gxPoint  tangents[],
const short  styleRuns[],
const gxStyle  glyphStyles[] 
)

GXDrawGlyphs()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawLine()

void GXDrawLine ( const gxLine data)

GXDrawLine()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawPaths()

void GXDrawPaths ( const gxPaths data,
gxShapeFill  fill 
)

GXDrawPaths()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawPicture()

void GXDrawPicture ( long  count,
const gxShape  shapes[],
const gxStyle  styles[],
const gxInk  inks[],
const gxTransform  transforms[] 
)

GXDrawPicture()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawPoint()

void GXDrawPoint ( const gxPoint data)

GXDrawPoint()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawPolygons()

void GXDrawPolygons ( const gxPolygons data,
gxShapeFill  fill 
)

GXDrawPolygons()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawRectangle()

void GXDrawRectangle ( const gxRectangle data,
gxShapeFill  fill 
)

GXDrawRectangle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawShape()

void GXDrawShape ( gxShape  source)

GXDrawShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXDrawText()

void GXDrawText ( long  charCount,
const unsigned char  text[],
const gxPoint position 
)

GXDrawText()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEnterGraphics()

void GXEnterGraphics ( void  )

GXEnterGraphics()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualColorProfile()

Boolean GXEqualColorProfile ( gxColorProfile  one,
gxColorProfile  two 
)

GXEqualColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualColorSet()

Boolean GXEqualColorSet ( gxColorSet  one,
gxColorSet  two 
)

GXEqualColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualInk()

Boolean GXEqualInk ( gxInk  one,
gxInk  two 
)

GXEqualInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualShape()

Boolean GXEqualShape ( gxShape  one,
gxShape  two 
)

GXEqualShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualStyle()

Boolean GXEqualStyle ( gxStyle  one,
gxStyle  two 
)

GXEqualStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualTag()

Boolean GXEqualTag ( gxTag  one,
gxTag  two 
)

GXEqualTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualTransform()

Boolean GXEqualTransform ( gxTransform  one,
gxTransform  two 
)

GXEqualTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualViewDevice()

Boolean GXEqualViewDevice ( gxViewDevice  one,
gxViewDevice  two 
)

GXEqualViewDevice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXEqualViewPort()

Boolean GXEqualViewPort ( gxViewPort  one,
gxViewPort  two 
)

GXEqualViewPort()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXExcludeShape()

void GXExcludeShape ( gxShape  target,
gxShape  operand 
)

GXExcludeShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXExcludeTransform()

void GXExcludeTransform ( gxTransform  target,
gxShape  operand 
)

GXExcludeTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXExitGraphics()

void GXExitGraphics ( void  )

GXExitGraphics()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXFlattenShape()

void GXFlattenShape ( gxShape  source,
gxFlattenFlag  flags,
gxSpoolBlock block 
)

GXFlattenShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetBitmap()

gxBitmap* GXGetBitmap ( gxShape  source,
gxBitmap data,
gxPoint position 
)

GXGetBitmap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetBitmapParts()

gxShape GXGetBitmapParts ( gxShape  source,
const gxLongRectangle bounds 
)

GXGetBitmapParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorDistance()

Fixed GXGetColorDistance ( const gxColor target,
const gxColor source 
)

GXGetColorDistance()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorProfile()

long GXGetColorProfile ( gxColorProfile  source,
void *  colorProfileData 
)

GXGetColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorProfileOwners()

long GXGetColorProfileOwners ( gxColorProfile  source)

GXGetColorProfileOwners()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorProfileStructure()

void* GXGetColorProfileStructure ( gxColorProfile  source,
long *  length 
)

GXGetColorProfileStructure()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorProfileTags()

long GXGetColorProfileTags ( gxColorProfile  source,
long  tagType,
long  index,
long  count,
gxTag  items[] 
)

GXGetColorProfileTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorSet()

long GXGetColorSet ( gxColorSet  source,
gxColorSpace *  space,
gxSetColor  colors[] 
)

GXGetColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorSetOwners()

long GXGetColorSetOwners ( gxColorSet  source)

GXGetColorSetOwners()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorSetParts()

long GXGetColorSetParts ( gxColorSet  source,
long  index,
long  count,
gxColorSpace *  space,
gxSetColor  data[] 
)

GXGetColorSetParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetColorSetTags()

long GXGetColorSetTags ( gxColorSet  source,
long  tagType,
long  index,
long  count,
gxTag  items[] 
)

GXGetColorSetTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetCurve()

gxCurve* GXGetCurve ( gxShape  source,
gxCurve data 
)

GXGetCurve()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetDefaultColorProfile()

gxColorProfile GXGetDefaultColorProfile ( void  )

GXGetDefaultColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetDefaultColorSet()

gxColorSet GXGetDefaultColorSet ( long  pixelDepth)

GXGetDefaultColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetDefaultShape()

gxShape GXGetDefaultShape ( gxShapeType  aType)

GXGetDefaultShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGlyphMetrics()

long GXGetGlyphMetrics ( gxShape  source,
gxPoint  glyphOrigins[],
gxRectangle  boundingBoxes[],
gxPoint  sideBearings[] 
)

GXGetGlyphMetrics()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGlyphParts()

long GXGetGlyphParts ( gxShape  source,
long  index,
long  charCount,
long *  byteLength,
unsigned char  text[],
gxPoint  positions[],
long  advanceBits[],
gxPoint  tangents[],
long *  runCount,
short  styleRuns[],
gxStyle  styles[] 
)

GXGetGlyphParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGlyphPositions()

long GXGetGlyphPositions ( gxShape  source,
long  index,
long  charCount,
long  advance[],
gxPoint  positions[] 
)

GXGetGlyphPositions()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGlyphs()

long GXGetGlyphs ( gxShape  source,
long *  charCount,
unsigned char  text[],
gxPoint  positions[],
long  advance[],
gxPoint  tangents[],
long *  runCount,
short  styleRuns[],
gxStyle  glyphStyles[] 
)

GXGetGlyphs()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGlyphTangents()

long GXGetGlyphTangents ( gxShape  source,
long  index,
long  charCount,
gxPoint  tangents[] 
)

GXGetGlyphTangents()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGraphicsClient()

gxGraphicsClient GXGetGraphicsClient ( void  )

GXGetGraphicsClient()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGraphicsClients()

long GXGetGraphicsClients ( long  index,
long  count,
gxGraphicsClient  clients[] 
)

GXGetGraphicsClients()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGraphicsError()

gxGraphicsError GXGetGraphicsError ( gxGraphicsError *  stickyError)

GXGetGraphicsError()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGraphicsNotice()

gxGraphicsNotice GXGetGraphicsNotice ( gxGraphicsNotice *  stickyNotice)

GXGetGraphicsNotice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetGraphicsWarning()

gxGraphicsWarning GXGetGraphicsWarning ( gxGraphicsWarning *  stickyWarning)

GXGetGraphicsWarning()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetHalftoneDeviceAngle()

Fixed GXGetHalftoneDeviceAngle ( gxViewDevice  source,
const gxHalftone data 
)

GXGetHalftoneDeviceAngle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetInkAttributes()

gxInkAttribute GXGetInkAttributes ( gxInk  source)

GXGetInkAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetInkColor()

gxColor* GXGetInkColor ( gxInk  source,
gxColor data 
)

GXGetInkColor()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetInkOwners()

long GXGetInkOwners ( gxInk  source)

GXGetInkOwners()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetInkTags()

long GXGetInkTags ( gxInk  source,
long  tagType,
long  index,
long  count,
gxTag  items[] 
)

GXGetInkTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetInkTransfer()

gxTransferMode* GXGetInkTransfer ( gxInk  source,
gxTransferMode data 
)

GXGetInkTransfer()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetLine()

gxLine* GXGetLine ( gxShape  source,
gxLine data 
)

GXGetLine()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetPathParts()

long GXGetPathParts ( gxShape  source,
long  index,
long  count,
gxPaths data 
)

GXGetPathParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetPaths()

long GXGetPaths ( gxShape  source,
gxPaths data 
)

GXGetPaths()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetPicture()

long GXGetPicture ( gxShape  source,
gxShape  shapes[],
gxStyle  styles[],
gxInk  inks[],
gxTransform  transforms[] 
)

GXGetPicture()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetPictureParts()

long GXGetPictureParts ( gxShape  source,
long  index,
long  count,
gxShape  shapes[],
gxStyle  styles[],
gxInk  inks[],
gxTransform  transforms[] 
)

GXGetPictureParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetPoint()

gxPoint* GXGetPoint ( gxShape  source,
gxPoint data 
)

GXGetPoint()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetPolygonParts()

long GXGetPolygonParts ( gxShape  source,
long  index,
long  count,
gxPolygons data 
)

GXGetPolygonParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetPolygons()

long GXGetPolygons ( gxShape  source,
gxPolygons data 
)

GXGetPolygons()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetRectangle()

gxRectangle* GXGetRectangle ( gxShape  source,
gxRectangle data 
)

GXGetRectangle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeArea()

wide* GXGetShapeArea ( gxShape  source,
long  index,
wide area 
)

GXGetShapeArea()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeAttributes()

gxShapeAttribute GXGetShapeAttributes ( gxShape  source)

GXGetShapeAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeBounds()

gxRectangle* GXGetShapeBounds ( gxShape  source,
long  index,
gxRectangle bounds 
)

GXGetShapeBounds()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeCacheSize()

long GXGetShapeCacheSize ( gxShape  source)

GXGetShapeCacheSize()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeCap()

gxCapRecord* GXGetShapeCap ( gxShape  source,
gxCapRecord cap 
)

GXGetShapeCap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeCenter()

gxPoint* GXGetShapeCenter ( gxShape  source,
long  index,
gxPoint center 
)

GXGetShapeCenter()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeClip()

gxShape GXGetShapeClip ( gxShape  source)

GXGetShapeClip()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeClipType()

gxShapeType GXGetShapeClipType ( gxShape  source)

GXGetShapeClipType()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeColor()

gxColor* GXGetShapeColor ( gxShape  source,
gxColor data 
)

GXGetShapeColor()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeCurveError()

Fixed GXGetShapeCurveError ( gxShape  source)

GXGetShapeCurveError()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeDash()

gxDashRecord* GXGetShapeDash ( gxShape  source,
gxDashRecord dash 
)

GXGetShapeDash()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeDashPositions()

long GXGetShapeDashPositions ( gxShape  source,
gxMapping  dashMappings[] 
)

GXGetShapeDashPositions()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeDeviceArea()

long GXGetShapeDeviceArea ( gxShape  source,
gxViewPort  port,
gxViewDevice  device 
)

GXGetShapeDeviceArea()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeDeviceBounds()

Boolean GXGetShapeDeviceBounds ( gxShape  source,
gxViewPort  port,
gxViewDevice  device,
gxRectangle bounds 
)

GXGetShapeDeviceBounds()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeDeviceColors()

gxColorSet GXGetShapeDeviceColors ( gxShape  source,
gxViewPort  port,
gxViewDevice  device,
long *  width 
)

GXGetShapeDeviceColors()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeDeviceFontMetrics()

void GXGetShapeDeviceFontMetrics ( gxShape  sourceShape,
gxViewPort  port,
gxViewDevice  device,
gxPoint before,
gxPoint after,
gxPoint caretAngle,
gxPoint caretOffset 
)

GXGetShapeDeviceFontMetrics()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeDirection()

gxContourDirection GXGetShapeDirection ( gxShape  source,
long  contour 
)

GXGetShapeDirection()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeEncoding()

gxFontPlatform GXGetShapeEncoding ( gxShape  source,
gxFontScript *  script,
gxFontLanguage *  language 
)

GXGetShapeEncoding()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeFace()

long GXGetShapeFace ( gxShape  source,
gxTextFace face 
)

GXGetShapeFace()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeFill()

gxShapeFill GXGetShapeFill ( gxShape  source)

GXGetShapeFill()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeFont()

gxFont GXGetShapeFont ( gxShape  source)

GXGetShapeFont()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeFontMetrics()

void GXGetShapeFontMetrics ( gxShape  source,
gxPoint before,
gxPoint after,
gxPoint caretAngle,
gxPoint caretOffset 
)

GXGetShapeFontMetrics()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeFontVariations()

long GXGetShapeFontVariations ( gxShape  source,
gxFontVariation  variations[] 
)

GXGetShapeFontVariations()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeFontVariationSuite()

long GXGetShapeFontVariationSuite ( gxShape  source,
gxFontVariation  variations[] 
)

GXGetShapeFontVariationSuite()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeGlobalBounds()

Boolean GXGetShapeGlobalBounds ( gxShape  source,
gxViewPort  port,
gxViewGroup  group,
gxRectangle bounds 
)

GXGetShapeGlobalBounds()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeGlobalViewDevices()

long GXGetShapeGlobalViewDevices ( gxShape  source,
gxViewPort  port,
gxViewDevice  list[] 
)

GXGetShapeGlobalViewDevices()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeGlobalViewPorts()

long GXGetShapeGlobalViewPorts ( gxShape  source,
gxViewPort  list[] 
)

GXGetShapeGlobalViewPorts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeHitTest()

gxShapePart GXGetShapeHitTest ( gxShape  source,
Fixed tolerance 
)

GXGetShapeHitTest()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeIndex()

long GXGetShapeIndex ( gxShape  source,
long  contour,
long  vector 
)

GXGetShapeIndex()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeInk()

gxInk GXGetShapeInk ( gxShape  source)

GXGetShapeInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeInkAttributes()

gxInkAttribute GXGetShapeInkAttributes ( gxShape  source)

GXGetShapeInkAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeJoin()

gxJoinRecord* GXGetShapeJoin ( gxShape  source,
gxJoinRecord join 
)

GXGetShapeJoin()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeJustification()

Fract GXGetShapeJustification ( gxShape  source)

GXGetShapeJustification()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeLength()

wide* GXGetShapeLength ( gxShape  source,
long  index,
wide length 
)

GXGetShapeLength()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeLocalBounds()

gxRectangle* GXGetShapeLocalBounds ( gxShape  source,
gxRectangle bounds 
)

GXGetShapeLocalBounds()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeLocalFontMetrics()

void GXGetShapeLocalFontMetrics ( gxShape  sourceShape,
gxPoint before,
gxPoint after,
gxPoint caretAngle,
gxPoint caretOffset 
)

GXGetShapeLocalFontMetrics()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeMapping()

gxMapping* GXGetShapeMapping ( gxShape  source,
gxMapping map 
)

GXGetShapeMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeOwners()

long GXGetShapeOwners ( gxShape  source)

GXGetShapeOwners()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeParts()

gxShape GXGetShapeParts ( gxShape  source,
long  index,
long  count,
gxShape  destination 
)

GXGetShapeParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapePattern()

gxPatternRecord* GXGetShapePattern ( gxShape  source,
gxPatternRecord pattern 
)

GXGetShapePattern()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapePatternPositions()

long GXGetShapePatternPositions ( gxShape  source,
gxPoint  positions[] 
)

GXGetShapePatternPositions()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapePen()

Fixed GXGetShapePen ( gxShape  source)

GXGetShapePen()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapePixel()

long GXGetShapePixel ( gxShape  source,
long  x,
long  y,
gxColor data,
long *  index 
)

GXGetShapePixel()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapePoints()

long GXGetShapePoints ( gxShape  source,
long  index,
long  count,
gxPoint  data[] 
)

GXGetShapePoints()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeSize()

long GXGetShapeSize ( gxShape  source)

GXGetShapeSize()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeStructure()

void* GXGetShapeStructure ( gxShape  source,
long *  length 
)

GXGetShapeStructure()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeStyle()

gxStyle GXGetShapeStyle ( gxShape  source)

GXGetShapeStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeStyleAttributes()

gxStyleAttribute GXGetShapeStyleAttributes ( gxShape  source)

GXGetShapeStyleAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeTags()

long GXGetShapeTags ( gxShape  source,
long  tagType,
long  index,
long  count,
gxTag  items[] 
)

GXGetShapeTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeTextAttributes()

gxTextAttribute GXGetShapeTextAttributes ( gxShape  source)

GXGetShapeTextAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeTextSize()

Fixed GXGetShapeTextSize ( gxShape  source)

GXGetShapeTextSize()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeTransfer()

gxTransferMode* GXGetShapeTransfer ( gxShape  source,
gxTransferMode data 
)

GXGetShapeTransfer()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeTransform()

gxTransform GXGetShapeTransform ( gxShape  source)

GXGetShapeTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeType()

gxShapeType GXGetShapeType ( gxShape  source)

GXGetShapeType()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeTypographicBounds()

gxRectangle* GXGetShapeTypographicBounds ( gxShape  source,
gxRectangle bounds 
)

GXGetShapeTypographicBounds()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetShapeViewPorts()

long GXGetShapeViewPorts ( gxShape  source,
gxViewPort  list[] 
)

GXGetShapeViewPorts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleAttributes()

gxStyleAttribute GXGetStyleAttributes ( gxStyle  source)

GXGetStyleAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleCap()

gxCapRecord* GXGetStyleCap ( gxStyle  source,
gxCapRecord cap 
)

GXGetStyleCap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleCurveError()

Fixed GXGetStyleCurveError ( gxStyle  source)

GXGetStyleCurveError()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleDash()

gxDashRecord* GXGetStyleDash ( gxStyle  source,
gxDashRecord dash 
)

GXGetStyleDash()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleEncoding()

gxFontPlatform GXGetStyleEncoding ( gxStyle  source,
gxFontScript *  script,
gxFontLanguage *  language 
)

GXGetStyleEncoding()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleFace()

long GXGetStyleFace ( gxStyle  source,
gxTextFace face 
)

GXGetStyleFace()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleFont()

gxFont GXGetStyleFont ( gxStyle  source)

GXGetStyleFont()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleFontMetrics()

void GXGetStyleFontMetrics ( gxStyle  sourceStyle,
gxPoint before,
gxPoint after,
gxPoint caretAngle,
gxPoint caretOffset 
)

GXGetStyleFontMetrics()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleFontVariations()

long GXGetStyleFontVariations ( gxStyle  source,
gxFontVariation  variations[] 
)

GXGetStyleFontVariations()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleFontVariationSuite()

long GXGetStyleFontVariationSuite ( gxStyle  source,
gxFontVariation  variations[] 
)

GXGetStyleFontVariationSuite()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleJoin()

gxJoinRecord* GXGetStyleJoin ( gxStyle  source,
gxJoinRecord join 
)

GXGetStyleJoin()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleJustification()

Fract GXGetStyleJustification ( gxStyle  source)

GXGetStyleJustification()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleOwners()

long GXGetStyleOwners ( gxStyle  source)

GXGetStyleOwners()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStylePattern()

gxPatternRecord* GXGetStylePattern ( gxStyle  source,
gxPatternRecord pattern 
)

GXGetStylePattern()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStylePen()

Fixed GXGetStylePen ( gxStyle  source)

GXGetStylePen()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleTags()

long GXGetStyleTags ( gxStyle  source,
long  tagType,
long  index,
long  count,
gxTag  items[] 
)

GXGetStyleTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleTextAttributes()

gxTextAttribute GXGetStyleTextAttributes ( gxStyle  source)

GXGetStyleTextAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetStyleTextSize()

Fixed GXGetStyleTextSize ( gxStyle  source)

GXGetStyleTextSize()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTag()

long GXGetTag ( gxTag  source,
long *  tagType,
void *  data 
)

GXGetTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTagOwners()

long GXGetTagOwners ( gxTag  source)

GXGetTagOwners()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTagStructure()

void* GXGetTagStructure ( gxTag  source,
long *  length 
)

GXGetTagStructure()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetText()

long GXGetText ( gxShape  source,
long *  charCount,
unsigned char  text[],
gxPoint position 
)

GXGetText()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTextParts()

long GXGetTextParts ( gxShape  source,
long  index,
long  charCount,
unsigned char  text[] 
)

GXGetTextParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTransformClip()

gxShape GXGetTransformClip ( gxTransform  source)

GXGetTransformClip()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTransformClipType()

gxShapeType GXGetTransformClipType ( gxTransform  source)

GXGetTransformClipType()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTransformHitTest()

gxShapePart GXGetTransformHitTest ( gxTransform  source,
Fixed tolerance 
)

GXGetTransformHitTest()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTransformMapping()

gxMapping* GXGetTransformMapping ( gxTransform  source,
gxMapping map 
)

GXGetTransformMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTransformOwners()

long GXGetTransformOwners ( gxTransform  source)

GXGetTransformOwners()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTransformTags()

long GXGetTransformTags ( gxTransform  source,
long  tagType,
long  index,
long  count,
gxTag  items[] 
)

GXGetTransformTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetTransformViewPorts()

long GXGetTransformViewPorts ( gxTransform  source,
gxViewPort  list[] 
)

GXGetTransformViewPorts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetUserGraphicsError()

gxUserErrorUPP GXGetUserGraphicsError ( long *  reference)

GXGetUserGraphicsError()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetUserGraphicsNotice()

gxUserNoticeUPP GXGetUserGraphicsNotice ( long *  reference)

GXGetUserGraphicsNotice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetUserGraphicsWarning()

gxUserWarningUPP GXGetUserGraphicsWarning ( long *  reference)

GXGetUserGraphicsWarning()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewDeviceAttributes()

gxDeviceAttribute GXGetViewDeviceAttributes ( gxViewDevice  source)

GXGetViewDeviceAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewDeviceBitmap()

gxShape GXGetViewDeviceBitmap ( gxViewDevice  source)

GXGetViewDeviceBitmap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewDeviceClip()

gxShape GXGetViewDeviceClip ( gxViewDevice  source)

GXGetViewDeviceClip()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewDeviceMapping()

gxMapping* GXGetViewDeviceMapping ( gxViewDevice  source,
gxMapping map 
)

GXGetViewDeviceMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewDeviceTags()

long GXGetViewDeviceTags ( gxViewDevice  source,
long  tagType,
long  index,
long  count,
gxTag  items[] 
)

GXGetViewDeviceTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewDeviceViewGroup()

gxViewGroup GXGetViewDeviceViewGroup ( gxViewDevice  source)

GXGetViewDeviceViewGroup()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewGroupViewDevices()

long GXGetViewGroupViewDevices ( gxViewGroup  source,
gxViewDevice  list[] 
)

GXGetViewGroupViewDevices()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewGroupViewPorts()

long GXGetViewGroupViewPorts ( gxViewGroup  source,
gxViewPort  list[] 
)

GXGetViewGroupViewPorts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortAttributes()

gxPortAttribute GXGetViewPortAttributes ( gxViewPort  source)

GXGetViewPortAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortChildren()

long GXGetViewPortChildren ( gxViewPort  source,
gxViewPort  list[] 
)

GXGetViewPortChildren()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortClip()

gxShape GXGetViewPortClip ( gxViewPort  source)

GXGetViewPortClip()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortDither()

long GXGetViewPortDither ( gxViewPort  source)

GXGetViewPortDither()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortGlobalMapping()

gxMapping* GXGetViewPortGlobalMapping ( gxViewPort  source,
gxMapping map 
)

GXGetViewPortGlobalMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortHalftone()

Boolean GXGetViewPortHalftone ( gxViewPort  source,
gxHalftone data 
)

GXGetViewPortHalftone()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortHalftoneMatrix()

long GXGetViewPortHalftoneMatrix ( gxViewPort  source,
gxViewDevice  sourceDevice,
gxHalftoneMatrix theMatrix 
)

GXGetViewPortHalftoneMatrix()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortMapping()

gxMapping* GXGetViewPortMapping ( gxViewPort  source,
gxMapping map 
)

GXGetViewPortMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortParent()

gxViewPort GXGetViewPortParent ( gxViewPort  source)

GXGetViewPortParent()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortTags()

long GXGetViewPortTags ( gxViewPort  source,
long  tagType,
long  index,
long  count,
gxTag  items[] 
)

GXGetViewPortTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortViewDevices()

long GXGetViewPortViewDevices ( gxViewPort  source,
gxViewDevice  list[] 
)

GXGetViewPortViewDevices()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXGetViewPortViewGroup()

gxViewGroup GXGetViewPortViewGroup ( gxViewPort  source)

GXGetViewPortViewGroup()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXHitTestDevice()

gxShape GXHitTestDevice ( gxShape  target,
gxViewPort  port,
gxViewDevice  device,
const gxPoint test,
const gxPoint tolerance 
)

GXHitTestDevice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXHitTestPicture()

gxShape GXHitTestPicture ( gxShape  target,
const gxPoint test,
gxHitTestInfo result,
long  level,
long  depth 
)

GXHitTestPicture()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXHitTestShape()

gxShapePart GXHitTestShape ( gxShape  target,
const gxPoint test,
gxHitTestInfo result 
)

GXHitTestShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXIgnoreGraphicsNotice()

void GXIgnoreGraphicsNotice ( gxGraphicsNotice  notice)

GXIgnoreGraphicsNotice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXIgnoreGraphicsWarning()

void GXIgnoreGraphicsWarning ( gxGraphicsWarning  warning)

GXIgnoreGraphicsWarning()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXInsetShape()

void GXInsetShape ( gxShape  target,
Fixed  inset 
)

GXInsetShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXIntersectRectangle()

Boolean GXIntersectRectangle ( gxRectangle target,
const gxRectangle source,
const gxRectangle operand 
)

GXIntersectRectangle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXIntersectShape()

void GXIntersectShape ( gxShape  target,
gxShape  operand 
)

GXIntersectShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXIntersectTransform()

void GXIntersectTransform ( gxTransform  target,
gxShape  operand 
)

GXIntersectTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXInvertShape()

void GXInvertShape ( gxShape  target)

GXInvertShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLoadColorProfile()

void GXLoadColorProfile ( gxColorProfile  target)

GXLoadColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLoadColorSet()

void GXLoadColorSet ( gxColorSet  target)

GXLoadColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLoadInk()

void GXLoadInk ( gxInk  target)

GXLoadInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLoadShape()

void GXLoadShape ( gxShape  target)

GXLoadShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLoadStyle()

void GXLoadStyle ( gxStyle  target)

GXLoadStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLoadTag()

void GXLoadTag ( gxTag  target)

GXLoadTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLoadTransform()

void GXLoadTransform ( gxTransform  target)

GXLoadTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLockColorProfile()

void GXLockColorProfile ( gxColorProfile  source)

GXLockColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLockShape()

void GXLockShape ( gxShape  target)

GXLockShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXLockTag()

void GXLockTag ( gxTag  target)

GXLockTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXMapShape()

void GXMapShape ( gxShape  target,
const gxMapping map 
)

GXMapShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXMapTransform()

void GXMapTransform ( gxTransform  target,
const gxMapping map 
)

GXMapTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXMoveShape()

void GXMoveShape ( gxShape  target,
Fixed  deltaX,
Fixed  deltaY 
)

GXMoveShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXMoveShapeTo()

void GXMoveShapeTo ( gxShape  target,
Fixed  x,
Fixed  y 
)

GXMoveShapeTo()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXMoveTransform()

void GXMoveTransform ( gxTransform  target,
Fixed  deltaX,
Fixed  deltaY 
)

GXMoveTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXMoveTransformTo()

void GXMoveTransformTo ( gxTransform  target,
Fixed  x,
Fixed  y 
)

GXMoveTransformTo()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewBitmap()

gxShape GXNewBitmap ( const gxBitmap data,
const gxPoint position 
)

GXNewBitmap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewColorProfile()

gxColorProfile GXNewColorProfile ( long  size,
void *  colorProfileData 
)

GXNewColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewColorSet()

gxColorSet GXNewColorSet ( gxColorSpace  space,
long  count,
const gxSetColor  colors[] 
)

GXNewColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewCurve()

gxShape GXNewCurve ( const gxCurve data)

GXNewCurve()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewGlyphs()

gxShape GXNewGlyphs ( long  charCount,
const unsigned char  text[],
const gxPoint  positions[],
const long  advance[],
const gxPoint  tangents[],
const short  styleRuns[],
const gxStyle  glyphStyles[] 
)

GXNewGlyphs()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewGraphicsClient()

gxGraphicsClient GXNewGraphicsClient ( void *  memoryStart,
long  memoryLength,
gxClientAttribute  attributes 
)

GXNewGraphicsClient()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewInk()

gxInk GXNewInk ( void  )

GXNewInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewLine()

gxShape GXNewLine ( const gxLine data)

GXNewLine()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewPaths()

gxShape GXNewPaths ( const gxPaths data)

GXNewPaths()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewPicture()

gxShape GXNewPicture ( long  count,
const gxShape  shapes[],
const gxStyle  styles[],
const gxInk  inks[],
const gxTransform  transforms[] 
)

GXNewPicture()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewPoint()

gxShape GXNewPoint ( const gxPoint data)

GXNewPoint()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewPolygons()

gxShape GXNewPolygons ( const gxPolygons data)

GXNewPolygons()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewRectangle()

gxShape GXNewRectangle ( const gxRectangle data)

GXNewRectangle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewShape()

gxShape GXNewShape ( gxShapeType  aType)

GXNewShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewShapeVector()

gxShape GXNewShapeVector ( gxShapeType  aType,
const Fixed  vector[] 
)

GXNewShapeVector()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewStyle()

gxStyle GXNewStyle ( void  )

GXNewStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewTag()

gxTag GXNewTag ( long  tagType,
long  length,
const void *  data 
)

GXNewTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewText()

gxShape GXNewText ( long  charCount,
const unsigned char  text[],
const gxPoint position 
)

GXNewText()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewTransform()

gxTransform GXNewTransform ( void  )

GXNewTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewViewDevice()

gxViewDevice GXNewViewDevice ( gxViewGroup  group,
gxShape  bitmapShape 
)

GXNewViewDevice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewViewGroup()

gxViewGroup GXNewViewGroup ( void  )

GXNewViewGroup()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXNewViewPort()

gxViewPort GXNewViewPort ( gxViewGroup  group)

GXNewViewPort()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXPopGraphicsNotice()

void GXPopGraphicsNotice ( void  )

GXPopGraphicsNotice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXPopGraphicsWarning()

void GXPopGraphicsWarning ( void  )

GXPopGraphicsWarning()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXPostGraphicsError()

void GXPostGraphicsError ( gxGraphicsError  error)

GXPostGraphicsError()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXPostGraphicsNotice()

void GXPostGraphicsNotice ( gxGraphicsNotice  notice)

GXPostGraphicsNotice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXPostGraphicsWarning()

void GXPostGraphicsWarning ( gxGraphicsWarning  warning)

GXPostGraphicsWarning()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXPrimitiveShape()

void GXPrimitiveShape ( gxShape  target)

GXPrimitiveShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXReduceShape()

void GXReduceShape ( gxShape  target,
long  contour 
)

GXReduceShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXResetInk()

void GXResetInk ( gxInk  target)

GXResetInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXResetShape()

void GXResetShape ( gxShape  target)

GXResetShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXResetStyle()

void GXResetStyle ( gxStyle  target)

GXResetStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXResetTransform()

void GXResetTransform ( gxTransform  target)

GXResetTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXReverseDifferenceShape()

void GXReverseDifferenceShape ( gxShape  target,
gxShape  operand 
)

GXReverseDifferenceShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXReverseDifferenceTransform()

void GXReverseDifferenceTransform ( gxTransform  target,
gxShape  operand 
)

GXReverseDifferenceTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXReverseShape()

void GXReverseShape ( gxShape  target,
long  contour 
)

GXReverseShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXRotateShape()

void GXRotateShape ( gxShape  target,
Fixed  degrees,
Fixed  xOffset,
Fixed  yOffset 
)

GXRotateShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXRotateTransform()

void GXRotateTransform ( gxTransform  target,
Fixed  degrees,
Fixed  xOffset,
Fixed  yOffset 
)

GXRotateTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXScaleShape()

void GXScaleShape ( gxShape  target,
Fixed  hScale,
Fixed  vScale,
Fixed  xOffset,
Fixed  yOffset 
)

GXScaleShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXScaleTransform()

void GXScaleTransform ( gxTransform  target,
Fixed  hScale,
Fixed  vScale,
Fixed  xOffset,
Fixed  yOffset 
)

GXScaleTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetBitmap()

void GXSetBitmap ( gxShape  target,
const gxBitmap data,
const gxPoint position 
)

GXSetBitmap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetBitmapParts()

void GXSetBitmapParts ( gxShape  target,
const gxLongRectangle bounds,
gxShape  bitmapShape 
)

GXSetBitmapParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetColorProfile()

void GXSetColorProfile ( gxColorProfile  target,
long  size,
void *  colorProfileData 
)

GXSetColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetColorProfileTags()

void GXSetColorProfileTags ( gxColorProfile  target,
long  tagType,
long  index,
long  oldCount,
long  newCount,
const gxTag  items[] 
)

GXSetColorProfileTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetColorSet()

void GXSetColorSet ( gxColorSet  target,
gxColorSpace  space,
long  count,
const gxSetColor  colors[] 
)

GXSetColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetColorSetParts()

void GXSetColorSetParts ( gxColorSet  target,
long  index,
long  oldCount,
long  newCount,
const gxSetColor  data[] 
)

GXSetColorSetParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetColorSetTags()

void GXSetColorSetTags ( gxColorSet  target,
long  tagType,
long  index,
long  oldCount,
long  newCount,
const gxTag  items[] 
)

GXSetColorSetTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetCurve()

void GXSetCurve ( gxShape  target,
const gxCurve data 
)

GXSetCurve()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetDefaultColorSet()

void GXSetDefaultColorSet ( gxColorSet  target,
long  pixelDepth 
)

GXSetDefaultColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetDefaultShape()

void GXSetDefaultShape ( gxShape  target)

GXSetDefaultShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetGlyphParts()

void GXSetGlyphParts ( gxShape  source,
long  index,
long  oldCharCount,
long  newCharCount,
const unsigned char  text[],
const gxPoint  positions[],
const long  advanceBits[],
const gxPoint  tangents[],
const short  styleRuns[],
const gxStyle  styles[] 
)

GXSetGlyphParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetGlyphPositions()

void GXSetGlyphPositions ( gxShape  target,
long  index,
long  charCount,
const long  advance[],
const gxPoint  positions[] 
)

GXSetGlyphPositions()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetGlyphs()

void GXSetGlyphs ( gxShape  target,
long  charCount,
const unsigned char  text[],
const gxPoint  positions[],
const long  advance[],
const gxPoint  tangents[],
const short  styleRuns[],
const gxStyle  glyphStyles[] 
)

GXSetGlyphs()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetGlyphTangents()

void GXSetGlyphTangents ( gxShape  target,
long  index,
long  charCount,
const gxPoint  tangents[] 
)

GXSetGlyphTangents()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetGraphicsClient()

void GXSetGraphicsClient ( gxGraphicsClient  client)

GXSetGraphicsClient()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetInkAttributes()

void GXSetInkAttributes ( gxInk  target,
gxInkAttribute  attributes 
)

GXSetInkAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetInkColor()

void GXSetInkColor ( gxInk  target,
const gxColor data 
)

GXSetInkColor()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetInkTags()

void GXSetInkTags ( gxInk  target,
long  tagType,
long  index,
long  oldCount,
long  newCount,
const gxTag  items[] 
)

GXSetInkTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetInkTransfer()

void GXSetInkTransfer ( gxInk  target,
const gxTransferMode data 
)

GXSetInkTransfer()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetLine()

void GXSetLine ( gxShape  target,
const gxLine data 
)

GXSetLine()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetPathParts()

void GXSetPathParts ( gxShape  target,
long  index,
long  count,
const gxPaths data,
gxEditShapeFlag  flags 
)

GXSetPathParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetPaths()

void GXSetPaths ( gxShape  target,
const gxPaths data 
)

GXSetPaths()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetPicture()

void GXSetPicture ( gxShape  target,
long  count,
const gxShape  shapes[],
const gxStyle  styles[],
const gxInk  inks[],
const gxTransform  transforms[] 
)

GXSetPicture()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetPictureParts()

void GXSetPictureParts ( gxShape  target,
long  index,
long  oldCount,
long  newCount,
const gxShape  shapes[],
const gxStyle  styles[],
const gxInk  inks[],
const gxTransform  transforms[] 
)

GXSetPictureParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetPoint()

void GXSetPoint ( gxShape  target,
const gxPoint data 
)

GXSetPoint()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetPolygonParts()

void GXSetPolygonParts ( gxShape  target,
long  index,
long  count,
const gxPolygons data,
gxEditShapeFlag  flags 
)

GXSetPolygonParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetPolygons()

void GXSetPolygons ( gxShape  target,
const gxPolygons data 
)

GXSetPolygons()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetRectangle()

void GXSetRectangle ( gxShape  target,
const gxRectangle data 
)

GXSetRectangle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeAttributes()

void GXSetShapeAttributes ( gxShape  target,
gxShapeAttribute  attributes 
)

GXSetShapeAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeBounds()

void GXSetShapeBounds ( gxShape  target,
const gxRectangle newBounds 
)

GXSetShapeBounds()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeCap()

void GXSetShapeCap ( gxShape  target,
const gxCapRecord cap 
)

GXSetShapeCap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeClip()

void GXSetShapeClip ( gxShape  target,
gxShape  clip 
)

GXSetShapeClip()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeColor()

void GXSetShapeColor ( gxShape  target,
const gxColor data 
)

GXSetShapeColor()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeCurveError()

void GXSetShapeCurveError ( gxShape  target,
Fixed  error 
)

GXSetShapeCurveError()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeDash()

void GXSetShapeDash ( gxShape  target,
const gxDashRecord dash 
)

GXSetShapeDash()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeEncoding()

void GXSetShapeEncoding ( gxShape  target,
gxFontPlatform  platform,
gxFontScript  script,
gxFontLanguage  language 
)

GXSetShapeEncoding()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeFace()

void GXSetShapeFace ( gxShape  target,
const gxTextFace face 
)

GXSetShapeFace()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeFill()

void GXSetShapeFill ( gxShape  target,
gxShapeFill  newFill 
)

GXSetShapeFill()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeFont()

void GXSetShapeFont ( gxShape  target,
gxFont  aFont 
)

GXSetShapeFont()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeFontVariations()

void GXSetShapeFontVariations ( gxShape  target,
long  count,
const gxFontVariation  variations[] 
)

GXSetShapeFontVariations()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeGeometry()

void GXSetShapeGeometry ( gxShape  target,
gxShape  geometry 
)

GXSetShapeGeometry()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeHitTest()

void GXSetShapeHitTest ( gxShape  target,
gxShapePart  mask,
Fixed  tolerance 
)

GXSetShapeHitTest()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeInk()

void GXSetShapeInk ( gxShape  target,
gxInk  newInk 
)

GXSetShapeInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeInkAttributes()

void GXSetShapeInkAttributes ( gxShape  target,
gxInkAttribute  attributes 
)

GXSetShapeInkAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeJoin()

void GXSetShapeJoin ( gxShape  target,
const gxJoinRecord join 
)

GXSetShapeJoin()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeJustification()

void GXSetShapeJustification ( gxShape  target,
Fract  justify 
)

GXSetShapeJustification()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeMapping()

void GXSetShapeMapping ( gxShape  target,
const gxMapping map 
)

GXSetShapeMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeParts()

void GXSetShapeParts ( gxShape  target,
long  index,
long  count,
gxShape  insert,
gxEditShapeFlag  flags 
)

GXSetShapeParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapePattern()

void GXSetShapePattern ( gxShape  target,
const gxPatternRecord pattern 
)

GXSetShapePattern()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapePen()

void GXSetShapePen ( gxShape  target,
Fixed  pen 
)

GXSetShapePen()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapePixel()

void GXSetShapePixel ( gxShape  target,
long  x,
long  y,
const gxColor newColor,
long  newIndex 
)

GXSetShapePixel()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapePoints()

void GXSetShapePoints ( gxShape  target,
long  index,
long  count,
const gxPoint  data[] 
)

GXSetShapePoints()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeStyle()

void GXSetShapeStyle ( gxShape  target,
gxStyle  newStyle 
)

GXSetShapeStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeStyleAttributes()

void GXSetShapeStyleAttributes ( gxShape  target,
gxStyleAttribute  attributes 
)

GXSetShapeStyleAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeTags()

void GXSetShapeTags ( gxShape  target,
long  tagType,
long  index,
long  oldCount,
long  newCount,
const gxTag  items[] 
)

GXSetShapeTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeTextAttributes()

void GXSetShapeTextAttributes ( gxShape  target,
gxTextAttribute  attributes 
)

GXSetShapeTextAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeTextSize()

void GXSetShapeTextSize ( gxShape  target,
Fixed  size 
)

GXSetShapeTextSize()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeTransfer()

void GXSetShapeTransfer ( gxShape  target,
const gxTransferMode data 
)

GXSetShapeTransfer()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeTransform()

void GXSetShapeTransform ( gxShape  target,
gxTransform  newTransform 
)

GXSetShapeTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeType()

void GXSetShapeType ( gxShape  target,
gxShapeType  newType 
)

GXSetShapeType()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeVector()

void GXSetShapeVector ( gxShape  target,
const Fixed  vector[] 
)

GXSetShapeVector()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetShapeViewPorts()

void GXSetShapeViewPorts ( gxShape  target,
long  count,
const gxViewPort  list[] 
)

GXSetShapeViewPorts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleAttributes()

void GXSetStyleAttributes ( gxStyle  target,
gxStyleAttribute  attributes 
)

GXSetStyleAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleCap()

void GXSetStyleCap ( gxStyle  target,
const gxCapRecord cap 
)

GXSetStyleCap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleCurveError()

void GXSetStyleCurveError ( gxStyle  target,
Fixed  error 
)

GXSetStyleCurveError()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleDash()

void GXSetStyleDash ( gxStyle  target,
const gxDashRecord dash 
)

GXSetStyleDash()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleEncoding()

void GXSetStyleEncoding ( gxStyle  target,
gxFontPlatform  platform,
gxFontScript  script,
gxFontLanguage  language 
)

GXSetStyleEncoding()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleFace()

void GXSetStyleFace ( gxStyle  target,
const gxTextFace face 
)

GXSetStyleFace()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleFont()

void GXSetStyleFont ( gxStyle  target,
gxFont  aFont 
)

GXSetStyleFont()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleFontVariations()

void GXSetStyleFontVariations ( gxStyle  target,
long  count,
const gxFontVariation  variations[] 
)

GXSetStyleFontVariations()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleJoin()

void GXSetStyleJoin ( gxStyle  target,
const gxJoinRecord join 
)

GXSetStyleJoin()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleJustification()

void GXSetStyleJustification ( gxStyle  target,
Fract  justify 
)

GXSetStyleJustification()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStylePattern()

void GXSetStylePattern ( gxStyle  target,
const gxPatternRecord pattern 
)

GXSetStylePattern()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStylePen()

void GXSetStylePen ( gxStyle  target,
Fixed  pen 
)

GXSetStylePen()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleTags()

void GXSetStyleTags ( gxStyle  target,
long  tagType,
long  index,
long  oldCount,
long  newCount,
const gxTag  items[] 
)

GXSetStyleTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleTextAttributes()

void GXSetStyleTextAttributes ( gxStyle  target,
gxTextAttribute  attributes 
)

GXSetStyleTextAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetStyleTextSize()

void GXSetStyleTextSize ( gxStyle  target,
Fixed  size 
)

GXSetStyleTextSize()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetTag()

void GXSetTag ( gxTag  target,
long  tagType,
long  length,
const void *  data 
)

GXSetTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetText()

void GXSetText ( gxShape  target,
long  charCount,
const unsigned char  text[],
const gxPoint position 
)

GXSetText()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetTextParts()

void GXSetTextParts ( gxShape  target,
long  index,
long  oldCharCount,
long  newCharCount,
const unsigned char  text[] 
)

GXSetTextParts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetTransformClip()

void GXSetTransformClip ( gxTransform  target,
gxShape  clip 
)

GXSetTransformClip()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetTransformHitTest()

void GXSetTransformHitTest ( gxTransform  target,
gxShapePart  mask,
Fixed  tolerance 
)

GXSetTransformHitTest()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetTransformMapping()

void GXSetTransformMapping ( gxTransform  target,
const gxMapping map 
)

GXSetTransformMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetTransformTags()

void GXSetTransformTags ( gxTransform  target,
long  tagType,
long  index,
long  oldCount,
long  newCount,
const gxTag  items[] 
)

GXSetTransformTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetTransformViewPorts()

void GXSetTransformViewPorts ( gxTransform  target,
long  count,
const gxViewPort  list[] 
)

GXSetTransformViewPorts()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetUserGraphicsError()

void GXSetUserGraphicsError ( gxUserErrorUPP  userFunction,
long  reference 
)

GXSetUserGraphicsError()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetUserGraphicsNotice()

void GXSetUserGraphicsNotice ( gxUserNoticeUPP  userFunction,
long  reference 
)

GXSetUserGraphicsNotice()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetUserGraphicsWarning()

void GXSetUserGraphicsWarning ( gxUserWarningUPP  userFunction,
long  reference 
)

GXSetUserGraphicsWarning()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewDeviceAttributes()

void GXSetViewDeviceAttributes ( gxViewDevice  target,
gxDeviceAttribute  attributes 
)

GXSetViewDeviceAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewDeviceBitmap()

void GXSetViewDeviceBitmap ( gxViewDevice  target,
gxShape  bitmapShape 
)

GXSetViewDeviceBitmap()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewDeviceClip()

void GXSetViewDeviceClip ( gxViewDevice  target,
gxShape  clip 
)

GXSetViewDeviceClip()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewDeviceMapping()

void GXSetViewDeviceMapping ( gxViewDevice  target,
const gxMapping map 
)

GXSetViewDeviceMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewDeviceTags()

void GXSetViewDeviceTags ( gxViewDevice  target,
long  tagType,
long  index,
long  oldCount,
long  newCount,
const gxTag  items[] 
)

GXSetViewDeviceTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewDeviceViewGroup()

void GXSetViewDeviceViewGroup ( gxViewDevice  target,
gxViewGroup  group 
)

GXSetViewDeviceViewGroup()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortAttributes()

void GXSetViewPortAttributes ( gxViewPort  target,
gxPortAttribute  attributes 
)

GXSetViewPortAttributes()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortChildren()

void GXSetViewPortChildren ( gxViewPort  target,
long  count,
const gxViewPort  list[] 
)

GXSetViewPortChildren()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortClip()

void GXSetViewPortClip ( gxViewPort  target,
gxShape  clip 
)

GXSetViewPortClip()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortDither()

void GXSetViewPortDither ( gxViewPort  target,
long  level 
)

GXSetViewPortDither()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortHalftone()

void GXSetViewPortHalftone ( gxViewPort  target,
const gxHalftone data 
)

GXSetViewPortHalftone()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortMapping()

void GXSetViewPortMapping ( gxViewPort  target,
const gxMapping map 
)

GXSetViewPortMapping()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortParent()

void GXSetViewPortParent ( gxViewPort  target,
gxViewPort  parent 
)

GXSetViewPortParent()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortTags()

void GXSetViewPortTags ( gxViewPort  target,
long  tagType,
long  index,
long  oldCount,
long  newCount,
const gxTag  items[] 
)

GXSetViewPortTags()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSetViewPortViewGroup()

void GXSetViewPortViewGroup ( gxViewPort  target,
gxViewGroup  group 
)

GXSetViewPortViewGroup()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXShapeLengthToPoint()

gxPoint* GXShapeLengthToPoint ( gxShape  target,
long  index,
Fixed  length,
gxPoint location,
gxPoint tangent 
)

GXShapeLengthToPoint()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSimplifyShape()

void GXSimplifyShape ( gxShape  target)

GXSimplifyShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSkewShape()

void GXSkewShape ( gxShape  target,
Fixed  xSkew,
Fixed  ySkew,
Fixed  xOffset,
Fixed  yOffset 
)

GXSkewShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXSkewTransform()

void GXSkewTransform ( gxTransform  target,
Fixed  xSkew,
Fixed  ySkew,
Fixed  xOffset,
Fixed  yOffset 
)

GXSkewTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXTouchesBoundsShape()

Boolean GXTouchesBoundsShape ( const gxRectangle target,
gxShape  test 
)

GXTouchesBoundsShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXTouchesRectanglePoint()

Boolean GXTouchesRectanglePoint ( const gxRectangle target,
const gxPoint test 
)

GXTouchesRectanglePoint()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXTouchesShape()

Boolean GXTouchesShape ( gxShape  target,
gxShape  test 
)

GXTouchesShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnflattenShape()

gxShape GXUnflattenShape ( gxSpoolBlock block,
long  count,
const gxViewPort  portList[] 
)

GXUnflattenShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnionRectangle()

gxRectangle* GXUnionRectangle ( gxRectangle target,
const gxRectangle source,
const gxRectangle operand 
)

GXUnionRectangle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnionShape()

void GXUnionShape ( gxShape  target,
gxShape  operand 
)

GXUnionShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnionTransform()

void GXUnionTransform ( gxTransform  target,
gxShape  operand 
)

GXUnionTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnloadColorProfile()

void GXUnloadColorProfile ( gxColorProfile  target)

GXUnloadColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnloadColorSet()

void GXUnloadColorSet ( gxColorSet  target)

GXUnloadColorSet()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnloadInk()

void GXUnloadInk ( gxInk  target)

GXUnloadInk()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnloadShape()

void GXUnloadShape ( gxShape  target)

GXUnloadShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnloadStyle()

void GXUnloadStyle ( gxStyle  target)

GXUnloadStyle()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnloadTag()

void GXUnloadTag ( gxTag  target)

GXUnloadTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnloadTransform()

void GXUnloadTransform ( gxTransform  target)

GXUnloadTransform()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnlockColorProfile()

void GXUnlockColorProfile ( gxColorProfile  source)

GXUnlockColorProfile()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnlockShape()

void GXUnlockShape ( gxShape  target)

GXUnlockShape()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available

◆ GXUnlockTag()

void GXUnlockTag ( gxTag  target)

GXUnlockTag()

Non-Carbon CFM: not available
Carbon Lib: not available
Mac OS X: not available