Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMatrix.h201 void mapPoint(float& x, float& y) const; // 2d only
DMatrix.cpp429 void Matrix4::mapPoint(float& x, float& y) const { in mapPoint() function in android::uirenderer::Matrix4