Searched refs:fModeCount (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/preferences/screen/
H A DScreenMode.cpp163 if (screen.GetModeList(&fModeList, &fModeCount) == B_OK) {
166 qsort(fModeList, fModeCount, sizeof(display_mode), compare_mode);
169 fModeCount = 0;
581 else if (index >= (int32)fModeCount)
582 index = fModeCount - 1;
596 else if (index >= (int32)fModeCount)
597 index = fModeCount - 1;
606 return fModeCount;
626 for (uint32 i = 0; i < fModeCount; i++) {
H A DScreenMode.h79 uint32 fModeCount; member in class:ScreenMode
/haiku-fatelf/headers/os/game/
H A DWindowScreen.h123 uint32 fModeCount; member in class:BWindowScreen
/haiku-fatelf/src/servers/app/drawing/
H A DAccelerantHWInterface.cpp133 fModeCount(0),
445 for (int32 i = 0; i < fModeCount; i++) {
503 for (int32 i = 0; i < fModeCount; i++) {
523 if (fModeCount > 0 && fFrontBuffer && fDisplayMode == mode) {
727 fModeCount = fAccGetModeCount();
728 if (fModeCount <= 0)
732 fModeList = new(nothrow) display_mode[fModeCount];
796 *_modes = new(nothrow) display_mode[fModeCount];
798 *_count = fModeCount;
799 memcpy(*_modes, fModeList, sizeof(display_mode) * fModeCount);
[all...]
H A DAccelerantHWInterface.h172 int fModeCount; member in class:AccelerantHWInterface
/haiku-fatelf/src/kits/game/
H A DWindowScreen.cpp590 fModeCount = 0;
605 status = screen.GetModeList(&fModeList, &fModeCount);
663 fModeCount = 0;
934 for (uint32 i = 0; i < fModeCount; i++) {

Completed in 118 milliseconds