Home
last modified time | relevance | path

Searched defs:SkRasterPipeline_RewindCtx (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkRasterPipelineOpContexts.h160 struct SkRasterPipeline_RewindCtx { struct
161 float r[SkRasterPipeline_kMaxStride_highp];
162 float g[SkRasterPipeline_kMaxStride_highp];
163 float b[SkRasterPipeline_kMaxStride_highp];
164 float a[SkRasterPipeline_kMaxStride_highp];
165 float dr[SkRasterPipeline_kMaxStride_highp];
166 float dg[SkRasterPipeline_kMaxStride_highp];
167 float db[SkRasterPipeline_kMaxStride_highp];
168 float da[SkRasterPipeline_kMaxStride_highp];
169 std::byte* base;
[all …]