Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp554 bool hasSy((float)change.matrix().dsdy() == (float)M_SQRT1_2); in matrixUpdateFound() local
556 if (hasSx && hasTx && hasSy && hasTy && !foundMatrix) { in matrixUpdateFound()
558 } else if (hasSx && hasTx && hasSy && hasTy && foundMatrix) { in matrixUpdateFound()