Home | History | Annotate | Download | only in cache

Lines Matching defs:images

23     This class provides all functionality needed for loading images, style sheets and html
216 // types of resources, like Images, Scripts, and CSS, can be loaded from
759 unsigned images = 0;
780 images++;
796 if (images)
797 printf("IMAGES: %d (%d hits, hit rate %d%%)\n", images, images - imageMisses, (images - imageMisses) * 100 / images);