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

/frameworks/base/libs/hwui/
H A DProfileRenderer.cpp35 uint32_t ProfileRenderer::getViewportHeight() { function in class:android::uirenderer::ProfileRenderer
36 return mRenderer.getViewportHeight();
H A DIProfileRenderer.h28 virtual uint32_t getViewportHeight() = 0;
H A DProfileRenderer.h33 uint32_t getViewportHeight() override;
H A DCanvasState.h158 int getViewportHeight() const { return currentSnapshot()->getViewportHeight(); } function in class:android::uirenderer::CanvasState
H A DFrameInfoVisualizer.cpp115 initializeRects(renderer.getViewportHeight(), renderer.getViewportWidth());
212 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.h165 int getViewportHeight() const { return mViewportData.mHeight; } function in class:android::uirenderer::Snapshot
H A DSnapshot.cpp198 this, flags, previous, getViewportHeight(), !mClipArea->isSimple());
H A DVectorDrawable.cpp502 mStagingProperties.getViewportHeight() : mProperties.getViewportHeight();
H A DVectorDrawable.h646 float getViewportHeight() const { function in class:android::uirenderer::VectorDrawable::Tree::TreeProperties
H A DRecordingCanvas.cpp148 visibleBounds.doIntersect(Rect(previous.getViewportWidth(), previous.getViewportHeight()));
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaProfileRenderer.h32 uint32_t getViewportHeight() override;
H A DSkiaProfileRenderer.cpp40 uint32_t SkiaProfileRenderer::getViewportHeight() { function in class:android::uirenderer::SkiaProfileRenderer

Completed in 958 milliseconds