Searched refs:dwidth (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnndec.c | 370 static struct rnndecaddrinfo *trymatch (struct rnndeccontext *ctx, struct rnndelem **elems, int elemsnum, uint64_t addr, int write, int dwidth, uint64_t *indices, int indicesnum) { 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, nindnum); 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() 529 ret = tryreg(ctx, elem->subelems, elem->subelemsnum, dwidth, in tryreg() 537 ret = tryreg(ctx, elem->subelems, elem->subelemsnum, dwidth, child, offset); in tryreg() 490 tryreg(struct rnndeccontext *ctx, struct rnndelem **elems, int elemsnum, int dwidth, const char *name, uint64_t *offset) tryreg() argument
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 151 unsigned short dwidth; /* Device width. */ member
|
H A 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()
|
H A D | bdfdrivr.c | 855 slot->metrics.horiAdvance = (FT_Pos)( glyph.dwidth * 64 ); in FT_CALLBACK_DEF()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 192 ptrdiff_t dwidth = av_image_get_linesize(dst->format, in qsv_fill_border() local 196 if (swidth < 0 || dwidth < 0) { in qsv_fill_border() 211 dwidth - swidth); in qsv_fill_border() 217 dwidth); in qsv_fill_border()
|
Completed in 8 milliseconds