Searched refs:pitch (Results 1 – 1 of 1) sorted by relevance
85 int pages, pitch; in main() local96 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