Lines Matching refs:max_bounds
625 fs->max_bounds.width,
841 nfs->max_bounds.width, bfs->max_bounds.width));
846 && (nfs->max_bounds.width == bfs->max_bounds.width
847 || nfs->max_bounds.width == bfs->max_bounds.width + 1));
859 return (fs->min_bounds.width == fs->max_bounds.width);
867 if (a != NULL && b != NULL && a->max_bounds.width != b->max_bounds.width)
880 return (fs != NULL && ((2 * fs->min_bounds.width) == fs->max_bounds.width));
955 || (fs)->max_bounds.width == 0))
958 * (fs)->max_bounds.width)
1236 XCharStruct max_bounds;
1251 fillXCharStruct(&max_bounds, -32768);
1265 #define MAX_BOUNDS(field) max_bounds.field = Max(max_bounds.field, item->field)
1283 compareXCharStruct("Max", &max_bounds, &(fs->max_bounds));
1336 reportXCharStruct("max_bounds", &(fs->max_bounds));
1587 #define MaxWidthOf(fs) fs->max_bounds.width
1780 new_fonts[fNorm].fs->max_bounds.width,
1782 new_fonts[fBold].fs->max_bounds.width));
1794 new_fonts[fWide].fs->max_bounds.width,
1796 new_fonts[fWBold].fs->max_bounds.width));
3790 SetFontWidth(screen, win, font->max_bounds.width);
3823 screen->fnt_wide = (Dimension) (font->max_bounds.width);