CachedGlyphStrips class
One glyph's emitted strips in relocatable form, packed into a single
allocation: [xy... | widthFlags... | alphaOffset... | alphaTexels...]
with stripCount entries per strip section. xy is glyph-local
(x | y<<16, y row-aligned), alphaOffset indexes the texel section,
color is omitted (the replay overrides it). Immutable once built.
Constructors
- CachedGlyphStrips(Uint32List data, int stripCount, int alphaTexelCount)
Properties
- alphaBytes → int
-
no setter
- alphaTexelCount → int
-
final
- data → Uint32List
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stripCount → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited