Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc155 std::uint32_t current_width_; member in cuttlefish::confui::ConfUiRendererImpl
223 current_width_{ScreenConnectorInfo::ScreenWidth(display_num_)},
228 SetDeviceContext(current_width_, current_height_, is_inverted_,
351 if (!IsFrameReady() || current_height_ != h || current_width_ != w) { in RenderRawFrame()
360 current_width_ = w; in RenderRawFrame()