Searched refs:xstretch (Results 1 – 1 of 1) sorted by relevance
1648 int xstretch = pmap->gx_pixelmap_width * 100 / THUMBNAIL_SIZE; in InitializeOnePixelmap() local1651 if (xstretch >= ystretch) in InitializeOnePixelmap()1653 ystretch = pmap->gx_pixelmap_height * 100 / xstretch; in InitializeOnePixelmap()1654 xstretch = pmap->gx_pixelmap_width * 100 / xstretch; in InitializeOnePixelmap()1658 xstretch = pmap->gx_pixelmap_width * 100 / ystretch; in InitializeOnePixelmap()1661 GX_PIXELMAP* thumbnail = pReader->ResizeImage(pmap, xstretch, ystretch); in InitializeOnePixelmap()