Home
last modified time | relevance | path

Searched refs:SIXEL_OPTFLAG_USE_MACRO (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libsixel/sixel-1.8.6/include/
H A Dsixel.h206 #define SIXEL_OPTFLAG_USE_MACRO ('u') /* -u, --use-macro: use DECDMAC and DEVINVM sequence… macro
H A Dsixel.h.in206 #define SIXEL_OPTFLAG_USE_MACRO ('u') /* -u, --use-macro: use DECDMAC and DEVINVM sequence… macro
/dports/graphics/libsixel/sixel-1.8.6/python/libsixel/
H A D__init__.py193 SIXEL_OPTFLAG_USE_MACRO = 'u' # -u, --use-macro: use DECDMAC and DEVINVM sequences variable
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dencoder.c1572 case SIXEL_OPTFLAG_USE_MACRO: /* u */ in sixel_encoder_setopt()