Searched refs:rowbytes (Results 1 – 2 of 2) sorted by relevance
1432 … (^SurfacePlaneBlock)(void *data, size_t planeIndex, size_t width, size_t height, size_t rowbytes);1526 size_t rowbytes = pixelsWide * bpp; in CreateSurface() local1530 rowbytes = roundSizeToMultiple(rowbytes, rowBytesAlignment); in CreateSurface()1533 setIntValue(props, kIOSurfaceBytesPerRow, (int)rowbytes); in CreateSurface()
262 void init_display_putc(unsigned char *baseaddr, int rowbytes, int height);