Searched refs:PixelsPerScanLine (Results 1 – 5 of 5) sorted by relevance
94 NumPixels = info->VerticalResolution * info->PixelsPerScanLine; in draw_boxes()113 info->VerticalResolution, info->PixelsPerScanLine, in draw_boxes()
67 Print(L" pitch %d\n", info->PixelsPerScanLine); in print_modes()
363 printf("GOP: Pixels per scanline %d\n", mode->Info->PixelsPerScanLine); in efi_fdt_gop() 389 fdt_appendprop_u32(fdt_data, fb, "stride", mode->Info->PixelsPerScanLine * 4); /* XXX */ in efi_fdt_gop()
468 fb.stride = info->PixelsPerScanLine * ((fb.depth + 7) / 8); in bi_framebuffer()637 printf(" pitch %d", info->PixelsPerScanLine); in print_gop_modes()
866 UINT32 PixelsPerScanLine; member