Searched defs:rotatePoint (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | TouchCursorInputMapperCommon.h | 77 static void rotatePoint(int32_t orientation, float& x, float& y, int32_t width, int32_t height) { in rotatePoint() function
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
H A D | Quad.java | 340 private static PointF rotatePoint(PointF p, PointF c, float cosa, float sina) { in rotatePoint() method in Quad
|
/aosp12/frameworks/native/libs/input/ |
H A D | Input.cpp | 77 vec2 rotatePoint(uint32_t orientation, float x, float y, int32_t displayWidth = 0, in rotatePoint() function
|