Searched refs:norootIcon_lzss (Results 1 – 1 of 1) sorted by relevance
63 static boot_icon_element* norootIcon_lzss; variable124 norootIcon_lzss = NULL; in PE_init_iokit()158 norootIcon_lzss = (boot_icon_element *) ml_static_ptovirt(map[0]); in PE_init_iokit()288 if (norootIcon_lzss && norootClut_lzss) { in PE_display_icon()289 uint32_t width = norootIcon_lzss->width; in PE_display_icon()290 uint32_t height = norootIcon_lzss->height; in PE_display_icon()292 uint32_t y = ((PE_state.video.v_height - height) / 2) + norootIcon_lzss->y_offset_from_center; in PE_display_icon()295 &norootIcon_lzss->data[0], in PE_display_icon()296 norootIcon_lzss->data_size, in PE_display_icon()