Searched refs:mapPoint (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ | ||
D | Matrix.h | 201 void mapPoint(float& x, float& y) const; // 2d only |
D | Matrix.cpp | 429 void Matrix4::mapPoint(float& x, float& y) const { in mapPoint() function in android::uirenderer::Matrix4 |