Searched refs:kXRes (Results 1 – 1 of 1) sorted by relevance
78 const char* kXRes = "x_res"; variable207 int CuttlefishConfig::x_res() const { return (*dictionary_)[kXRes].asInt(); } in x_res()208 void CuttlefishConfig::set_x_res(int x_res) { (*dictionary_)[kXRes] = x_res; } in set_x_res()