Home
last modified time | relevance | path

Searched refs:dwidth (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/freedreno/rnn/
Drnndec.c368 …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/
Dbdf.h151 unsigned short dwidth; /* Device width. */ member
Dbdflib.c1635 glyph->dwidth = (unsigned short)_bdf_atoul( p->list.field[1] ); in _bdf_parse_glyphs()
1644 glyph->dwidth, 72000L, in _bdf_parse_glyphs()
1685 glyph->dwidth = glyph->bbx.width; in _bdf_parse_glyphs()
1694 glyph->dwidth, 72000L, in _bdf_parse_glyphs()
Dbdfdrivr.c857 slot->metrics.horiAdvance = (FT_Pos)( glyph.dwidth * 64 ); in BDF_Glyph_Load()
/external/mksh/src/
Ddot.mkshrc222 \\builtin typeset d dwidth
252 (( dwidth = (${%d} > 0 ? ${%d} : ${#d}) ))
253 if (( fn && (cpos += dwidth + 1) >= 79 && \
254 dwidth < 80 )); then
256 (( cpos = dwidth + 1 ))
/external/libcups/cups/
Ddest-options.c2556 int dwidth, /* Difference in width */ in cups_is_close_media_db() local
2560 dwidth = a->width - b->width; in cups_is_close_media_db()
2563 return (dwidth >= -176 && dwidth <= 176 && in cups_is_close_media_db()
Dppd-cache.c2386 dwidth, /* Difference in width */ in _ppdCacheGetPageSize() local
2510 dwidth = size->width - jobsize.width; in _ppdCacheGetPageSize()
2513 if (dwidth <= -176 || dwidth >= 176 || dlength <= -176 || dlength >= 176) in _ppdCacheGetPageSize()