Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/scripts/
H A Dmutool_draw.py42 CS_UNSET = 1 variable
53 CS_UNSET = 1 variable
207 out_cs = CS_UNSET
1024 if state.out_cs == CS_UNSET:
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dmudraw.c83 enum { CS_INVALID, CS_UNSET, CS_MONO, CS_GRAY, CS_GRAY_ALPHA, CS_RGB, CS_RGB_ALPHA, CS_CMYK, CS_CMY… enumerator
324 static int out_cs = CS_UNSET;
2106 if (out_cs == CS_UNSET) in main()