Lines Matching refs:img
56 Image img(path); in GetFrameCount() local
58 UINT count = img.GetFrameDimensionsCount(); in GetFrameCount()
65 img.GetFrameDimensionsList(p_dimension_ids, count); in GetFrameCount()
66 int frame_count = img.GetFrameCount(&p_dimension_ids[0]); in GetFrameCount()
92 Image img(path); in ReadImage() local
94 UINT count = img.GetFrameDimensionsCount(); in ReadImage()
101 img.GetFrameDimensionsList(p_dimension_ids, count); in ReadImage()
102 int frame_count = img.GetFrameCount(&p_dimension_ids[0]); in ReadImage()
149 UINT buffer_size = img.GetPropertyItemSize(PropertyTagFrameDelay); in ReadImage()
151 img.GetPropertyItem(PropertyTagFrameDelay, buffer_size, p_item); in ReadImage()
189 img.SelectActiveFrame(&p_dimension_ids[0], index); in ReadImage()
190 img.Save(pIStream, &pngClsid); in ReadImage()