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
1673 p->maxds = (short)FT_MAX( glyph->bbx.descent, p->maxds ); in bdf_parse_glyphs_()
2239 if ( p->font->bbx.descent != p->maxds ) in bdf_load_font()
2242 p->font->bbx.descent, p->maxds )); in bdf_load_font()
2243 p->font->bbx.descent = p->maxds; in bdf_load_font()
2244 p->font->bbx.y_offset = (short)( -p->maxds ); in bdf_load_font()
2247 if ( p->maxas + p->maxds != p->font->bbx.height ) in bdf_load_font()
2250 p->font->bbx.height, p->maxas + p->maxds )); in bdf_load_font()
2251 p->font->bbx.height = (unsigned short)( p->maxas + p->maxds ); in bdf_load_font()