Searched defs:yScale (Results 1 – 9 of 9) sorted by relevance
63 float yxMix, float yScale, float yOffset) { in TouchCalibration()
587 float yScale = 2f; in testUpdateMirroredSurface_capturedAreaResized() local
154 constexpr float yScale = 3; in PublishAndConsumeMotionEvent() local
169 const float yScale = crop.getHeight() / float(winHeight); in calculateOutputSourceCrop() local
485 ASurfaceControl* aSurfaceControl, float xScale, float yScale) { in ASurfaceTransaction_setScale()
897 const float yScale = static_cast<float>(mViewport.deviceHeight) / rotatedRawSize.height; in computeInputTransforms() local
1998 float yScale = sourceHeight < 0 ? 1.0f : dst.getHeight() / sourceHeight; in setGeometry() local
532 jfloat xScale, jfloat yScale) { in nativeSetScale()
1288 void setWindowScale(float xScale, float yScale) { setWindowTransform(xScale, 0, 0, yScale); } in setWindowScale()