Searched refs:OPT_TO (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c238 * OPT_TO: Set if -to option allowed/specified.
246 #define OPT_TO 0x10 macro
615 OPT_FROM | OPT_TO | OPT_ZOOM | OPT_SUBSAMPLE | OPT_SHRINK,
654 if (((options.options & OPT_TO) == 0) || (options.toX2 < 0)) {
736 if (ParseSubcommandOptions(&options, interp, OPT_TO,
804 if (((options.options & OPT_TO) == 0) || (options.toX2 < 0)) {
830 OPT_FORMAT | OPT_FROM | OPT_TO | OPT_SHRINK,
1135 maxValues = ((bit == OPT_FROM) || (bit == OPT_TO))? 4: 2;
1199 case OPT_TO:

Completed in 749 milliseconds