Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dcolor_edit_dialog.h74 BOOL IsAlphaFormat(int color_format);
Dresource_item.h110 BOOL IsAlphaFormat(int color_format);
Dstudiox_util.h80 BOOL IsAlphaFormat(int color_format);
Dcolor_edit_dialog.cpp603 if (!IsAlphaFormat(color_format)) in color_edit_dialog()
860 if (!IsAlphaFormat(mpProject->mDisplays[mDisplayIndex].colorformat)) in DoDataExchange()
868 BOOL color_edit_dialog::IsAlphaFormat(int color_format) in IsAlphaFormat() function in color_edit_dialog
Dedit_pixelmap_dlg.cpp947 if (!IsAlphaFormat(SelectedFormat)) in OnBnClickedAlpha()
969 if (!IsAlphaFormat(SelectedFormat)) in OnCbnSelchangeOutputFormat()
Dresource_item.cpp2142 if (!IsAlphaFormat(project->mDisplays[display_index].colorformat)) in GetRGBColor()
2251 BOOL resource_item::IsAlphaFormat(int color_format) in IsAlphaFormat() function in resource_item
Dstudiox_util.cpp1288 BOOL IsAlphaFormat(int color_format) in IsAlphaFormat() function
DStudioXProject.cpp1490 if (!IsAlphaFormat(info->output_color_format)) in InitializeOnePixelmap()