Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c407 short maxas; member
1858 p->maxas = (short)FT_MAX( glyph->bbx.ascent, p->maxas ); in _bdf_parse_glyphs()
2435 if ( p->font->bbx.ascent != p->maxas ) in bdf_load_font()
2438 p->font->bbx.ascent, p->maxas )); in bdf_load_font()
2439 p->font->bbx.ascent = p->maxas; in bdf_load_font()
2452 if ( p->maxas + p->maxds != p->font->bbx.height ) in bdf_load_font()
2455 p->font->bbx.height, p->maxas + p->maxds )); in bdf_load_font()
2456 p->font->bbx.height = (unsigned short)( p->maxas + p->maxds ); in bdf_load_font()

Completed in 6 milliseconds