Searched refs:foundMatrix (Results 1 – 1 of 1) sorted by relevance
185 bool matrixUpdateFound(const SurfaceChange& change, bool foundMatrix);552 bool SurfaceInterceptorTest::matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) { in matrixUpdateFound() argument557 if (hasSx && hasTx && hasSy && hasTy && !foundMatrix) { in matrixUpdateFound()558 foundMatrix = true; in matrixUpdateFound()559 } else if (hasSx && hasTx && hasSy && hasTy && foundMatrix) { in matrixUpdateFound()562 return foundMatrix; in matrixUpdateFound()