Searched defs:ContextRec (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/shaders/
H A DSkShaderBase.h54 * ContextRec acts as a parameter bundle for creating Contexts.
56 struct ContextRec { struct in class:SkShaderBase
62 ContextRec(const SkPaint& paint, const SkMatrix& matrix, const SkMatrix* localM, function in struct:SkShaderBase::ContextRec
79 Context(const SkShaderBase& shader, const ContextRec&);
139 Context* makeContext(const ContextRec&, SkArenaAlloc*) const;
148 Context* makeBurstPipelineContext(const ContextRec&, SkArenaAlloc*) const;
241 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { argument
248 virtual Context* onMakeBurstPipelineContext(const ContextRec&, SkArenaAlloc*) const { argument

Completed in 87 milliseconds