Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dedit_pixelmap_dlg.cpp281 mPixelmapInfo.binary_mode = PIXINFO_NOT_SET; in InitPixelmapDlgConfig()
295 SetCheck(IDC_BINARY_MODE, mPixelmapInfo.binary_mode); in InitPixelmapDlgConfig()
439 GetCheck(IDC_BINARY_MODE, mPixelmapInfo.binary_mode); in SavePixelmapDlgConfig()
513 update_pixelmap += SavePixelmapInfo(info->binary_mode, mPixelmapInfo.binary_mode); in SavePixelmapInfo()
569 GetPixelmapInfo(mPixelmapInfo.binary_mode, info->binary_mode); in GetPixelmapInfo()
Dedit_pixelmap_dlg.h17 BOOL binary_mode; member
Dresource_gen.cpp174 BOOL resource_gen::SetOutFile(CString filename, BOOL binary_mode) in SetOutFile() argument
196 if (!CheckOutputFileSecurity(outfile, binary_mode)) in SetOutFile()
228 if (binary_mode) in SetOutFile()
384 if (IsResEnabled(info) && (!info->output_file_enabled || !info->binary_mode)) in CalculateTableSizes()
396 …if ((IsResEnabled(info) && (!info->output_file_enabled || !info->binary_mode)) || IsSystemPixelmap… in CalculateTableSizes()
1065 if (info && (!info->output_file_enabled || !info->binary_mode)) in WriteFontDefines()
1162 if (info->binary_mode) in WriteFontData()
1171 … if (!mp_bin_generater->SetOutFile(info->output_file, info->binary_mode)) in WriteFontData()
1281 if (IsResEnabled(info) && (info->output_file_enabled) && (!info->binary_mode)) in WriteFontTable()
1324 if (info && (!info->output_file_enabled || !info->binary_mode)) in WriteFontTable()
[all …]
Dresource_gen.h102 BOOL SetOutFile(CString filename, BOOL binary_mode = 0);
Dstudiox_util.h34 BOOL CheckOutputFileSecurity(CString &pathname, BOOL binary_mode = 0);
Dstudiox_util.cpp343 BOOL CheckOutputFileSecurity(CString &pathname, BOOL binary_mode) in CheckOutputFileSecurity() argument
370 if (binary_mode) in CheckOutputFileSecurity()
DStudioXProject.cpp558 binary_mode = FALSE; in res_info()
586 binary_mode = other.binary_mode; in res_info()
2862 writer.WriteBool("binary_mode", res->binary_mode); in WriteOneResource()
2902 writer.WriteBool("binary_mode", res->binary_mode); in WriteOneResource()
3754 reader.ReadBool("binary_mode", put->binary_mode); in ReadOneResource()
3862 reader.ReadBool("binary_mode", put->binary_mode); in ReadOneResource()
DStudioXProject.h193 BOOL binary_mode; variable
Dfont_path_dialog.cpp765 DDX_Check(pDX, IDC_BINARY_MODE, m_info->binary_mode); in DoDataExchange()