Lines Matching refs:ch
51 dump_char_struct(XCharStruct * ch, char *prefix)
54 prefix, ch->lbearing, ch->rbearing, ch->width);
56 prefix, ch->ascent, ch->descent, (unsigned int) ch->attributes);
298 XCharStruct *ch;
305 ch = isvalid(fs, c);
306 if (!ch) {
307 ch = &fs->max_bounds;
318 dump_char_struct(ch, s);
324 width = ch->rbearing - ch->lbearing;
325 height = ch->ascent + ch->descent;
326 x0 = -ch->lbearing;
327 y0 = ch->descent - 1;
328 dx = ch->width;
332 x = -ch->lbearing;
333 y = ch->ascent;