StripBuffer class

The strip list under construction. Typed arrays grow geometrically and are reused across pages (reset keeps capacity).

Constructors

StripBuffer()

Properties

alphaColumns int
getter/setter pair
alphaOffset Uint32List
getter/setter pair
alphas Uint8List
Column-major coverage bytes (4 per column); length = 4 * alphaColumns.
no setter
alphaTexels Uint32List
The alpha atlas as whole texels (one u32 per column).
no setter
color Uint32List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widthFlags Uint32List
getter/setter pair
xy Uint32List
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited