Searched refs:transformoption (Results 1 – 3 of 3) sorted by relevance
44 static jpeg_transform_info transformoption; /* image transformation options */ variable104 if (transformoption.transform == JXFORM_NONE || in select_transform()105 transformoption.transform == transform) { in select_transform()106 transformoption.transform = transform; in select_transform()141 transformoption.transform = JXFORM_NONE; in parse_switches()142 transformoption.perfect = FALSE; in parse_switches()143 transformoption.trim = FALSE; in parse_switches()144 transformoption.force_grayscale = FALSE; in parse_switches()145 transformoption.crop = FALSE; in parse_switches()146 transformoption.slow_hflip = FALSE; in parse_switches()[all …]
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 …]