Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSnapshot.h194 const Matrix4& getOrthoMatrix() const { return mViewportData.mOrthoMatrix; } in getOrthoMatrix()
319 mOrthoMatrix.loadOrtho(0, width, height, 0, -1, 1); in initialize()
332 mat4 mOrthoMatrix; member