Searched defs:ContextRec (Results 1 – 1 of 1) sorted by relevance
268 struct ContextRec { struct269 ContextRec(SkAlpha paintAlpha, in ContextRec() argument280 static ContextRec Concat(const ContextRec& parentRec, const SkMatrix& localM) { in Concat() argument299 Context(const SkShaderBase& shader, const ContextRec&); argument401 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext()