Searched defs:SkStageRec (Results 1 – 2 of 2) sorted by relevance
22 struct SkStageRec { struct23 SkRasterPipeline* fPipeline;24 SkArenaAlloc* fAlloc;25 SkColorType fDstColorType;26 SkColorSpace* fDstCS; // may be nullptr27 const SkPaint& fPaint;28 const SkSurfaceProps& fSurfaceProps;
28 bool appendStages(const SkStageRec&, const MatrixRec&) const override { return false; } in appendStages() argument