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

/frameworks/base/libs/hwui/
H A DBakedOpRenderer.h94 uint32_t getViewportWidth() const { return mRenderTarget.viewportWidth; } function in class:android::uirenderer::BakedOpRenderer
H A DCanvasState.h161 int getViewportWidth() const { return currentSnapshot()->getViewportWidth(); } function in class:android::uirenderer::CanvasState
H A DSnapshot.h192 int getViewportWidth() const { return mViewportData.mWidth; } function in class:android::uirenderer::Snapshot
H A DOpenGLRenderer.h229 int getViewportWidth() { return mState.getViewportWidth(); } function in class:android::uirenderer::OpenGLRenderer
H A DVectorDrawable.h643 float getViewportWidth() const { function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties

Completed in 146 milliseconds