Home
last modified time | relevance | path

Searched refs:boundsRotation (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Tests/gui/NSView/
H A DNSView_bounds_scale.m49 if (fabs([view boundsRotation] - rot) > 0.001)
51 printf("expected bounds rotation %g got %g\n", rot, [view boundsRotation]);
158 passed = (fabs([view1 boundsRotation] - 30.0 + 1e-6) <= 0.001) && passed;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSView.java234 public void setBoundsRotation(double boundsRotation) { in setBoundsRotation() argument
235 OS.objc_msgSend(this.id, OS.sel_setBoundsRotation_, boundsRotation); in setBoundsRotation()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSView.h244 - (CGFloat) boundsRotation;
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSView.inc120 function boundsRotation: Single;
327 StrNSView_boundsRotation = 'boundsRotation';
800 function NSView.boundsRotation: Single;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSView.inc120 function boundsRotation: Single;
327 StrNSView_boundsRotation = 'boundsRotation';
800 function NSView.boundsRotation: Single;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSView.inc120 function boundsRotation: Single;
327 StrNSView_boundsRotation = 'boundsRotation';
800 function NSView.boundsRotation: Single;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/appkit/
H A DNSView.inc120 function boundsRotation: Single;
327 StrNSView_boundsRotation = 'boundsRotation';
800 function NSView.boundsRotation: Single;
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSView.inc215 function boundsRotation: CGFloat; message 'boundsRotation';
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSView.m1537 [self rotateByAngle: angle - [self boundsRotation]];
4875 - (CGFloat) boundsRotation
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/
H A DChangeLog.45278 -setBoundsOrigin:, -setBoundsRotation:, -boundsRotation,