Home
last modified time | relevance | path

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

/GUIX-v6.4.1/guix_studio/
Dbinary_resource_gen.cpp8 binary_resource_gen::binary_resource_gen(studiox_project *proj, BOOL file_format) in binary_resource_gen() function in binary_resource_gen
35 binary_resource_gen::~binary_resource_gen() in ~binary_resource_gen()
40 void binary_resource_gen::InitRotatedPixelmaps() in InitRotatedPixelmaps()
54 void binary_resource_gen::DestroyRotatedPixelmaps() in DestroyRotatedPixelmaps()
72 void binary_resource_gen::InitResource() in InitResource()
91 void binary_resource_gen::DestroyResource() in DestroyResource()
106 BOOL binary_resource_gen::GenerateBinaryFile(int display) in GenerateBinaryFile()
293 BOOL binary_resource_gen::GenerateBinaryData() in GenerateBinaryData()
327 void binary_resource_gen::WriteResourceHeader() in WriteResourceHeader()
397 void binary_resource_gen::WriteThemeHeader(GX_THEME_HEADER* header) in WriteThemeHeader()
[all …]
Dbinary_resource_gen.h21 class binary_resource_gen : public resource_gen
24 binary_resource_gen(studiox_project *proj, BOOL file_format);
25 ~binary_resource_gen();
Dresource_gen.h7 class binary_resource_gen; variable
118 binary_resource_gen* mp_bin_generater;
Dstudiox.cpp327binary_resource_gen *generater = new binary_resource_gen(GetOpenProject(), BINARY_FILE_FORMAT_BIN_… in InitInstance()
Dresource_gen.cpp230 ((binary_resource_gen *)this)->WriteStandaloneResHeader(); in SetOutFile()
1166 … mp_bin_generater = new binary_resource_gen(m_project, BINARY_FILE_FORMAT_BIN_STANDALONE); in WriteFontData()
1524 … mp_bin_generater = new binary_resource_gen(m_project, BINARY_FILE_FORMAT_BIN_STANDALONE); in WritePixelmapData()
Dproject_view.cpp2390 binary_resource_gen generator(project, project->mHeader.binary_file_format); in GenerateBinaryFileThreadEntry()