Home
last modified time | relevance | path

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

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