Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dthumbnail.c391 static uint32* rowoff; /* row offset for stepping */ variable
467 rowoff = (uint32*) _TIFFmalloc(sizeof (uint32) * tnw); in initScale()
495 rowoff[x] = sx0 >> 3; in setupStepTables()
520 uint32 off = rowoff[x]; in setrow()