Searched refs:descent (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcf.h | 89 FT_Byte descent; member 100 FT_Short descent; member
|
A D | pcfread.c | 205 FT_FRAME_SHORT_LE( descent ), 222 FT_FRAME_SHORT( descent ), 241 FT_FRAME_BYTE( descent ), 280 metric->descent = (FT_Short)( compr.descent - 0x80 ); in pcf_get_metric() 647 ( metrics + i )->descent, in pcf_get_metrics()
|
A D | README | 58 - height is defined as (ascent - descent). Is this correct?
|
A D | pcfdrivr.c | 510 bitmap->rows = metric->ascent + metric->descent; in PCF_Glyph_Load()
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdflib.c | 1854 glyph->bbx.descent = (short)( -glyph->bbx.y_offset ); in _bdf_parse_glyphs() 1859 p->maxds = (short)FT_MAX( glyph->bbx.descent, p->maxds ); in _bdf_parse_glyphs() 2004 p->font->font_descent = p->font->bbx.descent; in _bdf_parse_properties() 2005 ft_sprintf( nbuf, "%hd", p->font->bbx.descent ); in _bdf_parse_properties() 2217 p->font->bbx.descent = (short)( -p->font->bbx.y_offset ); in _bdf_parse_start() 2337 p->font->font_descent = p->font->bbx.descent; in _bdf_parse_start() 2338 ft_sprintf( nbuf, "%hd", p->font->bbx.descent ); in _bdf_parse_start() 2343 FT_TRACE2(( "_bdf_parse_properties: " ACMSG2, p->font->bbx.descent )); in _bdf_parse_start() 2443 if ( p->font->bbx.descent != p->maxds ) in bdf_load_font() 2446 p->font->bbx.descent, p->maxds )); in bdf_load_font() [all …]
|
A D | bdf.h | 141 short descent; member
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrtypes.h | 235 FT_Int descent; /* optional, bbox.yMin if not present */ member
|
A D | pfrload.c | 814 phy_font->descent = PFR_NEXT_SHORT( q ); in pfr_phy_font_load()
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 74 int descent; member 491 font->descent = FT_CEIL(FT_MulFix(face->descender, scale)); in TTF_OpenFontIndexRW() 492 font->height = font->ascent - font->descent + /* baseline */ 1; in TTF_OpenFontIndexRW() 515 font->descent = 0; in TTF_OpenFontIndexRW() 529 font->ascent, font->descent); in TTF_OpenFontIndexRW() 1135 return(font->descent); in TTF_FontDescent()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11messagebox.c | 142 *pheight = text_structure.ascent + text_structure.descent; in GetTextWidthHeight()
|
Completed in 21 milliseconds