Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdflib.c263 short maxds; member
1686 p->maxds = (short)FT_MAX( glyph->bbx.descent, p->maxds ); in _bdf_parse_glyphs()
2275 if ( p->font->bbx.descent != p->maxds ) in bdf_load_font()
2278 p->font->bbx.descent, p->maxds )); in bdf_load_font()
2279 p->font->bbx.descent = p->maxds; in bdf_load_font()
2280 p->font->bbx.y_offset = (short)( -p->maxds ); in bdf_load_font()
2284 if ( p->maxas + p->maxds != p->font->bbx.height ) in bdf_load_font()
2287 p->font->bbx.height, p->maxas + p->maxds )); in bdf_load_font()
2288 p->font->bbx.height = (unsigned short)( p->maxas + p->maxds ); in bdf_load_font()