Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkEffectPriv.h22 struct SkStageRec { struct
23 SkRasterPipeline* fPipeline;
24 SkArenaAlloc* fAlloc;
25 SkColorType fDstColorType;
26 SkColorSpace* fDstCS; // may be nullptr
27 const SkPaint& fPaint;
28 const SkSurfaceProps& fSurfaceProps;
/external/skia/src/shaders/
DSkEmptyShader.cpp28 bool appendStages(const SkStageRec&, const MatrixRec&) const override { return false; } in appendStages() argument