Home | History | Annotate | Download | only in inputflinger

Lines Matching full:outsize

1409         inline void applySizeScaleAndBias(float* outSize) const {
1411 *outSize *= sizeScale;
1414 *outSize += sizeBias;
1416 if (*outSize < 0) {
1417 *outSize = 0;