|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.colorsync |
---|
Methods in org.rococoa.cocoa.colorsync with parameters of type HIServicesLibrary.__CFDictionary | |
---|---|
ColorSyncLibrary.ColorSyncProfile |
ColorSyncLibrary.ColorSyncProfileCreateLink(HIServicesLibrary.__CFArray profileInfo,
HIServicesLibrary.__CFDictionary options)
Original signature : ColorSyncProfileRef ColorSyncProfileCreateLink(CFArrayRef, CFDictionaryRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:92 |
boolean |
ColorSyncLibrary.ColorSyncTransformConvert(ColorSyncLibrary.ColorSyncTransform transform,
NativeSize width,
NativeSize height,
Pointer dst,
int dstDepth,
int dstLayout,
NativeSize dstBytesPerRow,
Pointer src,
int srcDepth,
int srcLayout,
NativeSize srcBytesPerRow,
HIServicesLibrary.__CFDictionary options)
Original signature : bool ColorSyncTransformConvert(ColorSyncTransformRef, size_t, size_t, void*, ColorSyncDataDepth, ColorSyncDataLayout, size_t, const void*, ColorSyncDataDepth, ColorSyncDataLayout, size_t, CFDictionaryRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncTransform.h:93 |
ColorSyncLibrary.ColorSyncTransform |
ColorSyncLibrary.ColorSyncTransformCreate(HIServicesLibrary.__CFArray profileSequence,
HIServicesLibrary.__CFDictionary options)
Original signature : ColorSyncTransformRef ColorSyncTransformCreate(CFArrayRef, CFDictionaryRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncTransform.h:20 |
boolean |
ColorSyncLibrary.CMMApplyTransformProc.invoke(ColorSyncLibrary.ColorSyncTransform transform,
NativeSize width,
NativeSize height,
NativeSize dstPlanes,
PointerByReference dst,
int dstDepth,
int dstFormat,
NativeSize dstBytesPerRow,
NativeSize srcPlanes,
PointerByReference src,
int srcDepth,
int srcFormat,
NativeSize srcBytesPerRow,
HIServicesLibrary.__CFDictionary options)
|
boolean |
ColorSyncLibrary.CMMInitializeLinkProfileProc.invoke(HIServicesLibrary.__CFArray profileInfo,
HIServicesLibrary.__CFDictionary options)
|
boolean |
ColorSyncLibrary.CMMInitializeTransformProc.invoke(HIServicesLibrary.__CFArray profileInfo,
HIServicesLibrary.__CFDictionary options)
|
boolean |
ColorSyncLibrary.ColorSyncProfileIterateCallback.invoke(HIServicesLibrary.__CFDictionary profileInfo,
Pointer userInfo)
|
boolean |
ColorSyncLibrary.ColorSyncDeviceProfileIterateCallback.invoke(HIServicesLibrary.__CFDictionary colorSyncDeviceProfileInfo,
Pointer userInfo)
|
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.corefoundation |
---|
Fields in org.rococoa.cocoa.corefoundation declared as HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
CFXMLElementInfo.attributes
|
Constructors in org.rococoa.cocoa.corefoundation with parameters of type HIServicesLibrary.__CFDictionary | |
---|---|
CFXMLElementInfo(HIServicesLibrary.__CFDictionary attributes,
HIServicesLibrary.__CFArray attributeOrder,
boolean isEmpty,
byte[] _reserved)
|
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.coregraphics |
---|
Methods in org.rococoa.cocoa.coregraphics with parameters of type HIServicesLibrary.__CFDictionary | |
---|---|
void |
CoreGraphicsLibrary.CGPSConverterBeginPageCallback.invoke(Pointer info,
NativeSize pageNumber,
HIServicesLibrary.__CFDictionary pageInfo)
|
void |
CoreGraphicsLibrary.CGPSConverterEndPageCallback.invoke(Pointer info,
NativeSize pageNumber,
HIServicesLibrary.__CFDictionary pageInfo)
|
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.coretext |
---|
Methods in org.rococoa.cocoa.coretext that return HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
CoreTextLibrary.CTFontCopyTraits(CoreTextLibrary.__CTFont font)
|
HIServicesLibrary.__CFDictionary |
CoreTextLibrary.CTFontCopyVariation(CoreTextLibrary.__CTFont font)
|
HIServicesLibrary.__CFDictionary |
CoreTextLibrary.CTFontDescriptorCopyAttributes(CoreTextLibrary.__CTFontDescriptor descriptor)
|
HIServicesLibrary.__CFDictionary |
CoreTextLibrary.CTFrameGetFrameAttributes(CoreTextLibrary.__CTFrame frame)
Original signature : CFDictionaryRef CTFrameGetFrameAttributes(CTFrameRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFrame.h:163 |
HIServicesLibrary.__CFDictionary |
CoreTextLibrary.CTRunGetAttributes(CoreTextLibrary.__CTRun run)
Original signature : CFDictionaryRef CTRunGetAttributes(CTRunRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:111 |
HIServicesLibrary.__CFDictionary |
CoreTextLibrary.CTTextTabGetOptions(CoreTextLibrary.__CTTextTab tab)
Original signature : CFDictionaryRef CTTextTabGetOptions(CTTextTabRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTTextTab.h:148 |
Methods in org.rococoa.cocoa.coretext with parameters of type HIServicesLibrary.__CFDictionary | |
---|---|
CoreTextLibrary.__CTFontCollection |
CoreTextLibrary.CTFontCollectionCreateCopyWithFontDescriptors(CoreTextLibrary.__CTFontCollection original,
HIServicesLibrary.__CFArray descriptors,
HIServicesLibrary.__CFDictionary options)
|
CoreTextLibrary.__CTFontCollection |
CoreTextLibrary.CTFontCollectionCreateFromAvailableFonts(HIServicesLibrary.__CFDictionary options)
|
CoreTextLibrary.__CTFontCollection |
CoreTextLibrary.CTFontCollectionCreateWithFontDescriptors(HIServicesLibrary.__CFArray descriptors,
HIServicesLibrary.__CFDictionary options)
|
CoreTextLibrary.__CTFontDescriptor |
CoreTextLibrary.CTFontDescriptorCreateCopyWithAttributes(CoreTextLibrary.__CTFontDescriptor original,
HIServicesLibrary.__CFDictionary attributes)
|
CoreTextLibrary.__CTFontDescriptor |
CoreTextLibrary.CTFontDescriptorCreateWithAttributes(HIServicesLibrary.__CFDictionary attributes)
|
CoreTextLibrary.__CTFrame |
CoreTextLibrary.CTFramesetterCreateFrame(CoreTextLibrary.__CTFramesetter framesetter,
CFRange.ByValue stringRange,
CoreTextLibrary.CGPath path,
HIServicesLibrary.__CFDictionary frameAttributes)
Original signature : CTFrameRef CTFramesetterCreateFrame(CTFramesetterRef, CFRange, CGPathRef, CFDictionaryRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFramesetter.h:101 |
CGSize.ByValue |
CoreTextLibrary.CTFramesetterSuggestFrameSizeWithConstraints(CoreTextLibrary.__CTFramesetter framesetter,
CFRange.ByValue stringRange,
HIServicesLibrary.__CFDictionary frameAttributes,
CGSize.ByValue constraints,
CFRange fitRange)
Original signature : CGSize CTFramesetterSuggestFrameSizeWithConstraints(CTFramesetterRef, CFRange, CFDictionaryRef, CGSize, CFRange*) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFramesetter.h:168 |
CoreTextLibrary.__CTTextTab |
CoreTextLibrary.CTTextTabCreate(byte alignment,
double location,
HIServicesLibrary.__CFDictionary options)
Original signature : CTTextTabRef CTTextTabCreate(CTTextAlignment, double, CFDictionaryRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTTextTab.h:99 |
CoreTextLibrary.__CTTypesetter |
CoreTextLibrary.CTTypesetterCreateWithAttributedStringAndOptions(CoreFoundationLibrary.__CFAttributedString string,
HIServicesLibrary.__CFDictionary options)
Original signature : CTTypesetterRef CTTypesetterCreateWithAttributedStringAndOptions(CFAttributedStringRef, CFDictionaryRef) native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTTypesetter.h:113 |
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.corevideo |
---|
Methods in org.rococoa.cocoa.corevideo that return HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
CoreVideoLibrary.CVBufferGetAttachments(CoreVideoLibrary.__CVBuffer buffer,
int attachmentMode)
|
Methods in org.rococoa.cocoa.corevideo with parameters of type HIServicesLibrary.__CFDictionary | |
---|---|
void |
CoreVideoLibrary.CVBufferSetAttachments(CoreVideoLibrary.__CVBuffer buffer,
HIServicesLibrary.__CFDictionary theAttachments,
int attachmentMode)
|
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.diskarbitration |
---|
Methods in org.rococoa.cocoa.diskarbitration that return HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
DiskArbitrationLibrary.DADiskCopyDescription(DiskArbitrationLibrary.__DADisk disk)
Original signature : CFDictionaryRef DADiskCopyDescription(DADiskRef) native declaration : /System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:159 |
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.hiservices |
---|
Methods in org.rococoa.cocoa.hiservices that return HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
HIServicesLibrary.ProcessInformationCopyDictionary(ProcessSerialNumber PSN,
int infoToReturn)
ProcessInformationCopyDictionary() Discussion: Return a CFDictionary containing information about the given process. |
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.iokit |
---|
Methods in org.rococoa.cocoa.iokit that return HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IOBSDNameMatching(int masterPort,
int options,
Pointer bsdName)
Deprecated. use the safer methods IOKitLibrary.IOBSDNameMatching(int, int, java.lang.String) and IOKitLibrary.IOBSDNameMatching(int, int, com.sun.jna.Pointer) instead |
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IOBSDNameMatching(int masterPort,
int options,
String bsdName)
Original signature : CFMutableDictionaryRef IOBSDNameMatching(mach_port_t, uint32_t, const char*) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1202 |
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IOOpenFirmwarePathMatching(int masterPort,
int options,
Pointer path)
Deprecated. use the safer methods IOKitLibrary.IOOpenFirmwarePathMatching(int, int, java.lang.String) and IOKitLibrary.IOOpenFirmwarePathMatching(int, int, com.sun.jna.Pointer) instead |
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IOOpenFirmwarePathMatching(int masterPort,
int options,
String path)
Original signature : CFMutableDictionaryRef IOOpenFirmwarePathMatching(mach_port_t, uint32_t, const char*) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1216 |
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IORegistryEntryIDMatching(long entryID)
Original signature : CFMutableDictionaryRef IORegistryEntryIDMatching(uint64_t) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1228 |
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IOServiceMatching(Pointer name)
Deprecated. use the safer methods IOKitLibrary.IOServiceMatching(java.lang.String) and IOKitLibrary.IOServiceMatching(com.sun.jna.Pointer) instead |
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IOServiceMatching(String name)
Original signature : CFMutableDictionaryRef IOServiceMatching(const char*) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1180 |
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IOServiceNameMatching(Pointer name)
Deprecated. use the safer methods IOKitLibrary.IOServiceNameMatching(java.lang.String) and IOKitLibrary.IOServiceNameMatching(com.sun.jna.Pointer) instead |
HIServicesLibrary.__CFDictionary |
IOKitLibrary.IOServiceNameMatching(String name)
Original signature : CFMutableDictionaryRef IOServiceNameMatching(const char*) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1190 |
Methods in org.rococoa.cocoa.iokit with parameters of type HIServicesLibrary.__CFDictionary | |
---|---|
int |
IOKitLibrary.IORegistryEntryCreateCFProperties(int entry,
HIServicesLibrary.__CFDictionary[] properties,
CoreFoundationLibrary.__CFAllocator allocator,
int options)
Original signature : kern_return_t IORegistryEntryCreateCFProperties(io_registry_entry_t, CFMutableDictionaryRef*, CFAllocatorRef, IOOptionBits) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1022 |
int |
IOKitLibrary.IOServiceAddMatchingNotification(IOKitLibrary.IONotificationPort notifyPort,
ByteBuffer notificationType,
HIServicesLibrary.__CFDictionary matching,
IOKitLibrary.IOServiceMatchingCallback callback,
Pointer refCon,
IntBuffer notification)
Original signature : kern_return_t IOServiceAddMatchingNotification(IONotificationPortRef, const io_name_t, CFDictionaryRef, IOServiceMatchingCallback, void*, io_iterator_t*) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:396 |
int |
IOKitLibrary.IOServiceAddMatchingNotification(IOKitLibrary.IONotificationPort notifyPort,
Pointer notificationType,
HIServicesLibrary.__CFDictionary matching,
IOKitLibrary.IOServiceMatchingCallback callback,
Pointer refCon,
IntByReference notification)
Deprecated. use the safer methods IOKitLibrary.IOServiceAddMatchingNotification(org.rococoa.cocoa.iokit.IOKitLibrary.IONotificationPort, java.nio.ByteBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatchingCallback, com.sun.jna.Pointer, java.nio.IntBuffer) and IOKitLibrary.IOServiceAddMatchingNotification(org.rococoa.cocoa.iokit.IOKitLibrary.IONotificationPort, com.sun.jna.Pointer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatchingCallback, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead |
int |
IOKitLibrary.IOServiceAddNotification(int masterPort,
ByteBuffer notificationType,
HIServicesLibrary.__CFDictionary matching,
int wakePort,
int reference,
IntBuffer notification)
Original signature : kern_return_t IOServiceAddNotification(mach_port_t, const io_name_t, CFDictionaryRef, mach_port_t, uintptr_t, io_iterator_t*) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:371 |
int |
IOKitLibrary.IOServiceAddNotification(int masterPort,
Pointer notificationType,
HIServicesLibrary.__CFDictionary matching,
int wakePort,
int reference,
IntByReference notification)
Deprecated. use the safer methods IOKitLibrary.IOServiceAddNotification(int, java.nio.ByteBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, int, int, java.nio.IntBuffer) and IOKitLibrary.IOServiceAddNotification(int, com.sun.jna.Pointer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, int, int, com.sun.jna.ptr.IntByReference) instead |
int |
IOKitLibrary.IOServiceGetMatchingService(int masterPort,
HIServicesLibrary.__CFDictionary matching)
Original signature : io_service_t IOServiceGetMatchingService(mach_port_t, CFDictionaryRef) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:351 |
int |
IOKitLibrary.IOServiceGetMatchingServices(int masterPort,
HIServicesLibrary.__CFDictionary matching,
IntBuffer existing)
Original signature : kern_return_t IOServiceGetMatchingServices(mach_port_t, CFDictionaryRef, io_iterator_t*) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:364 |
int |
IOKitLibrary.IOServiceGetMatchingServices(int masterPort,
HIServicesLibrary.__CFDictionary matching,
IntByReference existing)
Deprecated. use the safer methods IOKitLibrary.IOServiceGetMatchingServices(int, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, java.nio.IntBuffer) and IOKitLibrary.IOServiceGetMatchingServices(int, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, com.sun.jna.ptr.IntByReference) instead |
int |
IOKitLibrary.IOServiceMatchPropertyTable(int service,
HIServicesLibrary.__CFDictionary matching,
boolean matches)
Original signature : kern_return_t IOServiceMatchPropertyTable(io_service_t, CFDictionaryRef, boolean_t*) native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:434 |
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.launchservices |
---|
Fields in org.rococoa.cocoa.launchservices declared as HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
LSApplicationParameters.environment
Environment variables to set in the launched process C type : CFDictionaryRef |
Constructors in org.rococoa.cocoa.launchservices with parameters of type HIServicesLibrary.__CFDictionary | |
---|---|
LSApplicationParameters(NativeLong version,
int flags,
FSRef.ByReference application,
Pointer asyncLaunchRefCon,
HIServicesLibrary.__CFDictionary environment,
HIServicesLibrary.__CFArray argv,
AEDesc.ByReference initialEvent)
|
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.metadata |
---|
Methods in org.rococoa.cocoa.metadata that return HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
MetadataLibrary.MDItemCopyAttributeList(MetadataLibrary.__MDItem item,
Object... varargs)
|
HIServicesLibrary.__CFDictionary |
MetadataLibrary.MDItemCopyAttributes(MetadataLibrary.__MDItem item,
HIServicesLibrary.__CFArray names)
|
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.osservices |
---|
Methods in org.rococoa.cocoa.osservices that return HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
OSServicesLibrary.WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation,
HIServicesLibrary.__CFArray[] parameterOrder)
WSMethodInvocationCopyParameters() Discussion: Copies the parameters from the invocation. |
HIServicesLibrary.__CFDictionary |
OSServicesLibrary.WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation,
PointerByReference parameterOrder)
Deprecated. use the safer method OSServicesLibrary.WSMethodInvocationCopyParameters(org.rococoa.cocoa.osservices.OSServicesLibrary.OpaqueWSMethodInvocationRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead |
HIServicesLibrary.__CFDictionary |
OSServicesLibrary.WSMethodInvocationInvoke(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation)
WSMethodInvocationInvoke() Discussion: Execute the invocation. |
Methods in org.rococoa.cocoa.osservices with parameters of type HIServicesLibrary.__CFDictionary | |
---|---|
void |
OSServicesLibrary.WSMethodInvocationCallBackProcPtr.invoke(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation,
Pointer info,
HIServicesLibrary.__CFDictionary outRef)
|
void |
OSServicesLibrary.WSMethodInvocationSetParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation,
HIServicesLibrary.__CFDictionary parameters,
HIServicesLibrary.__CFArray parameterOrder)
WSMethodInvocationSetParameters() Discussion: Set the parameters for a method invocation. |
boolean |
OSServicesLibrary.WSMethodResultIsFault(HIServicesLibrary.__CFDictionary methodResult)
WSMethodResultIsFault() Discussion: returns TRUE if the method invocation result contains a fault. |
Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.searchkit |
---|
Methods in org.rococoa.cocoa.searchkit that return HIServicesLibrary.__CFDictionary | |
---|---|
HIServicesLibrary.__CFDictionary |
SearchKitLibrary.SKIndexGetAnalysisProperties(SearchKitLibrary.__SKIndex inIndex)
SKIndexGetAnalysisProperties() Summary: Gets the text analysis properties of an index. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |