Searched refs:active_hints (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevpsfx.c | 116 fixed lsb, byte *active_hints) in type1_stem1() argument 134 if (active_hints) { in type1_stem1() 137 active_hints[index >> 3] |= 0x80 >> (index & 7); in type1_stem1() 148 fixed lsb, byte *active_hints) in type1_stem3() argument 150 type1_stem1(pcis, psht, pv3, lsb, active_hints); in type1_stem3() 151 type1_stem1(pcis, psht, pv3 + 2, lsb, active_hints); in type1_stem3() 152 type1_stem1(pcis, psht, pv3 + 4, lsb, active_hints); in type1_stem3() 426 byte active_hints[(max_total_stem_hints + 7) / 8]; in psf_convert_type1_to_type2() local 438 type2_put_hintmask(s, active_hints, hintmask_size);\ in psf_convert_type1_to_type2() 528 memset(active_hints, 0, hintmask_size); in psf_convert_type1_to_type2() [all …]
|