Searched defs:shrinkAmount (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/libs/gui/
H A DGLConsumer.cpp853 float shrinkAmount = 0.0f; local
871 shrinkAmount = 0.5;
877 shrinkAmount = 1.0;
884 tx = (float(cropRect.left) + shrinkAmount) / bufferWidth;
885 sx = (float(cropRect.width()) - (2.0f * shrinkAmount)) /
889 ty = (float(bufferHeight - cropRect.bottom) + shrinkAmount) /
891 sy = (float(cropRect.height()) - (2.0f * shrinkAmount)) /

Completed in 35 milliseconds