Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkRuntimeEffect.cpp1294 SkMatrix invLM; in makeImage() local
1295 if (!localMatrix->invert(&invLM)) { in makeImage()
1298 fillContext->fillWithFP(invLM, std::move(fp)); in makeImage()