Searched refs:kNumColors (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/headers/private/app/
H A DServerReadOnlyMemory.h16 static const int32 kNumColors = 34; variable
19 rgb_color colors[kNumColors];
41 if (index >= 0 && index < kNumColors) {
/haiku-fatelf/src/servers/app/
H A DDesktopSettings.cpp80 sizeof(rgb_color) * kNumColors);
294 for (int32 i = 0; i < kNumColors; i++) {
439 for (int32 i = 0; i < kNumColors; i++) {
660 if (index < 0 || index >= kNumColors)
676 if (index < 0 || index >= kNumColors)
/haiku-fatelf/src/apps/activitymonitor/
H A DDataSource.cpp963 const uint32 kNumColors = sizeof(kColors) / sizeof(kColors[0]); local
965 fColor = kColors[cpu % kNumColors];
/haiku-fatelf/src/kits/interface/
H A DInterfaceDefs.cpp72 static const rgb_color _kDefaultColors[kNumColors] = {
1073 if (index < 0 || index >= kNumColors) {
1092 if (index < 0 || index >= kNumColors) {

Completed in 47 milliseconds