Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dgif_reader.cpp56 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()
[all …]