Searched refs:foundMatrix (Results 1 – 1 of 1) sorted by relevance
172 bool matrixUpdateFound(const SurfaceChange& change, bool foundMatrix);477 bool SurfaceInterceptorTest::matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) { in matrixUpdateFound() argument482 if (hasSx && hasTx && hasSy && hasTy && !foundMatrix) { in matrixUpdateFound()483 foundMatrix = true; in matrixUpdateFound()484 } else if (hasSx && hasTx && hasSy && hasTy && foundMatrix) { in matrixUpdateFound()487 return foundMatrix; in matrixUpdateFound()