Home
last modified time | relevance | path

Searched refs:newRec (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/shaders/
DSkLocalMatrixShader.cpp47 ContextRec newRec(rec); in onMakeContext() local
48 newRec.fLocalMatrix = lm; in onMakeContext()
50 return as_SB(fProxyShader)->makeContext(newRec, alloc); in onMakeContext()
82 SkStageRec newRec = rec; in onAppendStages() local
83 newRec.fLocalM = lm; in onAppendStages()
84 return as_SB(fProxyShader)->appendStages(newRec); in onAppendStages()
/third_party/skia/src/shaders/
DSkLocalMatrixShader.cpp50 ContextRec newRec(rec); in onMakeContext() local
51 newRec.fLocalMatrix = lm; in onMakeContext()
53 return as_SB(fProxyShader)->makeContext(newRec, alloc); in onMakeContext()
74 SkStageRec newRec = rec; in onAppendStages() local
75 newRec.fLocalM = lm; in onAppendStages()
76 return as_SB(fProxyShader)->appendStages(newRec); in onAppendStages()
146 SkStageRec newRec = { in onAppendStages() local
155 return as_SB(fProxyShader)->appendStages(newRec); in onAppendStages()