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

/frameworks/base/libs/hwui/
H A DMatrix.h211 void mapPoint(float& x, float& y) const; // 2d only
H A DBakedOpRenderer.cpp270 transform.mapPoint(cur->x, cur->y);
H A DClipArea.cpp29 transform.mapPoint(v.x, v.y);
H A DMatrix.cpp424 void Matrix4::mapPoint(float& x, float& y) const { function in class:android::uirenderer::Matrix4
H A DTessellationCache.cpp194 transformXY->mapPoint(point.x, point.y);
H A DOpenGLRenderer.cpp1228 transform.mapPoint(v.x, v.y);

Completed in 110 milliseconds