Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_selftest/
Defi_selftest_bitblt.c17 static const struct efi_gop_pixel BLACK = { 0, 0, 0, 0};
18 static const struct efi_gop_pixel RED = { 0, 0, 255, 0};
19 static const struct efi_gop_pixel ORANGE = { 0, 128, 255, 0};
20 static const struct efi_gop_pixel YELLOW = { 0, 255, 255, 0};
21 static const struct efi_gop_pixel GREEN = { 0, 255, 0, 0};
22 static const struct efi_gop_pixel DARK_BLUE = {128, 0, 0, 0};
23 static const struct efi_gop_pixel LIGHT_BLUE = {255, 192, 192, 0};
28 static struct efi_gop_pixel *bitmap;
35 const struct efi_gop_pixel col, struct efi_gop_pixel *pix) in ellipse()
50 const struct efi_gop_pixel col, struct efi_gop_pixel *pix) in rectangle()
[all …]
/external/u-boot/lib/efi_loader/
Defi_gop.c58 static __always_inline struct efi_gop_pixel efi_vid16_to_blt_col(u16 vid) in efi_vid16_to_blt_col()
60 struct efi_gop_pixel blt = { in efi_vid16_to_blt_col()
72 static __always_inline u16 efi_blt_col_to_vid16(struct efi_gop_pixel *blt) in efi_blt_col_to_vid16()
80 struct efi_gop_pixel *bufferp, in gop_blt_int()
93 struct efi_gop_pixel *buffer = __builtin_assume_aligned(bufferp, 4); in gop_blt_int()
170 struct efi_gop_pixel pix; in gop_blt_int()
183 pix = *(struct efi_gop_pixel *)&fb32[ in gop_blt_int()
249 struct efi_gop_pixel *buffer, in gop_blt_video_fill()
261 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid16()
272 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid32()
[all …]
/external/u-boot/include/
Defi_api.h676 struct efi_gop_pixel { struct
695 struct efi_gop_pixel *buffer, argument