Home
last modified time | relevance | path

Searched defs:rotatePoint (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchCursorInputMapperCommon.h77 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 DQuad.java340 private static PointF rotatePoint(PointF p, PointF c, float cosa, float sina) { in rotatePoint() method in Quad
/aosp12/frameworks/native/libs/input/
H A DInput.cpp77 vec2 rotatePoint(uint32_t orientation, float x, float y, int32_t displayWidth = 0, in rotatePoint() function