Searched refs:scale_x (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/bootloader/src/
H A Dframebuffer.c189 static void putchar(efi_graphics_output_protocol* gop, fb_font* font, unsigned ch, unsigned x, unsigned y, unsigned scale_x, unsigned scale_y, efi_graphics_output_blt_pixel* fg, efi_graphics_output_blt_pixel* bg) { argument
195 gop->Blt(gop, (xdata & 1) ? fg : bg, EfiBltVideoFill, 0, 0, x + scale_x * j, y + scale_y * i, scale_x, scale_y, 0); local

Completed in 19 milliseconds