HomeSort by relevance Sort by last modified time
    Searched refs:ScreenHeight (Results 1 - 11 of 11) sorted by null

  /bootable/recovery/
vr_ui.h 32 int ScreenHeight() const override;
vr_ui.cpp 27 int VrRecoveryUI::ScreenHeight() const {
screen_ui.h 130 virtual int ScreenHeight() const;
screen_ui.cpp 152 int bottom_gap = (ScreenHeight() - elements_sum) / 2;
153 return ScreenHeight() - bottom_gap - gr_get_height(progressBarFill);
167 int y = ScreenHeight() - stage_height - kMarginHeight;
341 int ScreenRecoveryUI::ScreenHeight() const {
472 for (int ty = ScreenHeight() - kMarginHeight - char_height_; ty >= y && count < text_rows_;
592 text_rows_ = (ScreenHeight() - kMarginHeight * 2) / char_height_;
  /device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
BltLibSample.c 191 UINTN TriHeight, ScreenHeight;
194 BltLibGetSizes (&ScreenWidth, &ScreenHeight);
196 BltLibVideoFill (&Color, 0, 0, ScreenWidth, ScreenHeight);
199 MultU64x32 (11547005, (UINT32) ScreenHeight),
209 } else if (TriHeight > ScreenHeight) {
211 TriHeight = ScreenHeight;
219 Y2 = (ScreenHeight - TriHeight) / 2;
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_client_connection.h 125 int ScreenHeight() const REQUIRES(m_);
vnc_client_connection.cpp 263 static_cast<std::uint16_t>(ScreenHeight()), pixel_format_.bits_per_pixel,
419 static_cast<std::uint16_t>(ScreenHeight()),
541 int VncClientConnection::ScreenHeight() const {
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430.h 404 UINTN ScreenHeight
CirrusLogic5430.c 809 UINTN ScreenHeight
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Qemu.h 445 UINTN ScreenHeight
Driver.c 772 UINTN ScreenHeight

Completed in 683 milliseconds