Searched refs:getViewportHeight (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/
H A DCanvasState.h162 int getViewportHeight() const { return currentSnapshot()->getViewportHeight(); } function in class:android::uirenderer::CanvasState
H A DFrameInfoVisualizer.cpp118 initializeRects(renderer->getViewportHeight(), renderer->getViewportWidth());
215 float yLocation = renderer->getViewportHeight() - (FRAME_THRESHOLD * mVerticalUnit);
H A DBakedOpRenderer.h95 uint32_t getViewportHeight() const { return mRenderTarget.viewportHeight; } function in class:android::uirenderer::BakedOpRenderer
H A DSnapshot.h193 int getViewportHeight() const { return mViewportData.mHeight; } function in class:android::uirenderer::Snapshot
H A DSnapshot.cpp282 this, flags, previous, getViewportHeight(), isIgnored(), !mClipArea->isSimple());
H A DOpenGLRenderer.cpp177 mRenderState.scissor().set(left, getViewportHeight() - bottom, right - left, bottom - top);
216 mRenderState.setViewport(getViewportWidth(), getViewportHeight());
243 info.height = getViewportHeight();
303 mState.firstSnapshot()->getViewportHeight() - clip->bottom,
452 mRenderState.setViewport(getViewportWidth(), getViewportHeight());
501 Rect previousViewport(0, 0, previous.getViewportWidth(), previous.getViewportHeight());
664 bounds.left, getViewportHeight() - bounds.bottom,
1198 if (mRenderState.scissor().set(clip.left, getViewportHeight() - clip.bottom,
1265 mRenderState.scissor().set(scissorBox.left, getViewportHeight() - scissorBox.bottom,
H A DOpenGLRenderer.h230 int getViewportHeight() { return mState.getViewportHeight(); } function in class:android::uirenderer::OpenGLRenderer
H A DVectorDrawable.cpp556 mStagingProperties.getViewportHeight() : mProperties.getViewportHeight();
H A DDeferredDisplayList.cpp590 renderer.getViewportWidth(), renderer.getViewportHeight());
H A DVectorDrawable.h646 float getViewportHeight() const { function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
H A DRecordingCanvas.cpp147 visibleBounds.doIntersect(Rect(previous.getViewportWidth(), previous.getViewportHeight()));

Completed in 2846 milliseconds