Home
last modified time | relevance | path

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

/xen/tools/firmware/vgabios/
A Dvbetables-gen.c85 int pages, pitch; in main() local
96 pitch = (pm->width + 7) / 8; in main()
98 pitch = pm->width * ((pm->depth + 7) / 8); in main()
99 pages = vram_size / (pm->height * pitch); in main()
134 printf("/*Bit16u BytesPerScanLine*/ %d,\n", pitch); in main()
148 (pm->height * pitch + 65535) / 65536); in main()
241 printf("/*Bit16u LinBytesPerScanLine*/ %d,\n", pitch); in main()

Completed in 18 milliseconds