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

/macosx-10.10.1/xnu-2782.1.97/pexpert/i386/
H A Dpe_init.c58 static boot_icon_element* norootIcon_lzss; variable
118 norootIcon_lzss = NULL;
153 norootIcon_lzss = (boot_icon_element *) ml_static_ptovirt(map[0]);
243 if ( norootIcon_lzss && norootClut_lzss ) {
244 uint32_t width = norootIcon_lzss->width;
245 uint32_t height = norootIcon_lzss->height;
247 uint32_t y = ((PE_state.video.v_height - height) / 2) + norootIcon_lzss->y_offset_from_center;
250 &norootIcon_lzss->data[0],
251 norootIcon_lzss->data_size,

Completed in 72 milliseconds