Home
last modified time | relevance | path

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

/dports/math/grace/grace-5.1.25/src/
H A Dpatterns.h229 static int dash_array_length[] = variable
H A Dpdfdrv.c252 darray = xmalloc(dash_array_length[ls]*SIZEOF_FLOAT); in pdf_setdrawbrush()
253 for (i = 0; i < dash_array_length[ls]; i++) { in pdf_setdrawbrush()
256 PDF_setpolydash(phandle, darray, dash_array_length[ls]); in pdf_setdrawbrush()
H A Dmfdrv.c113 for (j = 0; j < dash_array_length[i]; j++) { in mfinitgraphics()
H A Drstdrv.c237 for (i = 0; i < dash_array_length[rstlines]; i++) { in rst_setdrawbrush()
259 for (i = 0; i < dash_array_length[rstlines]; i++) { in rst_setdrawbrush()
H A Dx11drv.c458 darr_len = dash_array_length[style]; in xlib_setdrawbrush()
H A Dmifdrv.c384 for (i = 0; i < dash_array_length[ls]; i++) { in mif_object_props()
H A Dsvgdrv.c454 for (i = 0; i < dash_array_length[linestyle]; i++) { in svg_group_props()
H A Dpsdrv.c471 for (i = 0; i < dash_array_length[ls]; i++) { in ps_setdrawbrush()
H A Dmotifutils.c1255 for (j = 0; j < dash_array_length[i]; j++) { in init_option_menus()