Searched refs:rbearing (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 49 prefix, ch->lbearing, ch->rbearing, ch->width); in dump_char_struct() 239 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in Fake_glXUseXFont() 321 width = ch->rbearing - ch->lbearing; in Fake_glXUseXFont()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_usefont.c | 49 prefix, ch->lbearing, ch->rbearing, ch->width); in dump_char_struct() 240 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in glXUseXFont() 322 width = ch->rbearing - ch->lbearing; in glXUseXFont()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 54 prefix, ch->lbearing, ch->rbearing, ch->width); in dump_char_struct() 253 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in DRI_glXUseXFont() 334 width = ch->rbearing - ch->lbearing; in DRI_glXUseXFont()
|
/external/freetype/src/bdf/ |
D | bdflib.c | 265 short rbearing; member 1688 p->rbearing = (short)( glyph->bbx.width + glyph->bbx.x_offset ); in _bdf_parse_glyphs() 1690 p->maxrb = (short)FT_MAX( p->rbearing, p->maxrb ); in _bdf_parse_glyphs()
|