Searched refs:dfW (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp546 float dfW = dfR - dfL; local
555 xPos = xPos - dfL - dfW / 2.0;
573 xPos = -yPos * dfW / dfH;
574 yPos = tmp * dfH / dfW;
579 xPos = xPos + dfL + dfW / 2.0;
586 float dfWDivScW = dfW / (sc.right - scL);

Completed in 52 milliseconds