Home
last modified time | relevance | path

Searched refs:rotateAndScale (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h808 void rotateAndScale(float& x, float& y);
H A DTouchInputMapper.cpp2281 rotateAndScale(xTransformed, yTransformed); in cookPointerData()
3728 void TouchInputMapper::rotateAndScale(float& x, float& y) { in rotateAndScale() function in android::TouchInputMapper