Lines Matching refs:pmap

1462     GX_PIXELMAP *pmap = NULL;  in InitializeOnePixelmap()  local
1633 pmap = pReader->GetPixelmap(index); in InitializeOnePixelmap()
1634 info->map_list.Add(pmap); in InitializeOnePixelmap()
1645 if (pmap->gx_pixelmap_width > THUMBNAIL_SIZE || in InitializeOnePixelmap()
1646 pmap->gx_pixelmap_height > THUMBNAIL_SIZE) in InitializeOnePixelmap()
1648 int xstretch = pmap->gx_pixelmap_width * 100 / THUMBNAIL_SIZE; in InitializeOnePixelmap()
1649 int ystretch = pmap->gx_pixelmap_height * 100 / THUMBNAIL_SIZE; 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()
1659 ystretch = pmap->gx_pixelmap_height * 100 / ystretch; in InitializeOnePixelmap()
1661 GX_PIXELMAP* thumbnail = pReader->ResizeImage(pmap, xstretch, ystretch); in InitializeOnePixelmap()
1678 result = pReader->RleEncode(pmap, TRUE); in InitializeOnePixelmap()
1682 result = pReader->RleEncode(pmap); in InitializeOnePixelmap()
2128 res_info *pmap = new res_info(RES_TYPE_PIXELMAP); in CreateDefaultResources() local
2129 pmap->name = pPixRec->name; in CreateDefaultResources()
2130 pmap->keep_alpha = pPixRec->include_alpha; in CreateDefaultResources()
2131 pmap->is_default = TRUE; in CreateDefaultResources()
2132 pSysMaps->Attach(pmap); in CreateDefaultResources()
2136 AddToResourceDictionary(DisplayIndex, pmap); in CreateDefaultResources()