Home
last modified time | relevance | path

Searched defs:getViewportHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DCanvasState.h157 int getViewportHeight() const { return currentSnapshot()->getViewportHeight(); } in getViewportHeight() function
DSnapshot.h189 int getViewportHeight() const { return mViewportData.mHeight; } in getViewportHeight() function
DOpenGLRenderer.h252 int getViewportHeight() { return mState.getViewportHeight(); } in getViewportHeight() function