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 D | ChartGraphics.cs | 3768 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 D | ChartGraphics3D.cs | 3551 …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() 3574 … shadowBrush.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 D | qsynthDialVokiStyle.cpp | 100 QBrush shadowBrush(projectionGradient); in paintIndicatorCached() 101 p->setBrush(shadowBrush); in paintIndicatorCached()
|
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Cartesian/ |
H A D | KChartStockDiagram_p.cpp | 150 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 D | AreaChart.cs | 356 …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 D | RangeChart.cs | 519 …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 D | pdfprint.cpp | 1550 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 D | associationline.cpp | 1054 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 D | faustqt.h | 152 QBrush shadowBrush(projectionGradient); 153 p->setBrush(shadowBrush);
|
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/ |
H A D | QTUI.h | 172 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 D | DesignerHelpers.cs | 471 using (Brush shadowBrush = new SolidBrush(shadowColor)) in DrawDropShadow() 478 graphics.FillPath(shadowBrush, shadowPath); in DrawDropShadow()
|
H A D | DesignerHelpers.cs.back | 471 using (Brush shadowBrush = new SolidBrush(shadowColor)) 478 graphics.FillPath(shadowBrush, shadowPath);
|