Searched refs:rbearing (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 48 prefix, ch->lbearing, ch->rbearing, ch->width); in dump_char_struct() 238 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in Fake_glXUseXFont() 320 width = ch->rbearing - ch->lbearing; in Fake_glXUseXFont()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_usefont.c | 50 prefix, ch->lbearing, ch->rbearing, ch->width); in dump_char_struct() 241 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in glXUseXFont() 323 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() 243 max_width = fs->max_bounds.rbearing - fs->min_bounds.lbearing; in DRI_glXUseXFont() 324 width = ch->rbearing - ch->lbearing; in DRI_glXUseXFont()
|
/external/freetype/src/bdf/ |
D | bdflib.c | 264 short rbearing; member 1675 p->rbearing = (short)( glyph->bbx.width + glyph->bbx.x_offset ); in _bdf_parse_glyphs() 1677 p->maxrb = (short)FT_MAX( p->rbearing, p->maxrb ); in _bdf_parse_glyphs()
|