Home
last modified time | relevance | path

Searched refs:shadowBrush (Results 1 – 12 of 12) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartGraphics.cs3768 this.FillRectangle(shadowBrush, offset); in FillRectangleShadowAbs()
3824 PathGradientBrush shadowBrush = new PathGradientBrush(path); in FillRectangleShadowAbs()
3825 shadowBrush.CenterColor = shadowColor; in FillRectangleShadowAbs()
3829 shadowBrush.SurroundColors = colors; in FillRectangleShadowAbs()
3838 shadowBrush.FocusScales = focusScale; in FillRectangleShadowAbs()
3841 this.FillPath(shadowBrush, path); in FillRectangleShadowAbs()
4818 PathGradientBrush shadowBrush = new PathGradientBrush(path); in DrawRoundedRectShadowAbs()
4819 shadowBrush.CenterColor = centerColor; in DrawRoundedRectShadowAbs()
4823 shadowBrush.SurroundColors = colors; in DrawRoundedRectShadowAbs()
4828 shadowBrush.FocusScales = focusScale; in DrawRoundedRectShadowAbs()
[all …]
H A DChartGraphics3D.cs3551 …using (Brush shadowBrush = new SolidBrush((shadowColor.A != 255) ? shadowColor : Color.FromArgb(ma… in DrawMarker3D()
3556 graph.FillEllipse(shadowBrush, shadowRect); in DrawMarker3D()
3567 … using (PathGradientBrush shadowBrush = new PathGradientBrush(path)) in DrawMarker3D()
3569 shadowBrush.CenterColor = shadowColor; in DrawMarker3D()
3573 shadowBrush.SurroundColors = colors; in DrawMarker3D()
3574shadowBrush.CenterPoint = new PointF(markerRotatedPosition.X, markerRotatedPosition.Y); in DrawMarker3D()
3586 shadowBrush.FocusScales = focusScale; in DrawMarker3D()
3589 graph.FillPath(shadowBrush, path); in DrawMarker3D()
/dports/audio/qsynth/qsynth-0.9.2/src/
H A DqsynthDialVokiStyle.cpp100 QBrush shadowBrush(projectionGradient); in paintIndicatorCached()
101 p->setBrush(shadowBrush); in paintIndicatorCached()
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Cartesian/
H A DKChartStockDiagram_p.cpp150 QBrush shadowBrush( brush ); in drawThreeDLine() local
152 shadowBrush.setColor( calcShadowColor( brush.color(), props.angle ) ); in drawThreeDLine()
154 painter->setBrush( shadowBrush ); in drawThreeDLine()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DAreaChart.cs356 …using (Brush shadowBrush = new SolidBrush((series.ShadowColor.A != 255) ? series.ShadowColor : Col… in DrawLine()
374 using (Pen areaLinePen = new Pen(shadowBrush, 1)) in DrawLine()
388 graph.FillRegion(shadowBrush, shadowRegion); in DrawLine()
H A DRangeChart.cs519 …using (Brush shadowBrush = new SolidBrush((series.ShadowColor.A != 255) ? series.ShadowColor : Col… in DrawLine()
531 graph.FillRegion(shadowBrush, shadowRegion); in DrawLine()
534 using (Pen areaLinePen = new Pen(shadowBrush, 1)) in DrawLine()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfprint.cpp1550 wxBrush* shadowBrush = new wxBrush(wxColour(175,175,175)); in OnPaint() local
1552 dc.SetBrush(*shadowBrush); in OnPaint()
1613 delete shadowBrush; in OnPaint()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dassociationline.cpp1054 QBrush shadowBrush(shadowColor); in paint() local
1055 painter->setBrush(shadowBrush); in paint()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/gui/
H A Dfaustqt.h152 QBrush shadowBrush(projectionGradient);
153 p->setBrush(shadowBrush);
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DQTUI.h172 QBrush shadowBrush(projectionGradient);
173 p->setBrush(shadowBrush);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DDesignerHelpers.cs471 using (Brush shadowBrush = new SolidBrush(shadowColor)) in DrawDropShadow()
478 graphics.FillPath(shadowBrush, shadowPath); in DrawDropShadow()
H A DDesignerHelpers.cs.back471 using (Brush shadowBrush = new SolidBrush(shadowColor))
478 graphics.FillPath(shadowBrush, shadowPath);