Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp886 bool applyingInPlace = (inv == this); in invertNonIdentity() local
891 if (applyingInPlace || nullptr == tmp) { in invertNonIdentity()
902 if (applyingInPlace) { in invertNonIdentity()