Home
last modified time | relevance | path

Searched refs:NSInsetRect (Results 26 – 50 of 144) sorted by relevance

123456

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSGeometry.h364 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) GS_GEOM_ATTR;
373 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) in NSInsetRect() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSGeometry.h364 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) GS_GEOM_ATTR;
373 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) in NSInsetRect() function
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSGeometry.h364 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) GS_GEOM_ATTR;
373 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) in NSInsetRect() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSGeometry.h364 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) GS_GEOM_ATTR;
373 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) in NSInsetRect() function
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/Foundation/
H A DNSGeometry.h364 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) GS_GEOM_ATTR;
373 NSInsetRect(NSRect aRect, CGFloat dX, CGFloat dY) in NSInsetRect() function
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPCanvasView_EraserToolOverlay.m183 NSIntersectionRect(NSInsetRect(_visibleCanvasBounds, -2.0f, -2.0f),
H A DPPCanvasView_MatchToolToleranceIndicator.m194 PPGeometry_PixelBoundsCoveredByRect(NSInsetRect([path bounds],
H A DPPOSXGlue_NavigatorSliderVisibility.m133 sliderBarBounds = NSInsetRect(sliderBarBounds, 1, 1);
H A DPPCanvasView_FillToolOverlay.m251 NSIntersectionRect(NSInsetRect(_visibleCanvasBounds, -2.0f, -2.0f),
/dports/science/paje/Paje_1.97/SpaceTimeViewer/
H A DHierarchyRuler.m531 [vcell drawWithFrame:NSInsetRect(r, -.5, -.5) inView:self];
556 NSDrawWhiteBezel(NSInsetRect(r, -.5, -.5),
557 NSInsetRect(r, -.5, -.5));
564 [cell drawWithFrame:NSInsetRect(r, -.5, -.5) inView:self];
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCHUDSliderCell.m78 smallRect = NSInsetRect(smallRect, 1.0, 1.0);
138 [path appendBezierPathWithOvalInRect:NSInsetRect(smallRect, 0.5, 0.5)];
H A DVLCBottomBarView.m104 NSRect rectangleInnerRect = NSInsetRect(barRect, rectangleCornerRadius, rectangleCornerRadius);
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSGeometry.inc111 FOUNDATION_EXPORT NSRect NSInsetRect(NSRect aRect, float dX, float dY);
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/
H A DZoomCursor.m163 return NSInsetRect(cursorRect, -2.0, -2.0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSGeometry.inc111 FOUNDATION_EXPORT NSRect NSInsetRect(NSRect aRect, float dX, float dY);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSGeometry.inc111 FOUNDATION_EXPORT NSRect NSInsetRect(NSRect aRect, float dX, float dY);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSGeometry.inc111 FOUNDATION_EXPORT NSRect NSInsetRect(NSRect aRect, float dX, float dY);
/dports/games/libretro-fbneo/FBNeo-bbe3c05/projectfiles/xcode/Emulator/Views/
H A DFBJoyCaptureView.m164 NSRect dashRect = NSInsetRect(circleRect,
/dports/graphics/cenon/Cenon/
H A DProgressIndicator.m80 NSRect insetRect = NSInsetRect(bounds, 1, 1), r;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/
H A Dhistory_overlay_controller.mm66 arrowRect = NSInsetRect(arrowRect, 10, 0); // Give a little padding.
/dports/lang/spidermonkey78/firefox-78.9.0/widget/cocoa/
H A DnsMacDockSupport.mm38 NSRect barBounds = NSInsetRect(self.bounds, 0, radius);
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWorkspace/Desktop/Dock/
H A DDock.m292 if (NSPointInRect(p, NSInsetRect(r, 0.0, 2.0))) {
870 if (NSPointInRect(location, NSInsetRect(targetRect, 0.0, 2.0))) {
877 if (NSPointInRect(location, NSInsetRect(targetRect, 0.0, 2.0))) {
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWorkspace/Desktop/Dock/
H A DDock.m292 if (NSPointInRect(p, NSInsetRect(r, 0.0, 2.0))) {
870 if (NSPointInRect(location, NSInsetRect(targetRect, 0.0, 2.0))) {
877 if (NSPointInRect(location, NSInsetRect(targetRect, 0.0, 2.0))) {
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/Inspector/
H A DTimeDateView.m181 r = NSInsetRect(rect, (rect.size.width - s.width)/2,
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSGeometry.inc156 function NSInsetRect(aRect: NSRect; dX: CGFloat; dY: CGFloat): NSRect; cdecl; external;

123456