Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkMatrix.cpp871 bool applyingInPlace = (inv == this); in invertNonIdentity() local
876 if (applyingInPlace || nullptr == tmp) { in invertNonIdentity()
887 if (applyingInPlace) { in invertNonIdentity()
/external/skqp/src/core/
DSkMatrix.cpp879 bool applyingInPlace = (inv == this); in invertNonIdentity() local
884 if (applyingInPlace || nullptr == tmp) { in invertNonIdentity()
895 if (applyingInPlace) { in invertNonIdentity()