Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRasterPipelineOpContexts.h107 struct SkRasterPipeline_RewindCtx { struct
108 float r[SkRasterPipeline_kMaxStride_highp];
109 float g[SkRasterPipeline_kMaxStride_highp];
110 float b[SkRasterPipeline_kMaxStride_highp];
111 float a[SkRasterPipeline_kMaxStride_highp];
112 float dr[SkRasterPipeline_kMaxStride_highp];
113 float dg[SkRasterPipeline_kMaxStride_highp];
114 float db[SkRasterPipeline_kMaxStride_highp];
115 float da[SkRasterPipeline_kMaxStride_highp];
116 SkRasterPipelineStage* stage;