HomeSort by relevance Sort by last modified time
    Searched full:halfdw (Results 1 - 1 of 1) sorted by null

  /frameworks/native/libs/gui/
GLConsumer.cpp 905 auto halfdw = dw / 2; local
906 outCrop.left += halfdw;
907 // Not halfdw because it would subtract 1 too few when dw is odd
908 outCrop.right -= (dw - halfdw);
    [all...]

Completed in 58 milliseconds