Home
last modified time | relevance | path

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

/third_party/skia/src/shaders/
H A DSkLocalMatrixShader.cpp50 ContextRec newRec(rec); in onMakeContext()
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 = { variable
155 return as_SB(fProxyShader)->appendStages(newRec);

Completed in 1 milliseconds