Searched refs:dwidth (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_gop.c | 90 efi_uintn_t i, j, linelen, slineoff = 0, dlineoff, swidth, dwidth; in gop_blt_int() local 157 dwidth = gopobj->info.width; in gop_blt_int() 162 dwidth = linelen; in gop_blt_int() 167 dlineoff = dwidth * dy; in gop_blt_int() 208 dlineoff += dwidth; in gop_blt_int()
|
/external/freetype/src/bdf/ |
D | bdf.h | 152 unsigned short dwidth; /* Device width. */ member
|
D | bdflib.c | 1649 glyph->dwidth = (unsigned short)_bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs() 1658 glyph->dwidth, 72000L, in _bdf_parse_glyphs() 1699 glyph->dwidth = glyph->bbx.width; in _bdf_parse_glyphs() 1708 glyph->dwidth, 72000L, in _bdf_parse_glyphs()
|
D | bdfdrivr.c | 845 slot->metrics.horiAdvance = (FT_Pos)( glyph.dwidth * 64 ); in BDF_Glyph_Load()
|
/external/mksh/src/ |
D | dot.mkshrc | 180 \\builtin typeset d dwidth 210 (( dwidth = (${%d} > 0 ? ${%d} : ${#d}) )) 211 if (( fn && (cpos += dwidth + 1) >= 79 && \ 212 dwidth < 80 )); then 214 (( cpos = dwidth + 1 ))
|
/external/libcups/cups/ |
D | dest-options.c | 2063 int dwidth, /* Difference in width */ in cups_is_close_media_db() local 2067 dwidth = a->width - b->width; in cups_is_close_media_db() 2070 return (dwidth >= -176 && dwidth <= 176 && in cups_is_close_media_db()
|
D | ppd-cache.c | 2319 dwidth, /* Difference in width */ in _ppdCacheGetPageSize() local 2443 dwidth = size->width - jobsize.width; in _ppdCacheGetPageSize() 2446 if (dwidth <= -176 || dwidth >= 176 || dlength <= -176 || dlength >= 176) in _ppdCacheGetPageSize()
|