Searched refs:newRec (Results 1 – 2 of 2) sorted by relevance
47 ContextRec newRec(rec); in onMakeContext() local48 newRec.fLocalMatrix = lm; in onMakeContext()50 return as_SB(fProxyShader)->makeContext(newRec, alloc); in onMakeContext()82 SkStageRec newRec = rec; in onAppendStages() local83 newRec.fLocalM = lm; in onAppendStages()84 return as_SB(fProxyShader)->appendStages(newRec); in onAppendStages()
50 ContextRec newRec(rec); in onMakeContext() local51 newRec.fLocalMatrix = lm; in onMakeContext()53 return as_SB(fProxyShader)->makeContext(newRec, alloc); in onMakeContext()74 SkStageRec newRec = rec; in onAppendStages() local75 newRec.fLocalM = lm; in onAppendStages()76 return as_SB(fProxyShader)->appendStages(newRec); in onAppendStages()146 SkStageRec newRec = { in onAppendStages() local155 return as_SB(fProxyShader)->appendStages(newRec); in onAppendStages()