Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
DStudioXProject.cpp1649 int ystretch = pmap->gx_pixelmap_height * 100 / THUMBNAIL_SIZE; in InitializeOnePixelmap() local
1651 if (xstretch >= ystretch) in InitializeOnePixelmap()
1653 ystretch = pmap->gx_pixelmap_height * 100 / xstretch; in InitializeOnePixelmap()
1658 xstretch = pmap->gx_pixelmap_width * 100 / ystretch; in InitializeOnePixelmap()
1659 ystretch = pmap->gx_pixelmap_height * 100 / ystretch; in InitializeOnePixelmap()
1661 GX_PIXELMAP* thumbnail = pReader->ResizeImage(pmap, xstretch, ystretch); in InitializeOnePixelmap()