Searched defs:halfdh (Results 1 - 1 of 1) sorted by path

/frameworks/native/libs/gui/
H A DGLConsumer.cpp973 auto halfdh = dh / 2; local
974 outCrop.top += halfdh;
975 // Not halfdh because it would subtract 1 too few when dh is odd
976 outCrop.bottom -= (dh - halfdh);

Completed in 60 milliseconds