Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/emf/
H A Dimportemf.h53 gradientPath(), in emfStyle()
75 gradientPath.resize(0); in emfStyle()
76 gradientPath.svgInit(); in emfStyle()
94 FPointArray gradientPath; variable
282 FPointArray gradientPath; member
H A Dimportemf.cpp2081 FPointArray gpath = currentDC.gradientPath.copy(); in finishItem()
3882 sty.gradientPath = polyline.copy(); in handleEMPBrush()
3894 sty.gradientPath = polyline.copy(); in handleEMPBrush()
5285 currentDC.gradientPath = sty.gradientPath.copy(); in getEMFPBrush()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/svm/
H A Dimportsvm.h53 gradientPath(), in emfStyle()
75 gradientPath.resize(0); in emfStyle()
76 gradientPath.svgInit(); in emfStyle()
94 FPointArray gradientPath; variable
274 FPointArray gradientPath; member
H A Dimportsvm.cpp1284 FPointArray gpath = currentDC.gradientPath.copy(); in finishItem()
2815 sty.gradientPath = polyline.copy(); in handleEMPBrush()
2827 sty.gradientPath = polyline.copy(); in handleEMPBrush()
4175 currentDC.gradientPath = sty.gradientPath.copy(); in getEMFPBrush()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DStackedAreaChart.cs771 using (GraphicsPath gradientPath = new GraphicsPath()) in ProcessChartType()
773 gradientPath.AddPath(areaPath, true); in ProcessChartType()
775 gradientPath.AddPath(areaBottomPath, true); in ProcessChartType()
778 …using (Brush areaBrush = graph.GetGradientBrush(gradientPath.GetBounds(), this.Series.Color, this.… in ProcessChartType()
781 graph.FillPath(areaBrush, gradientPath); in ProcessChartType()
H A DRangeChart.cs276 using (GraphicsPath gradientPath = new GraphicsPath()) in FillLastSeriesGradient()
278 gradientPath.AddPath(areaPath, true); in FillLastSeriesGradient()
280 gradientPath.AddPath(areaBottomPath, true); in FillLastSeriesGradient()
283 …using (Brush areaGradientBrush = graph.GetGradientBrush(gradientPath.GetBounds(), this._series.Col… in FillLastSeriesGradient()
286 graph.FillPath(areaGradientBrush, gradientPath); in FillLastSeriesGradient()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/editing/
H A Duigradientscontroller.cpp290 SharedPointer<CGraphicsPath> gradientPath = owned (context->createGraphicsPath ()); in draw() local
291 gradientPath->addRect (CRect (stopWidth / 2., 0., getWidth () - stopWidth / 2., getHeight ())); in draw()
292 …context->fillLinearGradient (gradientPath, *gradient, CPoint (stopWidth / 2., 0), CPoint (getWidth… in draw()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/editing/
H A Duigradientscontroller.cpp284 SharedPointer<CGraphicsPath> gradientPath = owned (context->createGraphicsPath ()); in draw() local
285 gradientPath->addRect (CRect (stopWidth / 2., 0., getWidth () - stopWidth / 2., getHeight ())); in draw()
286 …context->fillLinearGradient (gradientPath, *gradient, CPoint (stopWidth / 2., 0), CPoint (getWidth… in draw()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartGraphics.cs5139 RectangleF gradientPath = position; in DrawPieGradientEffects()
5140 gradientPath.Inflate(-shadowSize, -shadowSize); in DrawPieGradientEffects()
5143 brushPath.AddEllipse(gradientPath); in DrawPieGradientEffects()
5150 path.AddPie(Rectangle.Round(gradientPath), startAngle, sweepAngle); in DrawPieGradientEffects()
5155 gradientPath.X + position.Width * doughnutRadius /200 - 1 - shadowSize, in DrawPieGradientEffects()
5156 gradientPath.Y + position.Height * doughnutRadius /200 - 1 - shadowSize, in DrawPieGradientEffects()
5157 gradientPath.Width - position.Width * doughnutRadius / 100 + 2 + 2f * shadowSize, in DrawPieGradientEffects()
5158 gradientPath.Height - position.Height * doughnutRadius / 100 + 2 + 2f * shadowSize, in DrawPieGradientEffects()
5161 …path.AddArc( gradientPath.X, gradientPath.Y, gradientPath.Width, gradientPath.Height, startAngle +… in DrawPieGradientEffects()
5165 gradientPath.Inflate(1f, 1f); in DrawPieGradientEffects()
[all …]