Searched refs:norootIcon_lzss (Results 1 – 1 of 1) sorted by relevance
64 static boot_icon_element* norootIcon_lzss; variable125 norootIcon_lzss = NULL; in PE_init_iokit()159 norootIcon_lzss = (boot_icon_element *) ml_static_ptovirt(map[0]); in PE_init_iokit()290 if (norootIcon_lzss && norootClut_lzss) { in PE_display_icon()291 uint32_t width = norootIcon_lzss->width; in PE_display_icon()292 uint32_t height = norootIcon_lzss->height; in PE_display_icon()294 uint32_t y = ((PE_state.video.v_height - height) / 2) + norootIcon_lzss->y_offset_from_center; in PE_display_icon()297 &norootIcon_lzss->data[0], in PE_display_icon()298 norootIcon_lzss->data_size, in PE_display_icon()