Home
last modified time | relevance | path

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

/external/freetype/src/bdf/
Dbdflib.c261 short maxds; member
1672 p->maxds = (short)FT_MAX( glyph->bbx.descent, p->maxds ); in _bdf_parse_glyphs()
2246 if ( p->font->bbx.descent != p->maxds ) in bdf_load_font()
2249 p->font->bbx.descent, p->maxds )); in bdf_load_font()
2250 p->font->bbx.descent = p->maxds; in bdf_load_font()
2251 p->font->bbx.y_offset = (short)( -p->maxds ); in bdf_load_font()
2254 if ( p->maxas + p->maxds != p->font->bbx.height ) in bdf_load_font()
2257 p->font->bbx.height, p->maxas + p->maxds )); in bdf_load_font()
2258 p->font->bbx.height = (unsigned short)( p->maxas + p->maxds ); in bdf_load_font()