Home
last modified time | relevance | path

Searched refs:NSInsetRect (Results 1 – 25 of 144) sorted by relevance

123456

/dports/deskutils/systempreferences/SystemPreferences-1.2.0/Modules/ColorSchemes/
H A DPreviewView.m77 … textRect = NSInsetRect(frame, 3, (NSHeight(frame) - [text sizeWithAttributes:attrs].height) / 2);
116 …textRect = NSInsetRect(frame, (NSWidth(frame) - [text sizeWithAttributes:attrs].width) / 2, (NSHei…
146 …textRect = NSInsetRect(NSMakeRect(frame.origin.x + [radioImage size].width + 5, frame.origin.y, fr…
176 frame = NSInsetRect (border, 2, 2);
184 knobFrame = NSInsetRect(frame, 0, NSHeight(frame) / 4);
/dports/graphics/cenon/Cenon/InspectorPanel.subproj/
H A DSliderBox.m54 bounds = NSInsetRect(bounds, ceil(SB_KNOBSIZE/2.0)+2.0, ceil(SB_KNOBSIZE/2.0)+2.0);
66 bounds = NSInsetRect(bounds, ceil(SB_KNOBSIZE/2.0)+2.0, ceil(SB_KNOBSIZE/2.0)+2.0);
113 bounds = NSInsetRect(bounds, ceil(SB_KNOBSIZE/2.0)+2.0, ceil(SB_KNOBSIZE/2.0)+2.0);
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCSliderCell.m198 … NSBezierPath* knobPath = [NSBezierPath bezierPathWithOvalInRect:NSInsetRect(knobRect, 2.0, 2.0)];
225 rect = NSInsetRect(rect, 1.0, 1.0);
272 rect = NSInsetRect(rect, 1.0, 1.0);
283 rect = NSInsetRect(rect, 1.0, 1.0);
H A DVLCHUDButtonCell.m80 frame = NSInsetRect(frame, 1, 1);
109 rect = NSInsetRect(rect, 1.0, 2.0);
H A DVLCHUDCheckboxCell.m87 backgroundFrame = NSInsetRect(frame, 1.5, 1.5);
93 backgroundFrame = NSInsetRect(frame, 2, 2);
H A DVLCVolumeSliderCell.m147 … NSBezierPath* knobPath = [NSBezierPath bezierPathWithOvalInRect:NSInsetRect(knobRect, 1.0, 1.0)];
178 rect = NSInsetRect(rect, 1.0, 1.0);
H A DVLCHUDTableCornerView.m56 [_tableHeaderCellNormalFill drawInRect:NSInsetRect([self bounds], 1, 1) angle:270];
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBFocusRingView.m19 NSRect focusRect = NSInsetRect(self.bounds, 2, 2);
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPOSXGlue_RetinaDrawingArtifacts.m79 [self ppOSXPatch_SetNeedsDisplayInRect: NSInsetRect(invalidRect, -1.0f, -1.0f)];
93 NSInsetRect(invalidRect, -1.0f, -1.0f)));
H A DPPCanvasView_ColorRampToolOverlay.m174 outlinePathDisplayBounds = NSInsetRect(outlinePathDisplayBounds,
183 displayClippingBounds = NSInsetRect(_offsetZoomedVisibleCanvasBounds,
H A DPPGNUstepGlue_CustomTheme.m338 frame = NSInsetRect(frame, 3, 3);
347 frame = NSInsetRect(frame, 2, 4);
362 frame = NSInsetRect(frame, 6, 6);
381 cellFrame = NSInsetRect(cellFrame, -2, -2);
440 NSRectFill(NSInsetRect(rect,1,1));
H A DPPCanvasView_MagnifierToolOverlay.m89 updateRect = NSInsetRect(NSUnionRect(rect, _magnifierToolOverlayRect),
/dports/deskutils/cartotheque/Cartotheque-0.1/
H A DCardMatrix.m51 rect = NSInsetRect(rect, 4,4);
58 textRect = NSInsetRect(rect, 4,4);
/dports/deskutils/gnustep-wrapper/GNUstepWrapper-0.1.0/WrapperFactory/
H A DIconView.m142 frame = NSInsetRect(frame, 2, 2);
313 NSRect interior = NSInsetRect(rect, insetsSize, insetsSize);
417 NSRect interior = NSInsetRect([self bounds], insetsSize, insetsSize);
/dports/science/paje/Paje_1.97/General/
H A DColoredSwitchButtonCell.m48 r = NSInsetRect(r, 3, 3);
/dports/lang/gcc11-devel/gcc-11-20211009/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/gcc8/gcc-8.5.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/gcc-10.3.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/gnustep-base/libs-base-base-1_27_0/Headers/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/devel/riscv64-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/lang/gcc12-devel/gcc-12-20211205/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/devel/arm-none-eabi-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/devel/avr-gcc/gcc-10.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/devel/riscv32-unknown-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/lang/gcc9-devel/gcc-9-20211007/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

123456