Searched refs:widcache (Results 1 – 4 of 4) sorted by relevance
149 struct widcache widcache[NWIDCACHE]; variable
183 extern struct widcache { /* width cache, indexed by character */ struct186 } widcache[NWIDCACHE]; argument
101 if (widcache[i-32].fontpts == (xfont<<8) + xpts && !setwdf)102 k = widcache[i-32].width;123 widcache[0].fontpts = 0; in zapwcache()127 widcache[i].fontpts = 0; in zapwcache()194 widcache[i].fontpts = 0;196 widcache[i].fontpts = (xfont<<8) + xpts;197 widcache[i].width = k;
359 if (widcache[k-32].fontpts == (xfont<<8) + xpts && !setwdf) {360 w = widcache[k-32].width;