Searched defs:SkStageRec (Results 1 – 2 of 2) sorted by relevance
20 struct SkStageRec { struct21 SkRasterPipeline* fPipeline;22 SkArenaAlloc* fAlloc;23 SkColorType fDstColorType;24 SkColorSpace* fDstCS; // may be nullptr25 SkColor4f fPaintColor;26 const SkSurfaceProps& fSurfaceProps;
33 bool appendStages(const SkStageRec&, const SkShaders::MatrixRec&) const override { in appendStages()