Metadata (but not storage) for a blob image.
An opaque identifier describing a blob image registered with WebRender.
This is used as a handle to reference blob images, and can be used as an
image in display items.
Input parameters for the BlobImageRasterizer.
A key identifying blob image rasterization work requested from the blob
image rasterizer.
The data that an external client should provide about
an external image. For instance, if providing video frames,
the application could call wr.render() whenever a new
video frame is ready. Note that the UV coords are either normalized or
unnormalized depending on the value of normalized_uvs in the corresponding
ExternalImageData.
Descriptor for external image resources. See ImageData
.
An arbitrary identifier for an external image provided by the
application. It must be a unique identifier for each external
image.
Metadata (but not storage) describing an image In WebRender.
Various flags that are part of an image descriptor.
An opaque identifier describing an image registered with WebRender.
This is used as a handle to reference images, and is used as the
hash map key for the actual image storage in the ResourceCache
.
Representation of a rasterized blob image. This is obtained by passing
BlobImageData
to the embedding via the rasterization callback.
An opaque identifier describing a snapshot image registered with WebRender.
This is used as a handle to reference snapshot images, and can be used as an
image in display items.