Searched refs:dwidth (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_gop.c | 97 efi_uintn_t i, j, linelen, slineoff = 0, dlineoff, swidth, dwidth; in gop_blt_int() local 164 dwidth = gopobj->info.width; in gop_blt_int() 169 dwidth = linelen; in gop_blt_int() 174 dlineoff = dwidth * dy; in gop_blt_int() 215 dlineoff += dwidth; in gop_blt_int()
|
/external/mesa3d/src/freedreno/rnn/ |
D | rnndec.c | 368 …tx, struct rnndelem **elems, int elemsnum, uint64_t addr, int write, int dwidth, uint64_t *indices… in trymatch() argument 387 if (offset >= elems[i]->width/dwidth) in trymatch() 419 …res = trymatch (ctx, elems[i]->subelems, elems[i]->subelemsnum, offset, write, dwidth, nind, nindn… in trymatch() 444 …if ((res = trymatch (ctx, elems[i]->subelems, elems[i]->subelemsnum, offset, write, dwidth, 0, 0))… in trymatch() 482 int dwidth, const char *name, uint64_t *offset) in tryreg() argument 520 ret = tryreg(ctx, elem->subelems, elem->subelemsnum, dwidth, in tryreg() 528 ret = tryreg(ctx, elem->subelems, elem->subelemsnum, dwidth, child, offset); in tryreg()
|
/external/freetype/src/bdf/ |
D | bdf.h | 152 unsigned short dwidth; /* Device width. */ member
|
D | bdflib.c | 1636 glyph->dwidth = (unsigned short)_bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs() 1645 glyph->dwidth, 72000L, in _bdf_parse_glyphs() 1686 glyph->dwidth = glyph->bbx.width; in _bdf_parse_glyphs() 1695 glyph->dwidth, 72000L, in _bdf_parse_glyphs()
|
D | bdfdrivr.c | 857 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()
|