Home
last modified time | relevance | path

Searched refs:DrawGrid (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DDrawGrid.schelp1 CLASS:: DrawGrid
7 DrawGrid is used by Plotter to draw the grid lines on a graph. It can however also be used to draw…
9 Note that DrawGrid does not hold any reference to the UserView but is meant to have its .draw metho…
17 the bounds to draw within. Multiple DrawGrid may be used to draw grids on a single UserView.
25 returns:: a DrawGrid
30 DrawGrid.test( \freq.asSpec.grid, \amp.asSpec.grid );
31 DrawGrid.test( nil, \degree.asSpec.grid );
43 returns:: a DrawGrid
146 returns:: a new DrawGrid
163 d = DrawGrid(Rect(0,0,500,300), x,y);
H A DGridLines.schelp4 related:: Reference/plot, Classes/Plotter, Classes/DrawGrid
9 The object that does the actual drawing on a view is DrawGrid.
24 DrawGrid.test( nil, \midinote.asSpec.grid );
94 Specifically for use by DrawGrid. This returns a dictionary filled with:
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgraslicescaling.pas62 DrawGrid: boolean = False);
93 DrawGrid: boolean = False); overload;
145 ARect: TRect; DrawGrid: boolean = False); overload;
303 ARect: TRect; DrawGrid: boolean);
306 FSliceScalingArray[ItemNumber].Draw(ABitmap, ARect, DrawGrid);
310 ALeft, ATop, AWidth, AHeight: integer; DrawGrid: boolean);
502 ADestRect: TRect; DrawGrid: boolean);
570 if DrawGrid then
721 SliceScalingDraw(ABitmap, ARect, DrawGrid);
725 ALeft, ATop, AWidth, AHeight: integer; DrawGrid: boolean);
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgraslicescaling.pas62 DrawGrid: boolean = False);
93 DrawGrid: boolean = False); overload;
145 ARect: TRect; DrawGrid: boolean = False); overload;
303 ARect: TRect; DrawGrid: boolean);
306 FSliceScalingArray[ItemNumber].Draw(ABitmap, ARect, DrawGrid);
310 ALeft, ATop, AWidth, AHeight: integer; DrawGrid: boolean);
502 ADestRect: TRect; DrawGrid: boolean);
570 if DrawGrid then
721 SliceScalingDraw(ABitmap, ARect, DrawGrid);
725 ALeft, ATop, AWidth, AHeight: integer; DrawGrid: boolean);
[all …]
/dports/graphics/glfw2/glfw-2.7.9/support/d/examples/
H A Dsplitview.d137 void DrawGrid( float scale, int steps ) in DrawGrid() function
248 DrawGrid( 0.5, 12 ); in DrawAllViews()
259 DrawGrid( 0.5, 12 ); in DrawAllViews()
270 DrawGrid( 0.5, 12 ); in DrawAllViews()
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Memory/
H A DMemoryFaces.cs159 DrawGrid (gr, start_x_ans, start_y); in DrawPossibleAnswers()
174 DrawGrid (gr, x, y); in DrawAllFigures()
227 private void DrawGrid (CairoContextEx gr, double x, double y) in DrawGrid() method in gbrainy.Games.Memory.MemoryFaces
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/zgl/drawers/
H A Duzglviewareaogl.pas54 procedure DrawGrid(var DC:TDrawContext); override; procedure
179 procedure TOpenGLViewArea.DrawGrid; procedure
186 if (pdwg^.DrawGrid)and(param.md.WPPointUR.z=1) then
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DParentControlDesigner.cs402 protected virtual bool DrawGrid { property in System.Windows.Forms.Design.ParentControlDesigner
441 return DrawGrid != _defaultDrawGrid; in ShouldSerializeDrawGrid()
446 this.DrawGrid = _defaultDrawGrid; in ResetDrawGrid()
623 drawGrid = this.DrawGrid; in OnPaintAdornments()
635 …ControlPaint.DrawGrid (pe.Graphics, this.Control.ClientRectangle, gridSize, this.Control.BackColor… in OnPaintAdornments()
/dports/graphics/opendx/dx-4.4.4/src/uipp/widgets/
H A DGrid.c94 DrawGrid(w, color); in ResizeCallback()
104 void DrawGrid(Widget w, Pixel color) in DrawGrid() function
205 DrawGrid(w, color); in DrawHistogram()
H A DGrid.h13 extern void DrawGrid(Widget w, Pixel color);
/dports/games/xbomb/xbomb-2.2b/
H A Dxbomb.c193 DrawGrid(); in StartGame()
250 void DrawGrid(void) in DrawGrid() function
297 DrawGrid(); in SelectSquare()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dgridmerg.cxx206 pDev->DrawGrid( tools::Rectangle( nVarStart, nFixStart, nVarEnd, nFixEnd ), in Flush()
218 pDev->DrawGrid( tools::Rectangle( nFixStart, nVarStart, nFixEnd, nVarEnd ), in Flush()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/gfig/gfig-examples/
H A Dsprial8 DrawGrid: FALSE
H A Dsimily8 DrawGrid: FALSE
H A Dpolys8 DrawGrid: TRUE
H A Dring8 DrawGrid: TRUE
H A Dstars8 DrawGrid: FALSE
H A Dcurves8 DrawGrid: TRUE
H A Dspirals_and_stars8 DrawGrid: FALSE
H A Dstar28 DrawGrid: FALSE
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dgridmerg.cxx207 pDev->DrawGrid( tools::Rectangle( nVarStart, nFixStart, nVarEnd, nFixEnd ), in Flush()
219 pDev->DrawGrid( tools::Rectangle( nFixStart, nVarStart, nFixEnd, nVarEnd ), in Flush()
/dports/graphics/glfw2/glfw-2.7.9/examples/
H A Dboing.c47 void DrawGrid( void );
212 DrawGrid(); in display()
485 void DrawGrid( void ) in DrawGrid() function
/dports/games/spring/spring_98.0/rts/Map/SM3/
H A DSM3Map.cpp364 static void DrawGrid(terrain::TQuad* tq, DrawGridParms* param) in DrawGrid() function
373 DrawGrid(tq->children[a],param); in DrawGrid()
388 DrawGrid(renderer->GetQuadTree(), &dgp); in GridVisibility()
/dports/devel/raylib/raylib-3.7.0/examples/core/
H A Dcore_3d_camera_mode.c55 DrawGrid(10, 1.0f); in main()
/dports/devel/raylib/raylib-3.7.0/projects/VSCode/
H A Dmain.c65 DrawGrid(10, 1.0f); in main()

12345678910>>...14