Crate webrender_api[][src]

Modules

channel

Structs

AddFontInstance
AddImage
AuxIter
BlobImageDescriptor
BlobImageParams
BlobImageRequest
BorderDisplayItem
BorderRadius
BorderSide
BorderWidths
BoxShadowDisplayItem
BuiltDisplayList

A display list.

BuiltDisplayListDescriptor

Describes the memory layout of a display list.

BuiltDisplayListIter
CaptureBits

Bit flags for WR stages to store in a capture.

CapturedDocument

Information about a loaded capture of each document that is returned by RenderBackend.

ClearCache

Mask for clearing caches in debug commands.

ClipAndScrollInfo
ClipChainId
ClipChainItem
ClipDisplayItem
ColorF

Represents RGBA screen colors with floating point numbers.

ColorU

Represents RGBA screen colors with one byte per channel.

ComplexClipRegion
DevicePixel

Geometry in the coordinate system of the render target (screen or intermediate surface) in physical pixels.

DisplayItemRef
DisplayListBuilder
DocumentId
DynamicProperties

When using generate_frame(), a list of PropertyValue structures can optionally be supplied to provide the current value of any animated properties.

Epoch
ExternalEvent

An opaque pointer-sized value.

ExternalImageData
ExternalImageId

An arbitrary identifier for an external image provided by the application. It must be a unique identifier for each external image.

ExternalScrollId

An external identifier that uniquely identifies a scroll frame independent of its ClipId, which may change from frame to frame. This should be unique within a pipeline. WebRender makes no attempt to ensure uniqueness. The zero value is reserved for use by the root scroll node of every pipeline, which always has an external id.

FontInstanceFlags
FontInstanceKey
FontInstanceOptions
FontInstancePlatformOptions
FontKey
FontVariation
GenericDisplayItem

The DI is generic over the specifics, while allows to use the "complete" version of it for convenient serialization.

GlyphDimensions
GlyphInstance
GlyphOptions
Gradient
GradientDisplayItem
GradientStop
HitTestFlags
HitTestItem
HitTestResult
IdNamespace
IframeDisplayItem
ImageDescriptor
ImageDisplayItem
ImageKey
ImageMask
ItemRange
LayoutPixel

Geometry in a stacking context's local coordinate space (logical pixels).

LineDisplayItem
NativeFontHandle
NinePatchBorder
NormalBorder
NormalizedCoordinates

Coordinates in normalized space (between zero and one).

PicturePixel

Geometry in the coordinate system of a Picture (intermediate surface) in physical pixels.

PipelineId

From the point of view of WR, PipelineId is completely opaque and generic as long as it's clonable, serializable, comparable, and hashable.

PremultipliedColorF

Represents pre-multiplied RGBA colors with floating point numbers.

PrimitiveInfo
PropertyBindingId
PropertyBindingKey

A unique key that is used for connecting animated property values to bindings in the display list.

PropertyValue

The current value of an animated property. This is supplied by the calling code.

PushReferenceFrameDisplayListItem
PushStackingContextDisplayItem
RadialGradient
RadialGradientDisplayItem
RasterizedBlobImage
RectangleDisplayItem
ReferenceFrame
RenderApi
RenderApiSender
ResourceId
SaveState
ScrollFrameDisplayItem
ScrollLayerPixel

Geometry in a layer's scrollable parent coordinate space (logical pixels).

ScrollNodeState
Shadow
StackingContext
StickyFrameDisplayItem
StickyOffsetBounds

The minimum and maximum allowable offset for a sticky frame in a single dimension.

SyntheticItalics
TexelRect

Stores two coordinates in texel space. The coordinates are stored in texel coordinates because the texture atlas may grow. Storing them as texel coords and normalizing the UVs in the vertex shader means nothing needs to be updated on the CPU when the texture size changes.

TextDisplayItem
Tiles

Offset in number of tiles.

Transaction

A Transaction is a group of commands to apply atomically to a document.

TransactionMsg

Represents a transaction in the format sent through the channel.

UpdateImage
WorldPixel

Geometry in the document's coordinate space (logical pixels).

YuvImageDisplayItem
ZoomFactor

Represents a zoom factor.

Enums

AddFont
AlphaType
ApiMsg
BlobImageError
BorderDetails
BorderRadiusKind
BorderStyle
BoxShadowClipMode
ClipId
ClipMode
DebugCommand
ExtendMode
ExternalImageType
FilterOp
FontHinting
FontLCDFilter
FontRenderMode
FontTemplate
FrameMsg
GlyphRasterSpace
ImageData
ImageFormat
ImageRendering
LineOrientation
LineStyle
LocalClip
MixBlendMode
NinePatchBorderSource
PropertyBinding

A binding property can either be a specific value (the normal, non-animated case) or point to a binding location to fetch the current value from. Note that Binding has also a non-animated value, the value is used for the case where the animation is still in-delay phase (i.e. the animation doesn't produce any animation values).

RepeatMode
ResourceUpdate
SceneMsg
ScrollClamping
ScrollLocation
ScrollSensitivity
SpecificDisplayItem
TextureTarget
TransformStyle
YuvColorSpace
YuvData
YuvFormat

Constants

MAX_TEXT_RUN_LENGTH
YUV_COLOR_SPACES
YUV_FORMATS

Traits

AsyncBlobImageRasterizer

A group of rasterization requests to execute synchronously on the scene builder thread.

BlobImageHandler

A handler on the render backend that can create rasterizer objects which will be sent to the scene builder thread to execute the rasterization.

BlobImageResources

The resources exposed by the resource cache available for use by the blob rasterizer.

RenderNotifier

Functions

as_scroll_parent_rect
as_scroll_parent_vector

Type Definitions

BlobImageData
BlobImageResult
DeviceIntLength
DeviceIntPoint
DeviceIntRect
DeviceIntSideOffsets
DeviceIntSize
DevicePixelScale

Scaling ratio from world pixels to device pixels.

DevicePoint
DeviceRect
DeviceSize
DeviceUintPoint
DeviceUintRect
DeviceUintSize
DeviceVector2D
DisplayItem
DocumentLayer

Documents are rendered in the ascending order of their associated layer values.

GlyphIndex
ItemTag

A tag that can be used to identify items during hit testing. If the tag is missing then the item doesn't take part in hit testing at all. This is composed of two numbers. In Servo, the first is an identifier while the second is used to select the cursor that should be used during mouse movement. In Gecko, the first is a scrollframe identifier, while the second is used to store various flags that APZ needs to properly process input events.

LayoutPoint
LayoutPoint3D
LayoutPointAu
LayoutPrimitiveInfo
LayoutRect
LayoutRectAu
LayoutSize
LayoutSizeAu
LayoutToDeviceScale

A complete scaling ratio from layout space to device pixel space.

LayoutToScrollTransform
LayoutToWorldScale

Scaling ratio from layout to world. Used for cases where we know the layout is in world space, or specifically want to treat it this way.

LayoutToWorldTransform
LayoutTransform
LayoutVector2D
LayoutVector3D
NormalizedRect
PictureIntPoint
PictureIntRect
PictureIntSize
PipelineSourceId

This type carries no valuable semantics for WR. However, it reflects the fact that clients (Servo) may generate pipelines by different semi-independent sources. These pipelines still belong to the same IdNamespace and the same DocumentId. Having this extra Id field enables them to generate PipelineId without collision.

ScrollLayerPoint
ScrollLayerRect
ScrollLayerSize
ScrollLayerVector2D
ScrollToLayoutTransform
ScrollToWorldTransform
TileOffset
TileRange
TileSize
WorldPoint
WorldPoint3D
WorldRect
WorldSize
WorldToLayoutTransform
WorldVector2D
WorldVector3D