Searched refs:display_format (Results 1 – 7 of 7) sorted by relevance
82 INT display_format; in _gx_monochrome_driver_disabled_button_line_draw() local90 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()
47 static INT *GetAllowedFormats(int display_format);48 static BOOL IsOutputFormatSupported(int display_format, int output_format);
1122 INT* edit_pixelmap_dlg::GetAllowedFormats(int display_format) in GetAllowedFormats() argument1127 switch (display_format) in GetAllowedFormats()1172 BOOL edit_pixelmap_dlg::IsOutputFormatSupported(int display_format, int output_format) in IsOutputFormatSupported() argument1174 INT *allowed_formats = GetAllowedFormats(display_format); in IsOutputFormatSupported()
747 void ReadPaletteType(int display_format, xml_reader &reader, res_info *res);
1582 int display_format = project->mDisplays[mDisplayIndex].colorformat; in PasteResource() local1583 …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()
1657 BOOL image_reader::SetOutputColorFormat(int output_format, int display_format) in SetOutputColorFormat() argument1660 mDisplayFormat = display_format; in SetOutputColorFormat()
666 def run_project_configure(display_format): argument677 test_utils.configure_display_color_format(display_format)742 def run_edit_resources(new_project_name, display_format, golden_files): argument750 run_project_configure(display_format)752 display_color_format = display_format762 if display_format == 'GX_COLOR_FORMAT_8BIT_PALETTE':