Searched refs:foundMatrix (Results 1 – 1 of 1) sorted by relevance
187 bool matrixUpdateFound(const SurfaceChange& change, bool foundMatrix);449 bool SurfaceInterceptorTest::matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) { in matrixUpdateFound() argument454 if (hasSx && hasTx && hasSy && hasTy && !foundMatrix) { in matrixUpdateFound()455 foundMatrix = true; in matrixUpdateFound()457 else if (hasSx && hasTx && hasSy && hasTy && foundMatrix) { in matrixUpdateFound()460 return foundMatrix; in matrixUpdateFound()