Structs§
- Image
Load Listener - This is optionally passed to the image cache when requesting and image, and returned to the specified event loop when the image load completes. It is typically used to trigger a reflow and/or repaint.
- Pending
Image Id - The unique id for an image that has previously been requested.
- Pending
Image Response - Rasterization
Complete Response - Vector
Image
Enums§
- Image
- Image
Cache Response Message - Image
Cache Result - Image
OrMetadata Available - Indicating either entire image or just metadata availability
- Image
Response - The returned image.
Traits§
- Image
Cache - An
ImageCachemanages fetching and decoding images for a singlePipelinefor itsDocumentand all of its associatedWorkers. - Image
Cache Factory - A shared
ImageCacheFactoryis a per-process data structure used to create anImageCacheinside that process in anyScriptThread. This allows sharing the same font database (for SVGs) and also decoding thread pool among allImageCaches in the same process.