Searched refs:transformoption (Results 1 – 2 of 2) sorted by relevance
41 static jpeg_transform_info transformoption; /* image transformation options */ variable97 if (transformoption.transform == JXFORM_NONE || in select_transform()98 transformoption.transform == transform) { in select_transform()99 transformoption.transform = transform; in select_transform()134 transformoption.transform = JXFORM_NONE; in parse_switches()135 transformoption.trim = FALSE; in parse_switches()136 transformoption.force_grayscale = FALSE; in parse_switches()202 transformoption.force_grayscale = TRUE; in parse_switches()302 transformoption.trim = TRUE; in parse_switches()446 jtransform_request_workspace(&srcinfo, &transformoption); in main()[all …]