Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dedit_pixelmap_dlg.cpp1174 INT *allowed_formats = GetAllowedFormats(display_format); in IsOutputFormatSupported() local
1177 if (!allowed_formats) in IsOutputFormatSupported()
1182 while (allowed_formats[index]) in IsOutputFormatSupported()
1184 if (allowed_formats[index] == output_format) in IsOutputFormatSupported()