Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMatrix.h207 void decomposeScale(float& sx, float& sy) const;
DMatrix.cpp512 void Matrix4::decomposeScale(float& sx, float& sy) const { in decomposeScale() function in android::uirenderer::Matrix4