Home
last modified time | relevance | path

Searched defs:newMRec (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkRuntimeEffect.cpp1446 std::optional<MatrixRec> newMRec = mRec.apply(rec); in appendStages() local
1484 std::optional<MatrixRec> newMRec = mRec.apply(p, &local, uniforms); in program() local
/external/skia/src/shaders/gradients/
DSkGradientShaderBase.cpp391 std::optional<MatrixRec> newMRec = mRec.apply(rec, fPtsToUnit); in appendStages() local