Home
last modified time | relevance | path

Searched refs:useaccel (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py222 useaccel = 1 variable in state
942 elif option == '-a': state.useaccel = 0
1132 if not state.useaccel:
1205 if state.useaccel:
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c343 static int useaccel = 1; variable
1904 case 'a': useaccel = 0; break; in main()
2293 if (!useaccel) in main()
2371 if (useaccel) in main()