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

/darwin-on-arm/xnu/bsd/sys/
H A Dimageboot.h34 int imageboot_mount_image(const char *root_path, int height);
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dpe_images.h34 unsigned int height; member in struct:boot_progress_element
H A Dpexpert.h142 void init_display_putc(unsigned char *baseaddr, int rowbytes, int height);
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dsetupdialog.c22 printf("MacOS X system CLUT. The first %d bytes must be the width, height, and depth\n", 3 * sizeof(short));
36 short width = 0, height = 0, depth = 0; local
65 else if (strcmp(argv[next], "-h") == 0) // image height (pixels)
102 fread((void *) &height, sizeof(short), 1, stream);
103 printf("got height: %d\n", height);
107 if (!(width && height && depth)) {
108 printf("Invalid image file header (width, height, or depth is 0)\n");
112 pixels = width * height;
170 fprintf( out_stream, "%d, ", height); /* pani
211 short height, depth, totalwidth; local
[all...]
H A Dgenimage.c35 int height,
40 int height,
45 int height,
57 int height,
166 short height; /* how many pixels high is this data */ member in struct:QTHeader
206 unsigned short width = 0, height = 0; local
337 height = image_header.height;
340 printf("Image info: width: %d height: %d depth: %d...\n", width, height, dept
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.c18 int convert8bitIndexto8( unsigned char * data, int height, int width, unsigned char ** dout );
76 short height; /* how many pixels high is this data */ member in struct:QTHeader
111 unsigned short width = 0, height = 0; local
201 height = image_header.height;
204 printf("Image info: width: %d height: %d depth: %d...\n", width, height, depth);
206 if (!(width && height && depth)) {
207 fprintf(stderr,"Err: Invalid image file header (width, height, or depth is 0)\n");
228 pixels = convert8bitIndexto8( data, height, widt
828 convert8bitIndexto8( unsigned char * data, int height, int width, unsigned char ** dout ) argument
[all...]
/darwin-on-arm/xnu/bsd/dev/
H A Dkmreg_com.h63 * A rect at (x,y) measuring 'width' by 'height' will be cleared to
69 unsigned short width; /* Width and height of rect to be imaged,
71 unsigned short height; member in struct:km_drawrect
/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c132 imageboot_mount_image(const char *root_path, int height) argument
192 if (height >= 0 && PE_imgsrc_mount_supported()) {
193 imgsrc_rootvnodes[height] = old_rootvnode;
198 height = 0; /* keep the compiler from complaining */
210 int height = 0; local
218 error = imageboot_mount_image(root_path, height);
223 height++;
227 if (height > 0) {
236 error = imageboot_mount_image(root_path, height);
/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c56 unsigned int height, int transparent,
472 unsigned int width, unsigned int height,
475 unsigned int width, unsigned int height,
478 unsigned int width, unsigned int height,
481 unsigned int width, unsigned int height,
525 unsigned width = FONT_WIDTH, height = FONT_HEIGHT; local
543 panic_blit_rect( panic_info_x, panic_info_y , width, height, 255, (unsigned char *) rendered_font);
550 unsigned int height, int transparent,
558 panic_blit_rect_8( x, y, width, height, transparent, dataPtr);
561 panic_blit_rect_16( x, y, width, height, transparen
549 panic_blit_rect(unsigned int x, unsigned int y, unsigned int width, unsigned int height, int transparent, const unsigned char *dataPtr) argument
578 panic_blit_rect_8(unsigned int x, unsigned int y, unsigned int width, unsigned int height, __unused int transparent, const unsigned char * dataPtr) argument
631 panic_blit_rect_16(unsigned int x, unsigned int y, unsigned int width, unsigned int height, __unused int transparent, const unsigned char *dataPtr) argument
681 panic_blit_rect_32(unsigned int x, unsigned int y, unsigned int width, unsigned int height, __unused int transparent, const unsigned char *dataPtr) argument
731 panic_blit_rect_30(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.h83 int height; member in struct:vc_progress_element
H A Dvideo_console.c711 case '#': /* change characters height */
1870 int width, int height,
1876 int width, int height,
1882 int width, int height,
1888 int width, int height,
1894 int width, int height,
1902 int width, int height,
1914 vc_blit_rect_8( x, y, bx, width, height, sourceRow, backRow, dataPtr, (unsigned char *) backBuffer, flags );
1917 vc_blit_rect_16( x, y, bx, width, height, sourceRow, backRow, dataPtr, (unsigned short *) backBuffer, flags );
1920 vc_blit_rect_32( x, y, bx, width, height, sourceRo
1901 vc_blit_rect(int x, int y, int bx, int width, int height, int sourceRow, int backRow, const unsigned char * dataPtr, void * backBuffer, unsigned int flags) argument
1929 vc_blit_rect_8(int x, int y, __unused int bx, int width, int height, int sourceRow, __unused int backRow, const unsigned char * dataPtr, __unused unsigned char * backBuffer, __unused unsigned int flags) argument
1987 vc_blit_rect_16( int x, int y, int bx, int width, int height, int sourceRow, int backRow, const unsigned char * dataPtr, unsigned short * backPtr, unsigned int flags) argument
2053 vc_blit_rect_32(int x, int y, int bx, int width, int height, int sourceRow, int backRow, const unsigned char * dataPtr, unsigned int * backPtr, unsigned int flags) argument
2117 vc_blit_rect_30(int x, int y, int bx, int width, int height, int sourceRow, int backRow, const unsigned char * dataPtr, unsigned int * backPtr, unsigned int flags) argument
2194 uint32_t height; member in struct:lzss_image_state
2332 int x, y, width, height; local
2479 int x, y, width, height; local
[all...]
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_init.c140 default_noroot.height = bootPict->height;
165 default_noroot.height = kFailedBootHeight;
242 uint32_t height = norootIcon_lzss->height; local
244 uint32_t y = ((PE_state.video.v_height - height) / 2) + norootIcon_lzss->y_offset_from_center;
246 vc_display_lzss_icon(x, y, width, height,
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c120 int height; local
132 * operations (insert/deletes) and the height of the
135 height = btree->treeDepth;
136 if (height < 2)
137 height = 2; /* prevent underflow in rsrvNodes calculation */
150 rsrvNodes = 1 + (deletes * (height - 2)) + (inserts * (height - 1));
H A DBTreeTreeOps.c250 // [2550929] Sanity check the node height and node type. We expect
255 if (((BTNodeDescriptor*)nodeRec.buffer)->height != level)
257 // Panic("Incorrect node height");
610 if ( (index == 0) && (((NodeDescPtr) targetNode->buffer)->height != btreePtr->treeDepth) )
657 if ( ((NodeDescPtr) rightNode->buffer)->height == btreePtr->treeDepth )
1144 if ( (right->height == 1) && (right->kind != kBTLeafNode) )
1152 if ( left->height != right->height )
1195 left->height = right->height;
[all...]
H A DBTree.c1319 ((NodeDescPtr)nodeRec.buffer)->height = 1;
1333 * height with treeDepth.
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_realview.c340 uint32_t height = 768; local
357 HARDWARE_REGISTER(gRealviewPl111Base + PL111_TIMINGS_1) = LCDTIMING1_LPP(height);
367 PE_state.video.v_height = height;
371 bzero(framebuffer, (pitch * height));
H A Dpe_omap335x.c357 uint32_t height = 768; local
365 PE_state.video.v_height = height;
369 bzero(framebuffer, (pitch * height));
H A Dpe_omap3530.c348 short width, height; member in struct:video_mode
/darwin-on-arm/xnu/pexpert/pexpert/i386/
H A Dboot.h102 unsigned int height; member in struct:boot_icon_element
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_init.c227 default_noroot.height = kFailedBootHeight;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h214 uint32_t height; // Height member in struct:hibernate_graphics_t
247 uint32_t height; // Height member in struct:hibernate_preview_t
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_endian.c162 * Check srcDesc->height. Don't swap it because it's only one byte.
164 if (srcDesc->height > kMaxTreeDepth) {
165 printf("hfs_swap_BTNode: invalid node height (%d)\n", srcDesc->height);
316 * Check srcDesc->height. Don't swap it because it's only one byte.
318 if (srcDesc->height > kMaxTreeDepth) {
319 panic("hfs_UNswap_BTNode: invalid node height (%d)\n", srcDesc->height);
H A Dhfs_format.h720 u_int8_t height; /* zero for header, map; child is one more than parent*/ member in struct:BTNodeDescriptor
736 u_int16_t treeDepth; /* maximum height (usually leaf nodes) */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1549 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes;
1609 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes;
1712 graphicsInfo->height = consoleInfo.v_height;
1719 graphicsInfo->width, graphicsInfo->height);
2769 gIOHibernateGraphicsInfo->width, gIOHibernateGraphicsInfo->height, gIOHibernateGraphicsInfo->gfxStatus);
2773 vars->videoMapSize = round_page(gIOHibernateGraphicsInfo->height
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c1275 get_imgsrc_rootvnode(uint32_t height, vnode_t *rvpp) argument
1279 if (height >= MAX_IMAGEBOOT_NESTING) {
1283 vp = imgsrc_rootvnodes[height];
1305 uint32_t height; local
1332 height = mia64.mi_height;
1343 height = mia32.mi_height;
1363 height = 0;
1372 error = get_imgsrc_rootvnode(height, &rvp);

Completed in 93 milliseconds