Searched refs:twidth (Results 1 - 3 of 3) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A D | image.c | 122 twidth, /* Tile width */ in cupsImageGetCol() local 143 twidth = bpp * (CUPS_TILE_SIZE - 1); in cupsImageGetCol() 159 for (; count > 0; count --, ib += twidth) in cupsImageGetCol() 430 twidth, /* Width of tile */ in _cupsImagePutCol() local 453 twidth = bpp * (CUPS_TILE_SIZE - 1); in _cupsImagePutCol() 474 for (; count > 0; count --, ib += twidth) in _cupsImagePutCol()
|
H A D | ppdgenerator.c | 2235 twidth[256], /* Width string */ in ppdCreateFromIPP2() local 2262 _cupsStrFormatd(twidth, twidth + sizeof(twidth), in ppdCreateFromIPP2() 2298 twidth, tlength); in ppdCreateFromIPP2() 2307 _cupsStrFormatd(twidth, twidth + sizeof(twidth), in ppdCreateFromIPP2() 2343 twidth, tlength); in ppdCreateFromIPP2() 2360 _cupsStrFormatd(twidth, twidt in ppdCreateFromIPP2() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_datascope.c | 761 float theight, twidth; member 806 { "tw", "set trace width", OOFFSET(twidth), AV_OPT_TYPE_FLOAT, {.dbl=0.8},.1, 1, FLAGSR }, 918 s->width = s->twidth * inlink->w; in update_oscilloscope()
|
Completed in 7 milliseconds