Home
last modified time | relevance | path

Searched refs:dashList (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/pinta/pinta-1.7.1/Pinta.Tools/Dashes/
H A DDashPatternBox.cs109 List<double> dashList = new List<double>(); in GenerateDashArray()
150 dashList.Add((double)-extent * brushWidth * dashFactor); in GenerateDashArray()
163 dashList.Add(0.0); in GenerateDashArray()
174 dashList.Add((double)extent * brushWidth * dashFactor); in GenerateDashArray()
185 dashList.Add((double)extent * brushWidth * dashFactor); in GenerateDashArray()
188 dashList.Add(0.0); in GenerateDashArray()
193 dashList.Add((double)-extent * brushWidth * dashFactor); in GenerateDashArray()
196 return dashList.ToArray(); in GenerateDashArray()
/dports/editors/ted/Ted-2.23/Ted/
H A DtedDrawShape.c146 const unsigned char * dashList= (const unsigned char *)0; in tedShapeGetLine() local
158 dashList= (const unsigned char *)0; in tedShapeGetLine()
168 dashList= dash; in tedShapeGetLine()
177 dashList= dot; in tedShapeGetLine()
187 dashList= dashdot; in tedShapeGetLine()
196 dashList= dashdotdot; in tedShapeGetLine()
205 dashList= (const unsigned char *)0; in tedShapeGetLine()
211 dashList, dashCount ); in tedShapeGetLine()
/dports/editors/ted/Ted-2.23/appFrame/
H A DdrawDrawingSurfaceGtk.c325 const unsigned char * dashList, in drawSetLineAttributes() argument
335 if ( ! dashList || dashCount == 0 ) in drawSetLineAttributes()
336 { XLDEB(dashList,dashCount); } in drawSetLineAttributes()
338 gdk_gc_set_dashes( ds->dsGc, 0, (gint8 *)dashList, dashCount ); in drawSetLineAttributes()
H A DdrawDrawingSurfaceMotif.c338 const unsigned char * dashList, in drawSetLineAttributes() argument
348 if ( ! dashList || dashCount == 0 ) in drawSetLineAttributes()
349 { XLDEB(dashList,dashCount); } in drawSetLineAttributes()
352 0, (char *)dashList, dashCount ); in drawSetLineAttributes()
/dports/x11-wm/libdockapp/dockapps-b9baa8f/examples/rectangles/
H A Drectangles.c246 char dashList[2] = {3, 1}; in setGCs() local
294 XSetDashes(DADisplay, colors->slider, 1, dashList, 2); in setGCs()
303 XSetDashes(DADisplay, colors->sliderLight, 1, dashList, 2); in setGCs()
312 XSetDashes(DADisplay, colors->sliderDark, 1, dashList, 2); in setGCs()
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkCanvUtil.c1294 char dashList; in Tk_ResetOutlineGC() local
1346 dashList = dash->pattern.pt[0]; in Tk_ResetOutlineGC()
1348 dashList = dash->pattern.array[0]; in Tk_ResetOutlineGC()
1350 dashList = (char) (4 * width + 0.5); in Tk_ResetOutlineGC()
1353 &dashList , 1); in Tk_ResetOutlineGC()
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkCanvUtil.c1314 char dashList; in Tk_ResetOutlineGC() local
1366 dashList = dash->pattern.pt[0]; in Tk_ResetOutlineGC()
1368 dashList = dash->pattern.array[0]; in Tk_ResetOutlineGC()
1370 dashList = (char) (4 * width + 0.5); in Tk_ResetOutlineGC()
1373 &dashList , 1); in Tk_ResetOutlineGC()
/dports/editors/ted/Ted-2.23/guiInterface/
H A DdrawDrawingSurface.h109 const unsigned char * dashList,
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkCanvUtil.c1290 char dashList; in Tk_ResetOutlineGC() local
1342 dashList = dash->pattern.array[0]; in Tk_ResetOutlineGC()
1344 dashList = (char) (4 * width + 0.5); in Tk_ResetOutlineGC()
1347 outline->offset, &dashList , 1); in Tk_ResetOutlineGC()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkCanvUtil.c1209 char dashList; local
1259 dashList = (int) (4 * width + 0.5);
1261 dashList = 4;
1263 XSetDashes(((TkCanvas *)canvas)->display, outline->gc, outline->offset, &dashList , 1);
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Draster.e86 extern char *dashList[];
H A Dbox.c103 fprintf(FP, "%1d ", (int)(dashList[Dash][i]));
106 (int)(dashList[Dash][dashListLength[Dash]-1]), gPsCmd[PS_SETDASH]);
290 XSetDashes(mainDisplay, drawGC, 0, dashList[dash],
H A Doval.c127 fprintf(FP, "%1d ", (int)(dashList[Dash][i]));
130 (int)(dashList[Dash][dashListLength[Dash]-1]), gPsCmd[PS_SETDASH]);
412 XSetDashes(mainDisplay, drawGC, 0, dashList[dash],
H A Drcbox.c199 fprintf(FP, "%1d ", (int)(dashList[dash][i]));
202 (int)(dashList[dash][dashListLength[dash]-1]), gPsCmd[PS_SETDASH]);
481 XSetDashes(mainDisplay, drawGC, 0, dashList[dash],
H A Dtidget.c144 XSetDashes(mainDisplay, revDefaultGC, 0, dashList[8], dashListLength[8]);
H A Dpolygon.c158 fprintf(FP, "%1d ", (int)(dashList[Dash][i]));
161 (int)(dashList[Dash][dashListLength[Dash]-1]),
412 XSetDashes(mainDisplay, drawGC, 0, dashList[dash],
779 XSetDashes(mainDisplay, revDefaultGC, 0, dashList[8], dashListLength[8]);
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWin.h208 _Xconst char *dashList, int n);
H A DbltWinDraw.c1615 _Xconst char *dashList, in Blt_EmulateXSetDashes() argument
1618 gc->dashes = (unsigned char)strlen(dashList); in Blt_EmulateXSetDashes()
1619 gc->dash_offset = (int)dashList; in Blt_EmulateXSetDashes()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/drawables/
H A Djuce_SVGParser.cpp743 void parseDashArray (const String& dashList, DrawablePath& dp) const in parseDashArray() argument
745 if (dashList.equalsIgnoreCase ("null") || isNone (dashList)) in parseDashArray()
750 for (auto t = dashList.getCharPointer();;) in parseDashArray()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/drawables/
H A Djuce_SVGParser.cpp743 void parseDashArray (const String& dashList, DrawablePath& dp) const in parseDashArray() argument
745 if (dashList.equalsIgnoreCase ("null") || isNone (dashList)) in parseDashArray()
750 for (auto t = dashList.getCharPointer();;) in parseDashArray()
/dports/net-im/coccinella/Coccinella-0.96.20Src/whiteboard/
H A DCanvasUtils.tcl200 set dashList {}
214 lappend dashList [list radio $dash $str {} {} $dopts]
217 [list cascade mDash {[mc "Dash"]} {} {} {} $dashList]
H A DWhiteboard.tcl526 set dashList {}
540 lappend dashList [list radio $dash $str {} {} $dopts]
543 …st cascade mDash {[mc "Dash"]} {} {} {} $dashList]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgslinesymbollayer.cpp619 QStringList dashList = exprVal.toString().split( ';' ); in applyDataDefinedSymbology() local
620 QStringList::const_iterator dashIt = dashList.constBegin(); in applyDataDefinedSymbology()
621 for ( ; dashIt != dashList.constEnd(); ++dashIt ) in applyDataDefinedSymbology()
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DSplashOutputDev.cc710 SplashCoord dashList[20]; in drawLink() local
741 dashList[i] = (SplashCoord)dash[i]; in drawLink()
743 splash->setLineDash(dashList, dashLength, 0); in drawLink()
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgslinesymbollayer.cpp705 QStringList dashList = exprVal.toString().split( ';' ); in applyDataDefinedSymbology() local
706 QStringList::const_iterator dashIt = dashList.constBegin(); in applyDataDefinedSymbology()
707 for ( ; dashIt != dashList.constEnd(); ++dashIt ) in applyDataDefinedSymbology()

12