Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dvm_phys_footprint.c1432 … (^SurfacePlaneBlock)(void *data, size_t planeIndex, size_t width, size_t height, size_t rowbytes);
1526 size_t rowbytes = pixelsWide * bpp; in CreateSurface() local
1530 rowbytes = roundSizeToMultiple(rowbytes, rowBytesAlignment); in CreateSurface()
1533 setIntValue(props, kIOSurfaceBytesPerRow, (int)rowbytes); in CreateSurface()
/xnu-11215/pexpert/pexpert/
H A Dpexpert.h262 void init_display_putc(unsigned char *baseaddr, int rowbytes, int height);