Home
last modified time | relevance | path

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

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