Home
last modified time | relevance | path

Searched refs:rectAnchor (Results 1 – 9 of 9) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DCPTLayerAnnotation.m29 /** @property rectAnchor
32 @synthesize rectAnchor;
54 rectAnchor = CPTRectAnchorTop;
80 [coder encodeInteger:self.rectAnchor forKey:@"CPTLayerAnnotation.rectAnchor"];
89 rectAnchor = [coder decodeIntegerForKey:@"CPTLayerAnnotation.rectAnchor"];
135 switch ( self.rectAnchor ) {
186 if ( newAnchor != rectAnchor ) {
187 rectAnchor = newAnchor;
H A DCPTLayerAnnotation.h12 CPTRectAnchor rectAnchor; variable
16 @property (nonatomic, readwrite, assign) CPTRectAnchor rectAnchor;
H A DCPTGraph.m567 newLegendAnnotation.rectAnchor = self.legendAnchor;
589 theLegendAnnotation.rectAnchor = newLegendAnchor;
702 newTitleAnnotation.rectAnchor = self.titlePlotAreaFrameAnchor;
739 titleAnnotation.rectAnchor = titlePlotAreaFrameAnchor;
/dports/editors/nedit/nedit-5.7/source/
H A Dtext.c1612 tw->text.rectAnchor = column; in grabFocusAP()
1699 ((TextWidget)w)->text.rectAnchor = rectAnchor; in extendStartAP()
1705 min(rectAnchor, column), max(rectAnchor, column)); in extendStartAP()
3411 int anchor, rectAnchor, anchorLineStart; in keyMoveExtendSelection() local
3436 tw->text.rectAnchor = rectAnchor; in keyMoveExtendSelection()
3439 min(rectAnchor, newCol), max(rectAnchor, newCol)); in keyMoveExtendSelection()
3464 tw->text.rectAnchor = origCol; in keyMoveExtendSelection()
3856 startCol = min(tw->text.rectAnchor, col); in adjustSelection()
3857 endCol = max(tw->text.rectAnchor, col); in adjustSelection()
3889 startCol = min(tw->text.rectAnchor, col); in adjustSecondarySelection()
[all …]
H A DtextP.h90 int anchor, rectAnchor; /* Anchors for drag operations and member
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DnsWindow.cpp2171 GdkGravity rectAnchor = GDK_GRAVITY_NORTH_WEST; in WaylandPopupMove() local
2177 rectAnchor = GDK_GRAVITY_SOUTH_WEST; in WaylandPopupMove()
2181 rectAnchor = GDK_GRAVITY_SOUTH_EAST; in WaylandPopupMove()
2186 rectAnchor = PopupAlignmentToGdkGravity(popupFrame->GetPopupAnchor()); in WaylandPopupMove()
2193 LOG_POPUP((" parentRect gravity: %d anchor gravity: %d\n", rectAnchor, in WaylandPopupMove()
2213 if (rectAnchor == GDK_GRAVITY_CENTER && menuAnchor == GDK_GRAVITY_CENTER) { in WaylandPopupMove()
2285 sGdkWindowMoveToRect(gdkWindow, &rect, rectAnchor, menuAnchor, hints, in WaylandPopupMove()
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DnsWindow.cpp2171 GdkGravity rectAnchor = GDK_GRAVITY_NORTH_WEST; in WaylandPopupMove() local
2177 rectAnchor = GDK_GRAVITY_SOUTH_WEST; in WaylandPopupMove()
2181 rectAnchor = GDK_GRAVITY_SOUTH_EAST; in WaylandPopupMove()
2186 rectAnchor = PopupAlignmentToGdkGravity(popupFrame->GetPopupAnchor()); in WaylandPopupMove()
2193 LOG_POPUP((" parentRect gravity: %d anchor gravity: %d\n", rectAnchor, in WaylandPopupMove()
2213 if (rectAnchor == GDK_GRAVITY_CENTER && menuAnchor == GDK_GRAVITY_CENTER) { in WaylandPopupMove()
2285 sGdkWindowMoveToRect(gdkWindow, &rect, rectAnchor, menuAnchor, hints, in WaylandPopupMove()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/gtk/
H A DnsWindow.cpp1593 GdkGravity rectAnchor = GDK_GRAVITY_NORTH_WEST; in NativeMoveResizeWaylandPopup() local
1599 rectAnchor = PopupAlignmentToGdkGravity(popupFrame->GetPopupAnchor()); in NativeMoveResizeWaylandPopup()
1607 rectAnchor = GDK_GRAVITY_NORTH_EAST; in NativeMoveResizeWaylandPopup()
1611 LOG((" parentRect gravity: %d anchor gravity: %d\n", rectAnchor, menuAnchor)); in NativeMoveResizeWaylandPopup()
1626 if (popupFrame && rectAnchor == GDK_GRAVITY_CENTER && in NativeMoveResizeWaylandPopup()
1706 sGdkWindowMoveToRect(gdkWindow, &rect, rectAnchor, menuAnchor, hints, in NativeMoveResizeWaylandPopup()
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DnsWindow.cpp2293 GdkGravity rectAnchor = PopupAlignmentToGdkGravity(anchorAlign); in WaylandPopupMove() local
2306 LOG(" parentRect gravity: %d anchor gravity: %d\n", rectAnchor, menuAnchor); in WaylandPopupMove()
2325 if (rectAnchor == GDK_GRAVITY_CENTER && menuAnchor == GDK_GRAVITY_CENTER) { in WaylandPopupMove()
2371 sGdkWindowMoveToRect(gdkWindow, &rect, rectAnchor, menuAnchor, hints, in WaylandPopupMove()