Searched defs:images (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dimage.c36 * Executable images
50 /** List of registered images */
51 struct list_head images = LIST_HEAD_INIT ( images ); variable in typeref:struct:list_head
173 /* Avoid ending up with multiple "selected" images on
182 list_add_tail ( &image->list, &images );
212 list_for_each_entry ( image, &images, list ) {
390 /* Unselect all other images */
422 * @v require_trusted Require trusted images
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp2492 QList<QImage> images; local
2496 * Also sum the width of all images and search for the biggest image height. */
2510 images << shot;
2512 /* Create a image which will hold all sub images vertically. */
2517 for (int i = 0; i < images.size(); ++i)
2519 p.drawImage(w, 0, images.at(i));
2520 w += images.at(i).width();

Completed in 68 milliseconds