Searched refs:display_configs_ (Results 1 – 2 of 2) sorted by relevance
85 bool IsResolutionSwitchEnabled() { return !display_configs_.empty(); } in IsResolutionSwitchEnabled()94 std::vector<DisplayConfigVariableInfo> display_configs_; variable
224 display_configs_.push_back(config); in InitializeConfigs()228 active_config_index_ = UINT32(display_configs_.size() - 1); in InitializeConfigs()256 *count = IsResolutionSwitchEnabled() ? UINT32(display_configs_.size()) : 1; in GetNumDisplayAttributes()271 if (IsResolutionSwitchEnabled() && index >= display_configs_.size()) { in GetDisplayAttributes()278 display_attributes->x_pixels = display_configs_.at(index).x_pixels; in GetDisplayAttributes()279 display_attributes->y_pixels = display_configs_.at(index).y_pixels; in GetDisplayAttributes()340 if (index >= display_configs_.size()) { in SetDisplayAttributes()