Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/libs/vectorimage/libwmf/
H A DWmfParser.cpp692 qint16 topEnd, leftEnd, topStart, leftStart; in play() local
695 stream >> topEnd >> leftEnd >> topStart >> leftStart; in play()
701 leftEnd - xCenter, yCenter - topEnd, angleStart, aLength); in play()
720 qint16 topEnd, leftEnd, topStart, leftStart; in play() local
723 stream >> topEnd >> leftEnd >> topStart >> leftStart; in play()
728 …le(leftStart - xCenter, yCenter - topStart, leftEnd - xCenter, yCenter - topEnd, angleStart, aLeng… in play()
877 qint16 topEnd, leftEnd, topStart, leftStart; in play() local
880 stream >> topEnd >> leftEnd >> topStart >> leftStart; in play()
885 …le(leftStart - xCenter, yCenter - topStart, leftEnd - xCenter, yCenter - topEnd, angleStart, aLeng… in play()
/dports/devel/gorm/apps-gorm-04554d2/GormCore/
H A DGormControlEditor.m229 float topEnd = 0;
432 topEnd = NSMaxX([[bests objectAtIndex: 0] frame]);
436 topEnd = MAX(NSMaxX([[bests objectAtIndex: i] frame]), topEnd);
506 topEnd = MAX(NSMaxX(gpi->hintFrame), topEnd);
508 topEnd - topStart, 2);
H A DGormViewEditor.m605 float topEnd = 0;
748 topEnd = NSMaxX([[bests objectAtIndex: 0] frame]);
752 topEnd = MAX(NSMaxX([[bests objectAtIndex: i] frame]), topEnd);
829 topEnd = MAX(NSMaxX(gpi->hintFrame), topEnd);
831 topEnd - topStart, 2);
909 float topEnd = 0;
1101 topEnd = NSMaxX([[topBests objectAtIndex: 0] frame]);
1105 topEnd = MAX(NSMaxX([[topBests objectAtIndex: i] frame]), topEnd);
1149 topEnd = MAX(NSMaxX(gpi->hintFrame), topEnd);
1151 topEnd - topStart, 2);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dgradientbutton.py418 …topStart, topEnd = self.LightColour(self._topStartColour, 10), self.LightColour(self._topEndColour…
420 topStart, topEnd = self._topStartColour, self._topEndColour
424 br1 = gc.CreateLinearGradientBrush(x, y, x, y+height/2, topStart, topEnd)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartGraphics3D.cs494 PointF topEnd = points[(int)PiePoints.TopEnd]; in FillPieSides()
613 path.AddLine(topDoughnutEnd, topEnd); in FillPieSides()
616 path.AddLine(topEnd, bottomEnd); in FillPieSides()
627 path.AddLine(topCenter, topEnd); in FillPieSides()
630 path.AddLine(topEnd, bottomEnd); in FillPieSides()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c474 CGPoint topEnd = {bounds.origin.x, bounds.origin.y + 3}; in HighlightButtonBorder() local
486 CGContextDrawLinearGradient(context, topGradient, bounds.origin, topEnd, in HighlightButtonBorder()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c483 CGPoint topEnd = {bounds.origin.x, bounds.origin.y + 3}; in HighlightButtonBorder() local
495 CGContextDrawLinearGradient(context, topGradient, bounds.origin, topEnd, in HighlightButtonBorder()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/agw/
H A DAUI.py830 topStart, topEnd = self._topStartColour, self._topEndColour
834 br1 = gc.CreateLinearGradientBrush(x, y, x, y+height/2, topStart, topEnd)
/dports/net/keycloak/keycloak-15.1.1/themes/keycloak.v2/admin/resources/
H A Dindex.js.map4 … PopoverPosition[\"topStart\"] = \"top-start\";\n PopoverPosition[\"topEnd\"] = \"top-end\";\…