Home
last modified time | relevance | path

Searched refs:RENDER_CALL (Results 1 – 3 of 3) sorted by relevance

/third_party/cups-filters/filter/braille/filters/
Dtexttobrf.in50 RENDER_CALL="fmt -$TEXTWIDTH"
59 RENDER_CALL="lynx -width=$TEXTWIDTH -dump -stdin"
239RENDER_CALL="$LIBLOUIS_TOOL -Chyphenate=yes -CliteraryTextTable=en-us-brf.dis,$LIBLOUIS_TABLES,bra…
265 printf "DEBUG: Calling $RENDER_CALL on '%s'\n" "$FILE" >&2
268 $RENDER_CALL 2> /dev/null | addmargins
270 < "$FILE" $RENDER_CALL 2> /dev/null | addmargins
274 printf "DEBUG: Calling $CONVERT | $RENDER_CALL on '%s'\n" "$FILE" >&2
277 $CONVERT | $RENDER_CALL 2> /dev/null | addmargins
279 < "$FILE" $CONVERT | $RENDER_CALL 2> /dev/null | addmargins
282 printf "DEBUG: Calling $CONVERT | $RENDER_CALL | $TRANSLATE on '%s'\n" "$FILE" >&2
[all …]
Dvectortobrf.in60 RENDER_CALL="convert $NEGATE $PAGE -flatten - $OUTPUT_FORMAT:-"
66 printf "DEBUG: Calling %s and %s from stdin\n" "$GS_CALL" "$RENDER_CALL" 1>&2
67 …$GS_CALL - | sed -e '/-noantialias/d' | $RENDER_CALL | sed -e '/^\(Width\|X\|Y\): [0-9]*$/,/^$/d' …
69 printf "DEBUG: Calling %s and %s on '%s'\n" "$GS_CALL" "$RENDER_CALL" "$FILE" 1>&2
70 …$GS_CALL "$FILE" | sed -e '/-noantialias/d' | $RENDER_CALL | sed -e '/^\(Width\|X\|Y\): [0-9]*$/,/…
Dimagetobrf.in113 RENDER_CALL="convert $WORK -rotate $ROTATE $PAGE $RESIZE $MIRROR -flatten - $OUTPUT_FORMAT:-"
119 printf "DEBUG: Calling %s from stdin\n" "$RENDER_CALL" 1>&2
120 $RENDER_CALL | sed -e '/^\(Width\|X\|Y\): [0-9]*$/,/^$/d' | addmargins
122 printf "DEBUG: Calling %s on '%s'\n" "$RENDER_CALL" "$FILE" 1>&2
123 $RENDER_CALL < "$FILE" | sed -e '/^\(Width\|X\|Y\): [0-9]*$/,/^$/d' | addmargins