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

/frameworks/native/libs/gui/
H A DGLConsumer.cpp948 auto halfdw = dw / 2; local
949 outCrop.left += halfdw;
950 // Not halfdw because it would subtract 1 too few when dw is odd
951 outCrop.right -= (dw - halfdw);

Completed in 91 milliseconds