Searched defs:getViewportHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DBakedOpRenderer.h95 uint32_t getViewportHeight() const { return mRenderTarget.viewportHeight; } function in class:android::uirenderer::BakedOpRenderer
H A DCanvasState.h162 int getViewportHeight() const { return currentSnapshot()->getViewportHeight(); } function in class:android::uirenderer::CanvasState
H A DSnapshot.h193 int getViewportHeight() const { return mViewportData.mHeight; } function in class:android::uirenderer::Snapshot
H A DOpenGLRenderer.h230 int getViewportHeight() { return mState.getViewportHeight(); } function in class:android::uirenderer::OpenGLRenderer
H A DVectorDrawable.h646 float getViewportHeight() const { function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties

Completed in 32 milliseconds