Searched refs:WriteQTRawFile (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dgenimage.c54 void WriteQTRawFile(
528 WriteQTRawFile( ostream, data, height, width, depth, pixels );
1468 WriteQTRawFile( FILE * ostream, unsigned char * data, int height, int width, int depth, unsigned int size ) function
1580 WriteQTRawFile( ostream, (unsigned char *) raw_clut, H, 256*W, D, H*256*W*D );
1619 WriteQTRawFile( ostream, (unsigned char *) fonts, 16, 256*8, 1, 16*256*8 );

Completed in 19 milliseconds