Searched refs:mapPoint (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewStateManager.java215 mapPoint((View) mChallengeLayout, frame, mTmpPoint);
227 private void mapPoint(View fromView, View toView, int pt[]) { method in class:KeyguardViewStateManager
/frameworks/base/libs/hwui/
H A DMatrix.h205 void mapPoint(float& x, float& y) const; // 2d only
H A DMatrix.cpp403 void Matrix4::mapPoint(float& x, float& y) const { function in class:android::uirenderer::Matrix4
H A DTessellationCache.cpp207 transformXY->mapPoint(point.x, point.y);
H A DOpenGLRenderer.cpp3137 transformXY.mapPoint(point.x, point.y);

Completed in 169 milliseconds