Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pcf/
A Dpcf.h88 FT_Byte ascent; member
99 FT_Short ascent; member
A Dpcfread.c204 FT_FRAME_SHORT_LE( ascent ),
221 FT_FRAME_SHORT( ascent ),
240 FT_FRAME_BYTE( ascent ),
279 metric->ascent = (FT_Short)( compr.ascent - 0x80 ); in pcf_get_metric()
646 ( metrics + i )->ascent, in pcf_get_metrics()
1197 bsize->height = face->accel.maxbounds.ascent << 6; in pcf_load_font()
A Dpcfdrivr.c510 bitmap->rows = metric->ascent + metric->descent; in PCF_Glyph_Load()
576 slot->bitmap_top = metric->ascent; in PCF_Glyph_Load()
580 slot->metrics.horiBearingY = metric->ascent << 6; in PCF_Glyph_Load()
A DREADME58 - height is defined as (ascent - descent). Is this correct?
/AliOS-Things-master/components/freetype/include/
A Dftwinfnt.h193 FT_UShort ascent; member
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c1858 p->maxas = (short)FT_MAX( glyph->bbx.ascent, p->maxas ); in _bdf_parse_glyphs()
1991 p->font->font_ascent = p->font->bbx.ascent; in _bdf_parse_properties()
1992 ft_sprintf( nbuf, "%hd", p->font->bbx.ascent ); in _bdf_parse_properties()
1998 FT_TRACE2(( "_bdf_parse_properties: " ACMSG1, p->font->bbx.ascent )); in _bdf_parse_properties()
2214 p->font->bbx.ascent = (short)( p->font->bbx.height + in _bdf_parse_start()
2329 p->font->font_ascent = p->font->bbx.ascent; in _bdf_parse_start()
2330 ft_sprintf( nbuf, "%hd", p->font->bbx.ascent ); in _bdf_parse_start()
2335 FT_TRACE2(( "_bdf_parse_properties: " ACMSG1, p->font->bbx.ascent )); in _bdf_parse_start()
2435 if ( p->font->bbx.ascent != p->maxas ) in bdf_load_font()
2438 p->font->bbx.ascent, p->maxas )); in bdf_load_font()
[all …]
A Dbdf.h140 short ascent; member
A Dbdfdrivr.c729 slot->bitmap_top = glyph.bbx.ascent; in BDF_Glyph_Load()
733 slot->metrics.horiBearingY = glyph.bbx.ascent << 6; in BDF_Glyph_Load()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c73 int ascent; member
142 return font->ascent - font->underline_offset - 1; in TTF_underline_top_row()
176 return TTF_underline_bottom_row(font) - font->ascent + glyph->maxy; in TTF_Glyph_underline_bottom_row()
196 return TTF_strikethrough_top_row(font) - font->ascent + glyph->maxy; in TTF_Glyph_strikethrough_top_row()
490 font->ascent = FT_CEIL(FT_MulFix(face->ascender, scale)); in TTF_OpenFontIndexRW()
514 font->ascent = face->available_sizes[ptsize].height; in TTF_OpenFontIndexRW()
517 font->lineskip = FT_CEIL(font->ascent); in TTF_OpenFontIndexRW()
529 font->ascent, font->descent); in TTF_OpenFontIndexRW()
642 cached->yoffset = font->ascent - cached->maxy; in Load_Glyph()
1130 return(font->ascent); in TTF_FontAscent()
[all …]
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c155 FT_FRAME_USHORT_LE( ascent ),
907 size->metrics.ascender = header->ascent * 64; in FNT_Size_Select()
909 header->ascent ) * 64; in FNT_Size_Select()
1065 slot->bitmap_top = font->header.ascent; in FNT_Load_Glyph()
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrtypes.h234 FT_Int ascent; /* optional, bbox.yMax if not present */ member
A Dpfrload.c813 phy_font->ascent = PFR_NEXT_SHORT( q ); in pfr_phy_font_load()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11messagebox.c142 *pheight = text_structure.ascent + text_structure.descent; in GetTextWidthHeight()

Completed in 26 milliseconds