Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py65 SPOTS_FULL = 2 variable
734 if state.spots == SPOTS_FULL:
990 if state.spots == SPOTS_FULL and suffix_table[i].spots == 0:
1007 if state.spots == SPOTS_FULL and suffix_table[i].spots == 0:
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c85 enum { SPOTS_NONE, SPOTS_OVERPRINT_SIM, SPOTS_FULL }; enumerator
1243 if (spots == SPOTS_FULL) in drawpage()
2037 if (spots == SPOTS_FULL && suffix_table[i].spots == 0) in main()
2064 if (spots == SPOTS_FULL && suffix_table[i].spots == 0) in main()