Searched defs:ContextRec (Results 1 – 1 of 1) sorted by relevance
269 struct ContextRec { struct270 ContextRec(SkAlpha paintAlpha, in ContextRec() function281 static ContextRec Concat(const ContextRec& parentRec, const SkMatrix& localM) { in Concat() argument300 Context(const SkShaderBase& shader, const ContextRec&); argument402 virtual Context* onMakeContext(const ContextRec&, SkArenaAlloc*) const { in onMakeContext()