Home
last modified time | relevance | path

Searched refs:grid_space (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstudiox_screen_driver.c145 int grid_space = gsi->grid_space; in guix_canvas_flush() local
147 if (grid_space || gsi->crosshair_enabled || gsi->snap_line_count) in guix_canvas_flush()
166 if (grid_space) in guix_canvas_flush()
168 grid_space *= scale / 100; in guix_canvas_flush()
171 for (col = grid_space; col < canvas_height; col += grid_space) in guix_canvas_flush()
173 for (row = grid_space; row < canvas_width; row += grid_space) in guix_canvas_flush()
Dstudiox_screen_driver.h32 int grid_space; member
Dtarget_screen.cpp1756 mGridSnapInfo.grid_space = project->mHeader.grid_spacing; in OnPaint()
1760 mGridSnapInfo.grid_space = 0; in OnPaint()