Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dsiscale.c299 int tmp_width, int WidthIn, int Colors, const CLIST * contrib, in zoom_x() argument
316 for ( i = 0; i < tmp_width; tp += Colors, ++clp, ++i )\ in zoom_x()
364 const PixelTmp * tmp, int WidthOut, int tmp_width, in zoom_y() argument
406 #define tmp_width params.WidthOut macro
482 ss->tmp_width * ss->params.Colors * sizeof(PixelTmp), in s_IScale_init()
542 ss->params.WidthOut, ss->tmp_width, ss->params.Colors, in s_IScale_process()
592 ss->tmp_width * ss->params.Colors, row, in s_IScale_process()
593 ss->sizeofPixelIn, ss->tmp_width, ss->params.WidthIn, in s_IScale_process()