Home
last modified time | relevance | path

Searched refs:FirstBitLowOrder (Results 1 – 10 of 10) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dshc.h67 bool FirstBitLowOrder;\
142 (hc_put_code_proc((ss)->FirstBitLowOrder,\
225 if (ss->FirstBitLowOrder)\
234 if (ss->FirstBitLowOrder)\
H A Dslzwx.h34 bool FirstBitLowOrder; /* decoding only */ member
65 (ss)->FirstBitLowOrder = false,\
H A Dzfdecode.c201 &plzs->FirstBitLowOrder)) < 0 || in zlz_setup()
223 if ((code = dict_bool_param(op, "LowBitFirst", lzs.FirstBitLowOrder, in zLZWD()
224 &lzs.FirstBitLowOrder)) < 0 || in zLZWD()
H A Dshc.c57 if (ss->FirstBitLowOrder) in hc_put_last_bits_proc()
H A Dscfx.h65 (ss)->FirstBitLowOrder = false,\
H A Dscfparam.c42 cfp("FirstBitLowOrder", gs_param_type_bool, FirstBitLowOrder),
H A Dgdevtfax.c253 pstate->FirstBitLowOrder = tfdev->FillOrder == 2; in tifff_print_page()
333 state.FirstBitLowOrder = false; in tifflzw_print_page()
H A Dgdevcfax.c214 state.FirstBitLowOrder = true; in cfax_print_page()
H A Dzfilterx.c54 &pbhcs->FirstBitLowOrder)) < 0 || in bhc_setup()
H A Dslzwd.c120 bool low_order = ss->FirstBitLowOrder; in s_LZWD_process()