OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScreenWidth
(Results
1 - 13
of
13
) sorted by null
/bootable/recovery/
vr_ui.cpp
23
int VrRecoveryUI::
ScreenWidth
() const {
34
gr_blit(surface, sx, sy, w, h, dx - kStereoOffset +
ScreenWidth
(), dy);
39
gr_texticon(x - kStereoOffset +
ScreenWidth
(), y, surface);
44
gr_text(gr_sys_font(), x - kStereoOffset +
ScreenWidth
(), y, line, bold);
50
gr_fill(kMarginWidth + kStereoOffset, y,
ScreenWidth
() - kMarginWidth + kStereoOffset, y + 2);
51
gr_fill(
ScreenWidth
() + kMarginWidth - kStereoOffset, y,
57
gr_fill(kMarginWidth + kStereoOffset, y,
ScreenWidth
() - kMarginWidth + kStereoOffset, y + height);
58
gr_fill(
ScreenWidth
() + kMarginWidth - kStereoOffset, y,
64
gr_fill(x - kStereoOffset +
ScreenWidth
(), y, w, h);
vr_ui.h
31
int
ScreenWidth
() const override;
screen_ui.cpp
166
int x = (
ScreenWidth
() - max_stage * gr_get_width(stageMarkerEmpty)) / 2;
176
int text_x = (
ScreenWidth
() - gr_get_width(text_surface)) / 2;
190
int frame_x = (
ScreenWidth
() - frame_width) / 2;
199
int progress_x = (
ScreenWidth
() - width) / 2;
337
int ScreenRecoveryUI::
ScreenWidth
() const {
351
gr_fill(0, y + 4,
ScreenWidth
(), y + 6);
455
DrawHighlightBar(0, y - 2,
ScreenWidth
(), char_height_ + 4);
593
text_cols_ = (
ScreenWidth
() - kMarginWidth * 2) / char_width_;
screen_ui.h
128
virtual int
ScreenWidth
() const;
/device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
BltLibSample.c
190
UINTN LineWidth, TriWidth,
ScreenWidth
;
194
BltLibGetSizes (&
ScreenWidth
, &ScreenHeight);
196
BltLibVideoFill (&Color, 0, 0,
ScreenWidth
, ScreenHeight);
203
MultU64x32 (8660254, (UINT32)
ScreenWidth
),
206
if (TriWidth >
ScreenWidth
) {
208
TriWidth =
ScreenWidth
;
216
X1 = (
ScreenWidth
- TriWidth) / 2;
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430GraphicsOutput.c
236
UINTN
ScreenWidth
;
343
ScreenWidth
= Private->ModeData[CurrentMode].HorizontalResolution;
361
outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((
ScreenWidth
<< 8) & 0xff00) | 0x24));
362
outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((
ScreenWidth
& 0xff00) | 0x25));
363
outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((
ScreenWidth
<< 8) & 0xff00) | 0x26));
364
outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((
ScreenWidth
& 0xff00) | 0x27));
CirrusLogic5430UgaDraw.c
133
UINTN
ScreenWidth
;
238
ScreenWidth
= Private->ModeData[Private->CurrentMode].HorizontalResolution;
256
outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((
ScreenWidth
<< 8) & 0xff00) | 0x24));
257
outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((
ScreenWidth
& 0xff00) | 0x25));
258
outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) (((
ScreenWidth
<< 8) & 0xff00) | 0x26));
259
outw (Private, GRAPH_ADDRESS_REGISTER, (UINT16) ((
ScreenWidth
& 0xff00) | 0x27));
CirrusLogic5430.h
403
UINTN
ScreenWidth
,
CirrusLogic5430.c
808
UINTN
ScreenWidth
,
/device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_client_connection.h
123
int
ScreenWidth
() const REQUIRES(m_);
vnc_client_connection.cpp
262
static_cast<std::uint16_t>(
ScreenWidth
()),
418
static_cast<std::uint16_t>(
ScreenWidth
()),
535
int VncClientConnection::
ScreenWidth
() const {
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Qemu.h
444
UINTN
ScreenWidth
,
Driver.c
771
UINTN
ScreenWidth
,
Completed in 175 milliseconds