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