Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkRuntimeEffect.cpp947 SkMatrix invLM; in makeImage() local
948 if (!localMatrix->invert(&invLM)) { in makeImage()
951 fillContext->fillWithFP(invLM, std::move(fp)); in makeImage()