Searched refs:dwidth (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/freedreno/rnn/ |
D | rnndec.c | 370 …tx, struct rnndelem **elems, int elemsnum, uint64_t addr, int write, int dwidth, uint64_t *indices… in trymatch() argument 389 if (offset >= elems[i]->width/dwidth) in trymatch() 428 …res = trymatch (ctx, elems[i]->subelems, elems[i]->subelemsnum, offset, write, dwidth, nind, nindn… in trymatch() 453 …if ((res = trymatch (ctx, elems[i]->subelems, elems[i]->subelemsnum, offset, write, dwidth, 0, 0))… in trymatch() 491 int dwidth, const char *name, uint64_t *offset) in tryreg() argument 529 ret = tryreg(ctx, elem->subelems, elem->subelemsnum, dwidth, in tryreg() 537 ret = tryreg(ctx, elem->subelems, elem->subelemsnum, dwidth, child, offset); in tryreg()
|
/third_party/flutter/skia/third_party/externals/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()
|
/third_party/freetype/src/bdf/ |
D | bdf.h | 151 unsigned short dwidth; /* Device width. */ member
|
D | bdflib.c | 1635 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()
|
D | bdfdrivr.c | 857 slot->metrics.horiAdvance = (FT_Pos)( glyph.dwidth * 64 ); in BDF_Glyph_Load()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdf.h | 151 unsigned short dwidth; /* Device width. */ member
|
D | bdflib.c | 1640 glyph->dwidth = _bdf_atous( p->list.field[1] ); in _bdf_parse_glyphs() 1649 glyph->dwidth, 72000L, in _bdf_parse_glyphs() 1690 glyph->dwidth = glyph->bbx.width; in _bdf_parse_glyphs() 1699 glyph->dwidth, 72000L, in _bdf_parse_glyphs()
|
D | bdfdrivr.c | 855 slot->metrics.horiAdvance = (FT_Pos)( glyph.dwidth * 64 ); in BDF_Glyph_Load()
|
/third_party/mksh/ |
D | dot.mkshrc | 222 \\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 ))
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 4461 guint dwidth, dheight; in atom_trak_set_video_type() local 4467 dwidth = entry->width; in atom_trak_set_video_type() 4472 dwidth = entry->width * par_n / par_d; in atom_trak_set_video_type() 4477 atom_trak_set_video_commons (trak, context, scale, dwidth, dheight); in atom_trak_set_video_type()
|