Lines Matching refs:pCmd

117     CCommandInfo *pCmd = GetCmdInfo();  in GenerateBinaryFile()  local
120 if (pCmd->IsNoGui()) in GenerateBinaryFile()
122 gen_res_header = pCmd->GenResHeader(); in GenerateBinaryFile()
234 if (pCmd->IsNoGui()) in GenerateBinaryFile()
236 enabled = pCmd->IsThemeEnabled(current->theme_name); in GenerateBinaryFile()
298 CCommandInfo *pCmd = GetCmdInfo(); in GenerateBinaryData() local
304 if (pCmd->IsNoGui()) in GenerateBinaryData()
306 enabled = pCmd->IsThemeEnabled(current->theme_name); in GenerateBinaryData()
1258 CCommandInfo *pCmd = GetCmdInfo(); in WriteThemeBlock() local
1263 if (pCmd->IsNoGui()) in WriteThemeBlock()
2195 CCommandInfo *pCmd = GetCmdInfo(); in WriteStringBlock() local
2200 if (pCmd->IsNoGui()) in WriteStringBlock()
2202 enabled = pCmd->IsLanguageEnabled(m_project->mHeader.languages[language_id].name); in WriteStringBlock()
2313 CCommandInfo *pCmd = GetCmdInfo(); in GetEnabledThemeCount() local
2317 if (pCmd->IsNoGui()) in GetEnabledThemeCount()
2320 enabled = pCmd->IsThemeEnabled(theme_name); in GetEnabledThemeCount()
2346 CCommandInfo *pCmd = GetCmdInfo(); in GetEnabledLanguageCount() local
2351 if (pCmd->IsNoGui()) in GetEnabledLanguageCount()
2354 enabled = pCmd->IsLanguageEnabled(lang_name); in GetEnabledLanguageCount()
2375 CCommandInfo *pCmd = GetCmdInfo(); in GetColorCount() local
2377 if (pCmd->IsNoGui() || m_project->mDisplays[m_display].themes[theme_id].gen_color_table) in GetColorCount()
2390 CCommandInfo *pCmd = GetCmdInfo(); in GetFontCount() local
2392 if (pCmd->IsNoGui() || m_project->mDisplays[m_display].themes[theme_id].gen_font_table) in GetFontCount()
2431 CCommandInfo *pCmd = GetCmdInfo(); in GetPixelmapCount() local
2433 if (pCmd->IsNoGui() || m_project->mDisplays[m_display].themes[theme_id].gen_pixelmap_table) in GetPixelmapCount()
2515 CCommandInfo *pCmd = GetCmdInfo(); in GetThemeDataSize() local
2525 if (pCmd->IsNoGui()) in GetThemeDataSize()
2527 … enabled = pCmd->IsThemeEnabled(m_project->mDisplays[m_display].themes[theme].theme_name); in GetThemeDataSize()
2598 CCommandInfo *pCmd = GetCmdInfo(); in GetColorBlockSize() local
2600 if (pCmd->IsNoGui() || m_project->mDisplays[m_display].themes[theme_id].gen_color_table) in GetColorBlockSize()
2621 CCommandInfo *pCmd = GetCmdInfo(); in GetFontBlockSize() local
2628 if (pCmd->IsNoGui() || m_project->mDisplays[m_display].themes[theme_id].gen_font_table) in GetFontBlockSize()
2759 CCommandInfo *pCmd = GetCmdInfo(); in GetPixelmapBlockSize() local
2766 if (pCmd->IsNoGui() || m_project->mDisplays[m_display].themes[theme_id].gen_pixelmap_table) in GetPixelmapBlockSize()
3060 CCommandInfo *pCmd = GetCmdInfo(); in GetStringDataSize() local
3066 if (pCmd->IsNoGui()) in GetStringDataSize()
3068 enabled = pCmd->IsLanguageEnabled(m_project->mHeader.languages[language].name); in GetStringDataSize()