Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_monochrome_driver_disabled_button_line_draw.c82 INT display_format; in _gx_monochrome_driver_disabled_button_line_draw() local
90 display_format = canvas -> gx_canvas_display -> gx_display_color_format; in _gx_monochrome_driver_disabled_button_line_draw()
92 if (display_format != GX_COLOR_FORMAT_MONOCHROME) in _gx_monochrome_driver_disabled_button_line_draw()
/GUIX-v6.2.1/guix_studio/
Dedit_pixelmap_dlg.h47 static INT *GetAllowedFormats(int display_format);
48 static BOOL IsOutputFormatSupported(int display_format, int output_format);
Dedit_pixelmap_dlg.cpp1122 INT* edit_pixelmap_dlg::GetAllowedFormats(int display_format) in GetAllowedFormats() argument
1127 switch (display_format) in GetAllowedFormats()
1172 BOOL edit_pixelmap_dlg::IsOutputFormatSupported(int display_format, int output_format) in IsOutputFormatSupported() argument
1174 INT *allowed_formats = GetAllowedFormats(display_format); in IsOutputFormatSupported()
DStudioXProject.h747 void ReadPaletteType(int display_format, xml_reader &reader, res_info *res);
Dresource_view.cpp1582 int display_format = project->mDisplays[mDisplayIndex].colorformat; in PasteResource() local
1583 …if (!edit_pixelmap_dlg::IsOutputFormatSupported(display_format, new_info->output_color_format) || … in PasteResource()
1588 if (display_format == GX_COLOR_FORMAT_8BIT_PALETTE) in PasteResource()
Dimage_reader.cpp1657 BOOL image_reader::SetOutputColorFormat(int output_format, int display_format) in SetOutputColorFormat() argument
1660 mDisplayFormat = display_format; in SetOutputColorFormat()
/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_resources_edit.py666 def run_project_configure(display_format): argument
677 test_utils.configure_display_color_format(display_format)
742 def run_edit_resources(new_project_name, display_format, golden_files): argument
750 run_project_configure(display_format)
752 display_color_format = display_format
762 if display_format == 'GX_COLOR_FORMAT_8BIT_PALETTE':