Home
last modified time | relevance | path

Searched refs:NUM_SYSTEM_COLORS (Results 1 – 4 of 4) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/CSeries/
H A Dcscluts.h49 NUM_SYSTEM_COLORS enumerator
54 extern RGBColor system_colors[NUM_SYSTEM_COLORS];
H A Dcscluts_sdl.cpp36 RGBColor system_colors[NUM_SYSTEM_COLORS] =
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIWindow.cpp248 for (i = 0; i < NUM_SYSTEM_COLORS; i++) in deleteSystemColorPens()
285 for (i = 0; i < NUM_SYSTEM_COLORS; i++) in updateSystemColors()
325 systemColors = new DWORD[NUM_SYSTEM_COLORS]; in initSystemColors()
326 systemColorPens = new HPEN[NUM_SYSTEM_COLORS]; in initSystemColors()
327 memset(systemColorPens, 0, sizeof(HPEN) * NUM_SYSTEM_COLORS); in initSystemColors()
H A DCUIWindow.h25 #define NUM_SYSTEM_COLORS 25 macro