Home
last modified time | relevance | path

Searched refs:resolutionCount (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp642 uint32 resolutionCount = sizeof(resolutions) / sizeof(resolutions[0]); in GetModeList() local
644 uint32 count = resolutionCount * 4; in GetModeList()
654 for (uint32 i = 0; i < resolutionCount; i++) { in GetModeList()
H A DDWindowHWInterface.cpp800 uint32 resolutionCount = sizeof(resolutions) / sizeof(resolutions[0]); in GetModeList() local
802 uint32 count = resolutionCount/* * 4*/; in GetModeList()
812 for (uint32 i = 0; i < resolutionCount; i++) { in GetModeList()