Searched defs:width (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpe_images.h39 int width; member in struct:vc_progress_element
49 unsigned int width; member in struct:boot_progress_element
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dkmreg_com.h69 unsigned short width; /* Width and height of rect to be imaged, member in struct:km_drawrect
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dcons.c260 alert( __unused int width, __unused int height, __unused const char *title, const char *msg, int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dcons.c224 alert( __unused int width, __unused int height, __unused const char *title, const char *msg, int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) argument
/macosx-10.5.8/xnu-1228.15.4/libkern/stdio/
H A Dscanf.c136 size_t width; /* field width, or 0 */ local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dsetupdialog.c36 short width = 0, height = 0, depth = 0; local
213 int width[17] = {9,7,8,6,9,7,8,7,8,7,10,7,9,10,7,6,4}; local
[all...]
H A Dgenimage.c165 short width; /* how many pixels wide is this data */ member in struct:QTHeader
206 unsigned short width = 0, height = 0; local
1304 convert24to8bitIndex( unsigned char * data, int height, int width, unsigned char ** dout ) argument
1338 convert8bitIndexto8( unsigned char * data, int height, int width, unsigned char ** dout ) argument
1372 convert8bitIndexto24( unsigned char * data, int height, int width, unsigned char ** dout ) argument
1468 WriteQTRawFile( FILE * ostream, unsigned char * data, int height, int width, int depth, unsigned int size ) argument
[all...]
H A Dqtif2kraw.c75 short width; /* how many pixels wide is this data */ member in struct:QTHeader
111 unsigned short width = 0, height = 0; local
828 convert8bitIndexto8( unsigned char * data, int height, int width, unsigned char ** dout ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_examine.c160 int width; local
187 int width; local
[all...]
H A Dmakedis.c790 int nargs, width; local
1436 int width; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOHibernatePrivate.h166 uint32_t width; // Width member in struct:hibernate_graphics_t
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dpanic_dialog.c524 unsigned width = FONT_WIDTH, height = FONT_HEIGHT; local
548 panic_blit_rect(unsigned int x, unsigned int y, unsigned int width, argument
574 panic_blit_rect_8(unsigned int x, unsigned int y, unsigned int width, unsigned int height, __unused int transparent, const unsigned char * dataPtr) argument
627 panic_blit_rect_16(unsigned int x, unsigned int y, unsigned int width, unsigned int height, __unused int transparent, const unsigned char *dataPtr) argument
677 panic_blit_rect_32(unsigned int x, unsigned int y, unsigned int width, unsigned int height, __unused int transparent, const unsigned char *dataPtr) argument
[all...]
H A Dvideo_console.c1774 int width; member in struct:vc_progress_element
1841 vc_blit_rect_8(int x, int y, int width, in argument
1816 vc_blit_rect( int x, int y, int width, int height, const unsigned char * dataPtr, const unsigned char * alphaPtr, void * backBuffer, boolean_t save, boolean_t static_alpha ) argument
1880 vc_blit_rect_16( int x, int y, int width, int height, const unsigned char * dataPtr, const unsigned char * alphaPtr, unsigned short * backPtr, boolean_t save, boolean_t static_alpha ) argument
1955 vc_blit_rect_32( int x, int y, int width, int height, const unsigned char * dataPtr, const unsigned char * alphaPtr, unsigned int * backPtr, boolean_t save, boolean_t static_alpha ) argument
2031 int x, y, width, height; local
2174 int x, y, width, height; local
[all...]

Completed in 58 milliseconds