Home
last modified time | relevance | path

Searched refs:textAlphaBits (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp200 static int textAlphaBits = MAX_ALPHA_BITS; variable
551 if (textAlphaBits == 0 && graphicAlphaBits == 0) in setupAntiAlias()
553 else if (textAlphaBits == 0) in setupAntiAlias()
556 antiAlias = make_message("-dTextAlphaBits=%d ", textAlphaBits); in setupAntiAlias()
559 textAlphaBits, graphicAlphaBits); in setupAntiAlias()
1555 textAlphaBits = min(max(MIN_ALPHA_BITS, atoi(optarg)), in scanArguments()
1557 if (textAlphaBits == 3) { in scanArguments()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1182448 (textAlphaBits, graphicAlphaBits, antiAlias): New global variables.