/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/ |
H A D | NSGraphics.h | 66 APPKIT_EXPORT const NSWindowDepth _GSGrayBitValue; 67 APPKIT_EXPORT const NSWindowDepth _GSRGBBitValue; 68 APPKIT_EXPORT const NSWindowDepth _GSCMYKBitValue; 69 APPKIT_EXPORT const NSWindowDepth _GSCustomBitValue; 70 APPKIT_EXPORT const NSWindowDepth _GSNamedBitValue; 71 APPKIT_EXPORT const NSWindowDepth *_GSWindowDepths[7]; 72 APPKIT_EXPORT const NSWindowDepth NSDefaultDepth; 73 APPKIT_EXPORT const NSWindowDepth NSTwoBitGrayDepth; 74 APPKIT_EXPORT const NSWindowDepth NSEightBitGrayDepth; 75 APPKIT_EXPORT const NSWindowDepth NSEightBitRGBDepth; [all …]
|
H A D | NSScreen.h | 47 NSWindowDepth _depth; 50 NSWindowDepth *_supportedWindowDepths; 65 - (NSWindowDepth) depth; 70 - (const NSWindowDepth*) supportedWindowDepths;
|
H A D | NSCachedImageRep.h | 56 depth: (NSWindowDepth)aDepth 61 depth:(NSWindowDepth)aDepth
|
H A D | NSWindow.h | 273 NSWindowDepth _depthLimit; 596 + (NSWindowDepth) defaultDepthLimit; 598 - (NSWindowDepth) depthLimit; 600 - (void) setDepthLimit: (NSWindowDepth)limit;
|
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/appkit/ |
H A D | NSGraphics.inc | 85 NSWindowDepth = Integer; 87 //APPKIT_EXTERN NSWindowDepth NSBestDepth (NSString *colorSpace, int bps, int bpp, BOOL planar, BOO… 88 //APPKIT_EXTERN BOOL NSPlanarFromDepth (NSWindowDepth depth); 89 //APPKIT_EXTERN NSString *NSColorSpaceFromDepth (NSWindowDepth depth); 90 //APPKIT_EXTERN int NSBitsPerSampleFromDepth (NSWindowDepth depth); 91 //APPKIT_EXTERN int NSBitsPerPixelFromDepth (NSWindowDepth depth); 93 //APPKIT_EXTERN const NSWindowDepth *NSAvailableWindowDepths (void); /* 0 terminated */
|
H A D | NSWindow.inc | 137 class function defaultDepthLimit: NSWindowDepth; 285 procedure setDepthLimit(_limit: NSWindowDepth); 286 function depthLimit: NSWindowDepth; 667 class function NSWindow.defaultDepthLimit: NSWindowDepth; 669 …Result := {%H-}NSWindowDepth(objc_msgSend(getClass, sel_registerName(PChar(StrNSWindow_defaultDept… 1611 procedure NSWindow.setDepthLimit(_limit: NSWindowDepth); 1613 TmsgSendWrapper = procedure (param1: lobjc.id; param2: SEL;_limit: NSWindowDepth); cdecl; 1621 function NSWindow.depthLimit: NSWindowDepth; 1623 …Result := {%H-}NSWindowDepth(objc_msgSend(Handle, sel_registerName(PChar(StrNSWindow_depthLimit)),…
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/ |
H A D | NSGraphics.inc | 85 NSWindowDepth = Integer; 87 //APPKIT_EXTERN NSWindowDepth NSBestDepth (NSString *colorSpace, int bps, int bpp, BOOL planar, BOO… 88 //APPKIT_EXTERN BOOL NSPlanarFromDepth (NSWindowDepth depth); 89 //APPKIT_EXTERN NSString *NSColorSpaceFromDepth (NSWindowDepth depth); 90 //APPKIT_EXTERN int NSBitsPerSampleFromDepth (NSWindowDepth depth); 91 //APPKIT_EXTERN int NSBitsPerPixelFromDepth (NSWindowDepth depth); 93 //APPKIT_EXTERN const NSWindowDepth *NSAvailableWindowDepths (void); /* 0 terminated */
|
H A D | NSWindow.inc | 137 class function defaultDepthLimit: NSWindowDepth; 285 procedure setDepthLimit(_limit: NSWindowDepth); 286 function depthLimit: NSWindowDepth; 667 class function NSWindow.defaultDepthLimit: NSWindowDepth; 669 …Result := {%H-}NSWindowDepth(objc_msgSend(getClass, sel_registerName(PChar(StrNSWindow_defaultDept… 1611 procedure NSWindow.setDepthLimit(_limit: NSWindowDepth); 1613 TmsgSendWrapper = procedure (param1: lobjc.id; param2: SEL;_limit: NSWindowDepth); cdecl; 1621 function NSWindow.depthLimit: NSWindowDepth; 1623 …Result := {%H-}NSWindowDepth(objc_msgSend(Handle, sel_registerName(PChar(StrNSWindow_depthLimit)),…
|
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/appkit/ |
H A D | NSGraphics.inc | 85 NSWindowDepth = Integer; 87 //APPKIT_EXTERN NSWindowDepth NSBestDepth (NSString *colorSpace, int bps, int bpp, BOOL planar, BOO… 88 //APPKIT_EXTERN BOOL NSPlanarFromDepth (NSWindowDepth depth); 89 //APPKIT_EXTERN NSString *NSColorSpaceFromDepth (NSWindowDepth depth); 90 //APPKIT_EXTERN int NSBitsPerSampleFromDepth (NSWindowDepth depth); 91 //APPKIT_EXTERN int NSBitsPerPixelFromDepth (NSWindowDepth depth); 93 //APPKIT_EXTERN const NSWindowDepth *NSAvailableWindowDepths (void); /* 0 terminated */
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/ |
H A D | NSGraphics.inc | 85 NSWindowDepth = Integer; 87 //APPKIT_EXTERN NSWindowDepth NSBestDepth (NSString *colorSpace, int bps, int bpp, BOOL planar, BOO… 88 //APPKIT_EXTERN BOOL NSPlanarFromDepth (NSWindowDepth depth); 89 //APPKIT_EXTERN NSString *NSColorSpaceFromDepth (NSWindowDepth depth); 90 //APPKIT_EXTERN int NSBitsPerSampleFromDepth (NSWindowDepth depth); 91 //APPKIT_EXTERN int NSBitsPerPixelFromDepth (NSWindowDepth depth); 93 //APPKIT_EXTERN const NSWindowDepth *NSAvailableWindowDepths (void); /* 0 terminated */
|
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/ |
H A D | NSGraphics.inc | 108 NSWindowDepth = cint; 109 NSWindowDepthPtr = ^NSWindowDepth; 113 … NSInteger; bpp: NSInteger; planar: ObjCBOOL; exactMatch: pObjCBOOL): NSWindowDepth; cdecl; extern… 114 function NSPlanarFromDepth(depth: NSWindowDepth): ObjCBOOL; cdecl; external; 115 function NSColorSpaceFromDepth(depth: NSWindowDepth): NSString; cdecl; external; 116 function NSBitsPerSampleFromDepth(depth: NSWindowDepth): NSInteger; cdecl; external; 117 function NSBitsPerPixelFromDepth(depth: NSWindowDepth): NSInteger; cdecl; external;
|
H A D | NSScreen.inc | 21 _depth: NSWindowDepth; 29 function depth: NSWindowDepth; message 'depth';
|
H A D | NSCachedImageRep.inc | 19 …function initWithSize_depth_separate_alpha (size_: NSSize; depth: NSWindowDepth; flag: ObjCBOOL; a…
|
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/ |
H A D | externs.m | 700 typedef int NSWindowDepth; typedef 707 const NSWindowDepth _GSGrayBitValue = 256; 708 const NSWindowDepth _GSRGBBitValue = 512; 709 const NSWindowDepth _GSCMYKBitValue = 1024; 710 const NSWindowDepth _GSNamedBitValue = 2048; 711 const NSWindowDepth _GSCustomBitValue = 4096; 712 const NSWindowDepth NSDefaultDepth = 0; // GRAY = 256, RGB = 512 713 const NSWindowDepth NSTwoBitGrayDepth = 258; // 0100000010 GRAY | 2bps 714 const NSWindowDepth NSEightBitGrayDepth = 264; // 0100001000 GRAY | 8bps 715 const NSWindowDepth NSEightBitRGBDepth = 514; // 1000000010 RGB | 2bps [all …]
|
H A D | Functions.m | 107 const NSWindowDepth* 116 return (const NSWindowDepth *)_GSWindowDepths; 119 NSWindowDepth 126 NSWindowDepth bestDepth = NSDefaultDepth; 135 NSWindowDepth depth = depths[index]; 152 NSWindowDepth depth = depths[index]; 170 NSBitsPerPixelFromDepth(NSWindowDepth depth) 191 NSBitsPerSampleFromDepth(NSWindowDepth depth) 193 NSWindowDepth bitValue = 0; 219 NSColorSpaceFromDepth(NSWindowDepth depth) [all …]
|
H A D | NSScreen.m | 243 - (NSWindowDepth) depth 325 - (const NSWindowDepth*) supportedWindowDepths 332 (NSWindowDepth*)[GSCurrentServer()
|
H A D | NSCachedImageRep.m | 86 depth: (NSWindowDepth)aDepth 123 depth: (NSWindowDepth)aDepth
|
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/ |
H A D | nsScreenCocoa.mm | 109 NSWindowDepth depth = [mScreen depth]; 123 NSWindowDepth depth = [mScreen depth];
|
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/Additions/GNUstepGUI/ |
H A D | GSDisplayServer.h | 103 - (NSWindowDepth) windowDepthForScreen: (int)screen; 104 - (const NSWindowDepth *) availableDepthsForScreen: (int)screen;
|
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Headers/x11/ |
H A D | XGServer.h | 57 NSWindowDepth depth;
|
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/ |
H A D | ScreenHelperCocoa.mm | 90 NSWindowDepth depth = [aScreen depth];
|
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/ |
H A D | ScreenHelperCocoa.mm | 95 NSWindowDepth depth = [aScreen depth];
|
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/ |
H A D | ScreenHelperCocoa.mm | 90 NSWindowDepth depth = [aScreen depth];
|
/dports/www/firefox/firefox-99.0/widget/cocoa/ |
H A D | ScreenHelperCocoa.mm | 90 NSWindowDepth depth = [aScreen depth];
|
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/ |
H A D | ScreenHelperCocoa.mm | 90 NSWindowDepth depth = [aScreen depth];
|