Searched defs:totalM (Results 1 – 1 of 1) sorted by relevance
275 sk_sp<SkShader> SkPictureShader::rasterShader(const SkMatrix& totalM, in rasterShader()352 const auto totalM = lm ? SkMatrix::Concat(vm, *lm) : vm; in onMakeContext() local463 SkMatrix totalM = keyContext.local2Dev().asM33(); in addToKey() local