Searched refs:bbx (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/freetype/dist/src/bdf/
H A Dbdflib.c1562 if ( p->row >= (unsigned long)glyph->bbx.height )
1598 mask_index = ( glyph->bbx.width * p->font->bpp ) & 7;
1599 if ( glyph->bbx.width )
1660 glyph->bbx.width = _bdf_atous( p->list.field[1] );
1661 glyph->bbx.height = _bdf_atous( p->list.field[2] );
1662 glyph->bbx.x_offset = _bdf_atos( p->list.field[3] );
1663 glyph->bbx.y_offset = _bdf_atos( p->list.field[4] );
1666 glyph->bbx.ascent = (short)( glyph->bbx.height + glyph->bbx
[all...]
H A Dbdf.h152 bdf_bbx_t bbx; /* Glyph bounding box. */ member in struct:bdf_glyph_t_
163 bdf_bbx_t bbx; /* Font bounding box. */ member in struct:bdf_font_t_
H A Dbdfdrivr.c740 size->metrics.max_advance = bdffont->bbx.width * 64;
825 bitmap->rows = glyph.bbx.height;
826 bitmap->width = glyph.bbx.width;
854 slot->bitmap_left = glyph.bbx.x_offset;
855 slot->bitmap_top = glyph.bbx.ascent;
858 slot->metrics.horiBearingX = (FT_Pos)( glyph.bbx.x_offset * 64 );
859 slot->metrics.horiBearingY = (FT_Pos)( glyph.bbx.ascent * 64 );
868 bdf->bdffont->bbx.height * 64 );
/xsrc/external/mit/font-util/dist/
H A Ducs2any.c520 bbx_t bbx; local in function:main
527 bbx.cheight = bbx.cxoff = bbx.cyoff = -1;
836 bbx.cwidth = -1;
869 if (bbx.cwidth == -1) {
870 bbx.cwidth = w;
871 bbx.cheight = h;
872 bbx.cxoff = x;
873 bbx
[all...]

Completed in 10 milliseconds