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

/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp508 float dfT = df.top; local
514 if (x < dfL || x >= dfR || y < dfT || y >= dfB)
547 float dfH = dfB - dfT;
556 yPos = yPos - dfT - dfH / 2.0;
580 yPos = yPos + dfT + dfH / 2.0;
631 if (yPos < ((bHDiv3) - scT) * dfHDivScH + dfT) {
633 } else if (yPos >= ((bH2Div3) - scT) * dfHDivScH + dfT) {

Completed in 69 milliseconds