Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdflib.c261 short maxas; member
1672 p->maxas = (short)FT_MAX( glyph->bbx.ascent, p->maxas ); in _bdf_parse_glyphs()
2240 if ( p->font->bbx.ascent != p->maxas ) in bdf_load_font()
2243 p->font->bbx.ascent, p->maxas )); in bdf_load_font()
2244 p->font->bbx.ascent = p->maxas; in bdf_load_font()
2255 if ( p->maxas + p->maxds != p->font->bbx.height ) in bdf_load_font()
2258 p->font->bbx.height, p->maxas + p->maxds )); in bdf_load_font()
2259 p->font->bbx.height = (unsigned short)( p->maxas + p->maxds ); in bdf_load_font()