Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h147 GMT_3D_BOX = 2}; /* Draw the backboard and the 3-D wire box */ enumerator
H A Dgmt_plot.c1911 if (!GMT->current.map.frame.draw_wall && z && (mode3d & GMT_3D_BOX) == 0) { in gmtplot_z_gridlines()
6498 if (GMT->current.map.frame.draw_box & GMT_3D_BOX) { in gmt_vertical_axis()
6506 if (GMT->current.map.frame.draw_box & GMT_3D_BOX) { in gmt_vertical_axis()
H A Dgmt_init.c2662 case '+': *draw_box = GMT_3D_BOX; break; in gmtinit_decode4_wesnz()
4129 GMT->current.map.frame.draw_box |= GMT_3D_BOX; in gmtinit_decode5_wesnz()
4136 GMT->current.map.frame.draw_box |= GMT_3D_BOX; in gmtinit_decode5_wesnz()
4218 GMT->current.map.frame.draw_box |= (GMT_3D_BOX|GMT_3D_WALL); in gmtinit_parse5_B_frame_setting()